dingusppc/devices/memctrl
joevt fba2ff4231 Corrections for refactors.
- Macros need parenthesis to enforce operation order when expanded.
- Fix device and register numbers in log messages.
- Unmapped I/O space reads don't necessarily return 0xffffffff. That's only for config space reads. Just return 0. Unhandled I/O space read should probably cause a memory check (TEA - Transfer Error Acknowledge) exception as it does on a Power Mac 8600.
2023-02-02 02:47:34 -08:00
..
hammerhead.cpp Fix read/write argument names 2022-08-22 17:16:22 -07:00
hammerhead.h Fix read/write argument names 2022-08-22 17:16:22 -07:00
hmc.cpp Fix read/write argument names 2022-08-22 17:16:22 -07:00
hmc.h Fix read/write argument names 2022-08-22 17:16:22 -07:00
memctrlbase.cpp Improve previous (cosmetics & code duplication). 2023-01-11 23:36:16 +01:00
memctrlbase.h Add ability to unregister mmio region. 2023-01-11 00:05:23 -08:00
mpc106.cpp Corrections for refactors. 2023-02-02 02:47:34 -08:00
mpc106.h mpc106: refactor PCI read and write methods. 2023-02-02 02:22:47 +01:00
platinum.cpp Fix read/write argument names 2022-08-22 17:16:22 -07:00
platinum.h Fix read/write argument names 2022-08-22 17:16:22 -07:00
psx.cpp Fix gazelle sys-id. 2023-01-11 00:05:23 -08:00
psx.h Basic PSX memory controller emulation. 2022-12-23 17:19:46 +01:00
spdram.h Simplify registration of HW component types. 2022-01-26 16:45:21 +01:00