BizHawk/waterbox/bsnescore/bsnes/sfc/memory
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
..
memory-inline.hpp hack a peek into bsnesv115 (#3118) 2022-02-07 08:00:48 -08:00
memory.cpp Fix #3173 by only calling bus.map() on initial power, not subsequent calls (#3176) 2022-03-09 04:31:30 +01:00
memory.hpp Fix #3173 by only calling bus.map() on initial power, not subsequent calls (#3176) 2022-03-09 04:31:30 +01:00
protectable.hpp Reduce bsnes115 state size (#3105) 2022-01-31 19:00:04 -08:00
readable.hpp Reduce bsnes115 state size (#3105) 2022-01-31 19:00:04 -08:00
writable.hpp Reduce bsnes115 state size (#3105) 2022-01-31 19:00:04 -08:00