A WIP library for cycle-accurate 6502 emulation, written in Odin and heavily inspired by this post from floooh
What's Done
- CPU struct layout
- address/data bus handling
- overall framework
What Isn't Done
- instruction implementations
- instruction helpers are not finalized
- tests