In /emu_65c02 implement a chice of *.bin, *.a2bin or *.ihx load format, in /loader...
authorNick Downing <nick@ndcode.org>
Mon, 20 Jun 2022 08:29:19 +0000 (18:29 +1000)
committerNick Downing <nick@ndcode.org>
Mon, 20 Jun 2022 08:29:19 +0000 (18:29 +1000)
commit7ebe01bffccbe22025dddb7e92bf9431b0e26604
treec24724c63e274a752ab18da572141d4edc1f530e
parentcf0fa98ecda1b9251f24237b1d675874ae95412b
In /emu_65c02 implement a chice of *.bin, *.a2bin or *.ihx load format, in /loader implement a2_load.py which converts *.a2bin to *.ihx by running the embedded loader under emulation until a specified starting location, in /text implement dhr2hex.py which converts a *.dhr file into a *.ihx file which loads the main and aux screens via extended linear addresses recognized by the emulator, in /disasm add a forgotten update to star_blazer.asm.patch, change most *.bin to *.a2bin
17 files changed:
.gitignore
disasm/Makefile
disasm/a2_hex2bin.py
disasm/star_blazer.asm.patch
emu_65c02/Makefile
emu_65c02/emu_65c02.c
emu_65c02/rom2hex.py [new file with mode: 0755]
loader/Makefile
loader/a2_load.py [new file with mode: 0755]
loader/dejunk.py
loader/lzss_decode.py
loader/lzss_encode.py
loader/recrack.py
test/Makefile
test/dhgr.asm
test/dhgr_viewer.asm [new file with mode: 0644]
test/dhr2hex.py [new file with mode: 0755]