mirror of
https://github.com/holub/mame
synced 2025-07-05 09:57:47 +03:00
pulsarlb: added extra bios
This commit is contained in:
parent
12ce574a3e
commit
9d3f9aa4ad
@ -254,7 +254,10 @@ MACHINE_CONFIG_END
|
||||
/* ROM definition */
|
||||
ROM_START( pulsarlb )
|
||||
ROM_REGION( 0x10800, "maincpu", ROMREGION_ERASEFF )
|
||||
ROM_LOAD( "mp7a.bin", 0x10000, 0x800, CRC(726b8a19) SHA1(43b2af84d5622c1f67584c501b730acf002a6113) )
|
||||
ROM_SYSTEM_BIOS(0, "mon7", "MP7A")
|
||||
ROMX_LOAD( "mp7a.bin", 0x10000, 0x800, CRC(726b8a19) SHA1(43b2af84d5622c1f67584c501b730acf002a6113), ROM_BIOS(1))
|
||||
ROM_SYSTEM_BIOS(1, "mon6", "LBOOT6") // Blank screen until floppy boots
|
||||
ROMX_LOAD( "lboot6.rom", 0x10000, 0x800, CRC(3bca9096) SHA1(ff99288e51a9e832785ce8e3ab5a9452b1064231), ROM_BIOS(2))
|
||||
ROM_END
|
||||
|
||||
/* Driver */
|
||||
|
Loading…
Reference in New Issue
Block a user