mirror of
https://github.com/holub/mame
synced 2025-04-25 17:56:43 +03:00
vp101: Keep both ROMs enabled (nw)
This commit is contained in:
parent
12cc62fd49
commit
562e35b383
@ -413,7 +413,7 @@ ROM_END
|
||||
ROM_START(specfrce)
|
||||
ROM_REGION(0x400000, "maincpu", 0) /* Boot ROM */
|
||||
ROM_LOAD( "special_forces_boot_v3.4.u4", 0x000000, 0x100000, CRC(db4862ac) SHA1(a1e886d424cf7d26605e29d972d48e8d44ae2d58) )
|
||||
//ROM_LOAD( "special_forces_boot_v3.5.u4", 0x000000, 0x100000, CRC(ae8dfdf0) SHA1(d64130e710d0c70095ad8ebd4e2194b8c461be4a) ) /* Newer, but keep both in driver */
|
||||
ROM_LOAD( "special_forces_boot_v3.5.u4", 0x000000, 0x100000, CRC(ae8dfdf0) SHA1(d64130e710d0c70095ad8ebd4e2194b8c461be4a) ) /* Newer, but keep both in driver */
|
||||
|
||||
ROM_REGION(0x80000, "pic", 0) /* PIC18c422 I/P program - read-protected, need dumped */
|
||||
ROM_LOAD( "special_forces_et_u7_rev1.2.u7", 0x000000, 0x80000, NO_DUMP )
|
||||
|
Loading…
Reference in New Issue
Block a user