clydeshaffer / GameTankEmulator

An emulator for the GameTank, a real physical hardware game console I've built
MIT License
15 stars 9 forks source link

Unify address decoding logic #16

Open clydeshaffer opened 10 months ago

clydeshaffer commented 10 months ago

Address decoding is duplicated between MemoryRead and MemoryWrite, which is becoming a bit of a pain as debug and diagnostic tools are added to the emulator and need to access that data differently than the game console itself would.

Requirements: