mirror of
https://github.com/holub/mame
synced 2025-04-21 07:52:35 +03:00
segas24.cpp: fixed assert in sspirtfc (index < m_length, file ../../../../../src/emu/devfind.h, line 1077)
This commit is contained in:
parent
23752742b3
commit
215d0112d7
@ -2247,7 +2247,7 @@ ROM_START( sspirtfc )
|
||||
ROM_REGION( 0x2000, "subcpu:key", 0 ) /* decryption key */
|
||||
ROM_LOAD( "317-0058-02c.key", 0x0000, 0x2000, CRC(ebae170e) SHA1(b6d1e1b6943a35b96e98e426ecb39bb5a42fb643) )
|
||||
|
||||
ROM_REGION( 0x1c2000, "floppy", 0)
|
||||
ROM_REGION( 0x1c2000, "floppy", ROMREGION_ERASE00)
|
||||
ROM_LOAD( "ds3-5000-02c.img", 0x000000, 0x1c2000, NO_DUMP )
|
||||
ROM_END
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user