

The following is a code sample that will bring up the CD control panel
screen from inside your game code.  This is a Sega Standard


mRebootSystem:

;      _RESET  equ     $fffffd00

;      _CDPL_JMP       equ     $000028C
;      _CDPL_RESET     equ     $0000288

	move.l  #_CDPL_RESET,_RESET+2
	jmp     _CDPL_JMP

	rts

This routine runs on the main side.  This code will not work properly on the 
SNASM-CD development system because of modifications to the reset lines.


