(nw) sapi1 : added extra rom

This commit is contained in:
Robbbert 2017-10-28 03:13:22 +11:00
parent f586dfaa13
commit f1dfb9d544

View File

@ -713,6 +713,9 @@ ROM_START( sapi1 )
ROMX_LOAD( "sapi1.rom", 0x0000, 0x1000, CRC(c6e85b01) SHA1(2a26668249c6161aef7215a1e2b92bfdf6fe3671), ROM_BIOS(1))
ROM_SYSTEM_BIOS( 1, "mb2", "MB2 (ANK-1)" )
ROMX_LOAD( "mb2_4.bin", 0x0000, 0x1000, CRC(a040b3e0) SHA1(586990a07a96323741679a11ff54ad0023da87bc), ROM_BIOS(2))
ROM_REGION( 0x1000, "chargen", 0 )
ROM_LOAD( "sapi1.chr", 0x0000, 0x1000, CRC(9edafa2c) SHA1(a903db0e8923cca91646274d010dc19b6b377e3e) )
ROM_END
ROM_START( sapizps2 )