mirror of
https://github.com/transistorfet/moa.git
synced 2024-11-15 09:05:15 +00:00
cff6a48cc7
I'm trying to extract the memory/bus interface, and pass it in at the start of each cycle instead of having the BusPort permanently embedded, which will allow migrating to emulator-hal. The functional way would be argument drilling; passing an extra argument to each function in the entire execution core. The problem is that it's messy, so a solution that is still functional is to implement all of the execution logic on a newtype that contains a reference to the mutable state and the owned cycle data, and at the end of the cycle, decompose the M68kCycleGuard that holds the reference, and keep the cycle data for debugging purposes. |
||
---|---|---|
.. | ||
assets/moa-genesis | ||
src | ||
Cargo.lock | ||
Cargo.toml | ||
justfile | ||
README.md | ||
sonic.bin |