.include "zeropage.inc"
.include "extzp.inc"
+.include "osic1p.inc"
; ---------------------------------------------------------------------------
; Place the startup code in a special segment
; Back from main (this is also the _exit entry): force a software break
_exit: jsr donelib ; Run destructors
- brk
+ jmp RESET ; Display boot menu after program exit
SCRNBASE := $D000 ; Base of video RAM\r
VIDEORAMSIZE := $0400 ; Size of C1P video RAM (1 kB)\r
INPUTC := $FD00 ; Input character from keyboard\r
+RESET := $FF00 ; Reset address, show boot prompt
\ No newline at end of file