view scd_header.s68 @ 8:a049de420cc1

Make number of static and dynamic colors command line arguments to img2tiles.py
author Mike Pavone <pavone@retrodev.com>
date Tue, 03 Sep 2013 09:49:29 -0700
parents ea41003cfa70
children
line wrap: on
line source

	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
	org $100
	dc.b 'SEGA GENESIS    '
	dc.b '(C)RETRODEV 2012'
	dc.b 'FM HERO         '
	dc.b 'FM HERO         '
	
	org $200
	incbin mainboot.bin
	align 11
MainBootEnd
SubBootStart
	incbin subboot.bin
SubBootEnd
	align 15