30 lines
454 B
Plaintext
30 lines
454 B
Plaintext
# galaxy.setup
|
|
|
|
set cy605_1:scr.bm 0
|
|
set cy605_2:scr.bm 0
|
|
|
|
# enable serial interrupts
|
|
set serial1:do_interrupt 1
|
|
|
|
# setup IU
|
|
|
|
# standalone entry point
|
|
# enter fakeprom via RESET (trap 0)
|
|
focus cpu2
|
|
set pc 0x700000
|
|
set npc 0x700004
|
|
set wim 0x2
|
|
set active 0
|
|
set stop_on_reset 1
|
|
|
|
focus cpu1
|
|
set pc 0x700000
|
|
set npc 0x700004
|
|
set wim 0x2
|
|
set active 1
|
|
set stop_on_reset 1
|
|
|
|
# If running MP, it's up to you to turn
|
|
# cpu2:active on.
|
|
|