Files
SMS_MiSTer/SMSBootLoader/make_linux
theflynn49 28f7451e2e makes SMSboot userful for SMS and GG
- add  a Game Gear selection to properly setup the registers before going to the game ROM
- add a make_linux file to give a hint on how to rebuild mboot.mif
2019-04-25 00:59:30 +02:00

7 lines
196 B
Bash

#!/bin/bash
#
wla-z80 -o smsboot.o smsboot.asm
wlalink -v -d -s smsboot.link smsboot.rom
split -b 16384 smsboot.rom rom_part_
srec_cat rom_part_aa -binary -o mboot.mif -Memory_Initialization_File