mirror of
https://github.com/Wiimpathy/HatariWii.git
synced 2024-11-23 01:59:23 +01:00
22 lines
343 B
INI
22 lines
343 B
INI
# run Hatari with following options to test this:
|
|
# --machine falcon --tos etos512k.img --dsp emu --parse debugger.ini
|
|
|
|
lock regaddr disasm d0
|
|
|
|
dspsymbols dsp-test.sym
|
|
db (r0).x = data_300
|
|
db m0 = code_200
|
|
da test
|
|
|
|
symbols ../os-header.sym
|
|
b (a0) = os_magic
|
|
b pc = ("reseth")
|
|
|
|
symbols etos512.sym
|
|
a _random
|
|
|
|
dspsymbols free
|
|
symbols free
|
|
|
|
quit
|