view scd_header.s68 @ 12:580b64af2241

Add support for images that have already had their width cut down in direct color converter. Remove debug print statement.
author Mike Pavone <pavone@retrodev.com>
date Fri, 06 Sep 2013 19:13:46 -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