mirror of
https://github.com/MiSTer-devel/SMS_MiSTer.git
synced 2026-04-19 03:05:00 +00:00
- 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
7 lines
196 B
Bash
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
|