multi_emu.git
2022-07-21 Nick DowningAdd my Z80 emulator, can compile but not run (all instr...
2022-07-21 Nick DowningRefactoring 65C02 bit set/reset instructions
2022-07-21 Nick DowningRefactoring 65C02 predicated instructions
2022-07-21 Nick DowningRefactoring 65C02 to remove abbreviations
2022-07-21 Nick DowningRefactoring 65C02 to support big-endian and make inline...
2022-07-21 Nick DowningRefactoring 65C02 to remove macros
2022-07-21 Nick DowningRefactoring 65C02 registers and flags
2022-07-21 Nick DowningRefactoring 65C02 registers and branches
2022-07-21 Nick DowningAdd emu_z80, only alternate backend so far, can run...
2022-07-21 Nick DowningCan now pass Klaus Dormann's 65C02 tests
2022-07-19 Nick DowningCan now pass Klaus Dormann's 6502 tests (not 65C02...
2022-07-19 Nick DowningFirst cut at 65C02 emulator, can compile, many features...