diff scd_header.s68 @ 0:ed4b291fe247

Initial commit
author Mike Pavone <pavone@retrodev.com>
date Tue, 01 May 2012 00:46:34 -0700
parents
children ea41003cfa70
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/scd_header.s68	Tue May 01 00:46:34 2012 -0700
@@ -0,0 +1,28 @@
+	org $0
+	dc.b 'SEGADISCSYSTEM  '
+	dc.b 'FM HERO    ', 0
+	dc.l 0
+	dc.b 'FM HERO    ', 0
+	dc.l 0
+	dc.l $800
+	dc.l MainBootEnd-$800
+	dc.l $0
+	dc.l $0
+	dc.l SubBootStart
+	dc.l SubBootEnd-SubBootStart
+	rorg $100
+	dc.b 'SEGA GENESIS    '
+	dc.b '(C)RETRODEV 2012'
+	dc.b 'FM HERO         '
+	dc.b 'FM HERO         '
+	
+	rorg $200
+
+	incbin security.bin
+	include mainboot.s68
+	align 11
+MainBootEnd
+SubBootStart
+	include subboot.s68
+SubBootEnd
+	align 15