mirror of
https://github.com/dingusdev/dingusppc.git
synced 2025-01-11 05:29:43 +00:00
6f231f3367
- Add IOBusDevice (nvram_addr_hi_dev) for NVRAM addr hi. - Add IOBusDevice (nvram_dev) for NVRAM data. - Make all IOBusDevices use the same code. - Log error if 4 least significant bits of offset are not zero. - Correctly byte swap the value before passing it to the IOBusDevice. - When reading, duplicate the bytes in a word or dword like a real Power Mac does.