tom-seddon / acorn_mos_disassembly

WIP disassembly of Acorn MOS, operating system for Acorn's 8-bit Master series
8 stars 0 forks source link

Support missing 6502 ROM relocation bitmap #29

Closed tom-seddon closed 9 months ago

tom-seddon commented 9 months ago

If no Tube relocation bitmap, the tube parasite address isn't reset to $8000: https://github.com/tom-seddon/acorn_mos_disassembly/blob/fa074c9a1426e8e6f861722f48932db02b9a9235/dist/mos350.lst#L32182

I think this might be the only thing that needs fixing?