anybody know if its possible to pass in a symbol file to the openMsx debugger which also declares the slot and segment?
I'm doing a dissassmbly of a SCC MegaRom using IDA PRO and currently I convert the .map into a .sym which results in something like the below..
AttractModePlay: equ 0x47A1
GameMenuLogic: equ 0x47C1
I can't seem to work out or find any info on how to declare the slot and segment in the file? Any one have an example file?
Login or register to post comments