BizHawk/waterbox/bsnescore/bsnes/sfc/cpu
Morilli 6284b56e81 bsnes: implement r/w callback value passing
The value will now be passed to the frontend for read callbacks and both read and write callbacks' values can now be changed in the callback.

execute would probably be possible but would require some additional code changes which I'm not sure about
2025-07-10 20:06:29 +02:00
..
cpu.cpp BSNESv115: add dedicated subframe core (#3281) 2022-08-10 23:08:44 +02:00
cpu.hpp BSNESv115+: update from upstream 2025-07-06 01:26:03 +02:00
dma.cpp Implement bsnes version 115 as a new core (#2740) 2021-05-14 20:06:13 -05:00
io.cpp BSNESv115+: update from upstream 2025-07-06 01:26:03 +02:00
irq.cpp Implement bsnes version 115 as a new core (#2740) 2021-05-14 20:06:13 -05:00
memory.cpp bsnes: implement r/w callback value passing 2025-07-10 20:06:29 +02:00
serialization.cpp BSNESv115+: update from upstream 2025-07-06 01:26:03 +02:00
timing.cpp BSNESv115+: update from upstream 2025-07-06 01:26:03 +02:00