segas24.cpp: fixed assert in sspirtfc (index < m_length, file ../../../../../src/emu/devfind.h, line 1077)

This commit is contained in:
Ivan Vangelista 2021-02-03 19:50:48 +01:00
parent 23752742b3
commit 215d0112d7

View File

@ -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