Short: ppc.library PPCINFOTAG_CPUPLL workaround 1.0.0 Author: sintonen@iki.fi (Harry "Piru" Sintonen) Uploader: sintonen@iki.fi (Harry "Piru" Sintonen) Type: dev/c Requires: PowerPC cpu, ppc.library V46 (real or emulation) Version: 1.0.0 newppcgetattr is a workaround code to get PowerPC CPU PLL (cpu-to-bus multiplier) right on real and emulated ppc.library. This package is mainly useful for developers who need to get the PowerPC bus speed in their PowerUP applications (I coded this for awinquakeppc [hi Peter:-] originally). The example program compiles with ppc-amigaos-gcc, ppc-amigaos-as, and ppc-amigaos-ld. It is compiled without ixemul stuff and is linked with sas/c ppc object files by default. It should be easy to make it compile with sas/c ppc, vbcc, stormc or whatever compiler one uses (but only sas/c ppc would make really sense since this thing is intended for PowerUP :). Features: - implemented as a wrapper to powerupkernel PPCGetAttr() function - works with real ppc.library and WarpUP ppc.library emulation - is public domain - Harry "Piru" Sintonen