That's what I thought. I put the details in DingusPPC source code even though it can't run most of the ROMs. At least it can identify them.
https://github.com/joevt/dingusppc/blob/master/machines/romidentity.cpp
The 1 MB New World ROMs are interesting. The machine is identified by the product...
The subversion column is not applicable to some earlier ROMs.
The table is missing additional checksums.
The shown checksums of 4 MB ROMs only cover the first 3 MB.
The attached excludes the subversion from where it doesn't apply. It also includes all the other checksums.
For the 3 MB part...
That works on my Quad G5 (running with 3 CPU cores) with 7800 GT Mac Edition (currently using my 64K compressed ROM).
Currently using a display set to 2560x1440.
- 9331 in Leopard 10.5.8
- 12700 in Leopard 10.5.8 after putting the display to sleep for a second by moving the mouse to a hot...
The ANS code has one fcode image for the GD5430. I would have just used that to create an fcode image for a PCI Option ROM but some additions/changes would be needed to handle words that are in the ANS ROM but not part of the Open Firmware spec.
Your ROM is currently set to compile for GD5446...
The post at https://68kmla.org/bb/threads/refurbished-powermac-6500-acting-up-did-i-do-it.50456/post-570219 says if it finds an IDE drive, it will try to boot from it but if the OS is not a supported version then it will not try SCSI drives.
I don't know if it would look for a SCSI drive on a...
If that's a black and white 1 bit graphics mode, then there's a problem with an 8-bit bus so ignore any buses or chips that are 16 or 32 bits.
It looks like a problem with the 4th pixel from the left.
That is bit 4 (bit 0 is the 8th pixel) for 8-bit buses.
Bit 12 and 4 for 16-bit buses.
Bit 28...
A user of a rev C ROM Beige G3 reports that applying the cache line size and master latency timer fix that exists in the rev D ROM for PCI bridges improves performance.
You can test this on a Beige G3 or any Power Mac.
First, find the config address of the PCI bridge that contains the...
At https://forums.macrumors.com/threads/nt-on-powerpc-macs.2431186/post-33669034 , @Rairii said the NT drivers are for UHCI (USB 1.1) but Macs usually use OHCI ( USB 1.1) or EHCI (USB 2.0)
I wonder if you could insert a UHCI PCI card for NT?
The code for my DumpNameRegistry app can be modified to read/write XPRAM for PowerPC Macs in classic Mac OS.
On New World Macs, PRAM/XPRAM is stored in a NVRAM partition named "APL,MacOS75" so you need code to find the partition. There's probably an API specifically for modifying XPRAM so you...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.