1
0
mirror of https://github.com/pevans/erc-c.git synced 2025-01-02 09:29:58 +00:00
erc-c/include/mos6502
Peter Evans 8e810e724f Add addr_mode field, rely upon it vs. the opcode
This makes testing _slightly_ easier, because now the handlers require a
type of state in the cpu vs. a specific opcode state in the segment that
we execute from. (The latter being just more complex to work with and
require in testing.)
2018-04-15 00:56:34 -05:00
..
dis.h
enums.h Add explicit definition of unused bit 2018-04-13 16:15:12 -05:00
mos6502.h Add addr_mode field, rely upon it vs. the opcode 2018-04-15 00:56:34 -05:00
tests.h