Implement 386 instruction table, improve 8086/186/286 instruction table
[multi_emu.git] / emu_65c02.c
2022-07-23 Nick DowningImplement Z80 interrupt system, and 65C02/Z80 reset...
2022-07-23 Nick DowningImplement 65C02 interrupt system
2022-07-23 Nick DowningAdd context argument to (read|write|in|out)_byte()...
2022-07-21 Nick DowningImplement Z80 instructions except block I/O group,...
2022-07-21 Nick DowningAdd my Z80 emulator, can compile but not run (all instr...
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...