BizHawk/waterbox/bsnescore/bsnes/sfc
Moritz Bender 3726cc6291
Fix #3173 by only calling bus.map() on initial power, not subsequent calls (#3176)
* Fix #3173 by only calling bus.map() on initial power, not subsequent calls

* yeah screw that, we'll just lock the bus to prevent map calls from going through

* initialize peekable in reset with false, just for safety i guess
2022-03-09 04:31:30 +01:00
..
cartridge hack a peek into bsnesv115 (#3118) 2022-02-07 08:00:48 -08:00
controller BSNESv115+: Implement snes_controller_latch function, cleanup input polling behavior (#3084) 2022-01-22 00:29:47 +03:00
coprocessor BSNES Region Override (#3169) 2022-03-04 14:21:53 +01:00
cpu hack a peek into bsnesv115 (#3118) 2022-02-07 08:00:48 -08:00
dsp Implement bsnes version 115 as a new core (#2740) 2021-05-14 20:06:13 -05:00
expansion hack a peek into bsnesv115 (#3118) 2022-02-07 08:00:48 -08:00
interface Add a designated payload controller based on the multitapcontroller in the new bsnes core 2021-05-26 02:27:54 +02:00
memory Fix #3173 by only calling bus.map() on initial power, not subsequent calls (#3176) 2022-03-09 04:31:30 +01:00
ppu hack a peek into bsnesv115 (#3118) 2022-02-07 08:00:48 -08:00
ppu-fast hack a peek into bsnesv115 (#3118) 2022-02-07 08:00:48 -08:00
slot Implement bsnes version 115 as a new core (#2740) 2021-05-14 20:06:13 -05:00
smp Implement bsnes version 115 as a new core (#2740) 2021-05-14 20:06:13 -05:00
system Implement bsnes version 115 as a new core (#2740) 2021-05-14 20:06:13 -05:00
sfc.hpp Reduce bsnes115 state size (#3105) 2022-01-31 19:00:04 -08:00