dingusppc/cpu/ppc
joevt 814260f0b6 ppcmmu: Reduce unmapped physical memory logging.
Don't log consecutive accesses to unmapped physical memory addresses. This saves a couple hundred thousand lines in the log in some cases.
This is only a partial fix. Any access that isn't logged should be queued and output if a log message is output that is not this log message or after a time period.
2023-08-04 20:16:13 -07:00
..
test FP Opcode Test Fixes 2021-10-30 16:43:13 -07:00
CMakeLists.txt Fix includes for loguru and SDL. 2021-09-16 00:46:38 +02:00
poweropcodes.cpp Merge 'hard-disks' branch. 2023-04-17 01:20:38 +02:00
ppcdisasm.cpp Add missing licence headers, update license date. 2021-10-23 21:00:31 +02:00
ppcdisasm.h Add missing licence headers, update license date. 2021-10-23 21:00:31 +02:00
ppcemu.h Slight clean-up for execution type 2023-06-19 22:36:27 -07:00
ppcexceptions.cpp ppcexceptions: fix ISI exception target address. 2023-07-10 14:06:20 +02:00
ppcexec.cpp Implement PPC decrementer. 2023-02-15 02:36:40 +01:00
ppcfpopcodes.cpp ppcfpopcodes: add missing std:: prefixes. 2022-02-17 00:20:18 +01:00
ppcmmu.cpp ppcmmu: Reduce unmapped physical memory logging. 2023-08-04 20:16:13 -07:00
ppcmmu.h Rework DBDMA logic for bidirectional channels. 2022-11-17 18:03:18 +01:00
ppcopcodes.cpp ppcopcodes: fix dcbz for BlockZero in Mac OS 8.x 2023-06-17 20:57:48 +02:00