cen64/pi
Jason Benaim 72c778c3bf Fix segfault when DMAing past the end of cart ROM.
When a game triggers a DMA from the cart ROM area to RDRAM, part or all of the
DMA'd area is not covered by the currently-loaded ROM, cen64 treats it as a
series of reads from open-bus. A bug in the code that handles this case was
causing segfaults.
Hat-tip to cen64 user Grim who provided a test rom that triggered this bug. His
test ROM was less than (1 MB + 4 KB) in size, which was causing the initial 1MB
DMA to trigger this bug.
2018-05-23 23:23:45 -04:00
..
controller.c Fix segfault when DMAing past the end of cart ROM. 2018-05-23 23:23:45 -04:00
controller.h pi: add support for IS Viewer 64 2017-02-28 19:55:55 -08:00
is_viewer.c pi: add support for IS Viewer 64 2017-02-28 19:55:55 -08:00
is_viewer.h pi: add support for IS Viewer 64 2017-02-28 19:55:55 -08:00
registers.md See long description 2015-07-01 18:44:21 -05:00