In /emu_z80 upgrade the emulator to /emu_65c02 from Star Blazer disassembly project...
authorNick Downing <nick@ndcode.org>
Fri, 1 Jul 2022 14:21:46 +0000 (00:21 +1000)
committerNick Downing <nick@ndcode.org>
Fri, 1 Jul 2022 14:24:51 +0000 (00:24 +1000)
commit0789d97dcd5a5bd88a1ef5eba3af974bf19a470a
treeac990bfccba1a362dc3f52e62a99ab14f074302a
parentf177d84a38cc60c76004660d3c5d8eb66409814d
In /emu_z80 upgrade the emulator to /emu_65c02 from Star Blazer disassembly project, but with a Z80 instead of 65C02 and addressing tweaks so it runs somewhat like an Apple II with a Z80 softcard in it (this will be the target for a Pac-Man or Galaxian port)
12 files changed:
.gitignore
emu_z80/Makefile
emu_z80/cg_default/John Macdougall LowerCase Adapter (LCA) Alt-1.pdf [new file with mode: 0644]
emu_z80/cg_default/Makefile [new file with mode: 0644]
emu_z80/cg_default/cg_compile.py [new file with mode: 0755]
emu_z80/cg_default/cg_extract.py [new file with mode: 0755]
emu_z80/cg_default/cg_verify.py [new file with mode: 0755]
emu_z80/cg_default/signetics2513.pdf [new file with mode: 0644]
emu_z80/emu_z80.c
emu_z80/stty_sane.c [new file with mode: 0644]
emu_z80/stty_sane.h [new file with mode: 0644]
emu_z80/test.asm