diff --git a/src/mame/drivers/segas24.cpp b/src/mame/drivers/segas24.cpp index a786d80eaa1..ee1399a310c 100644 --- a/src/mame/drivers/segas24.cpp +++ b/src/mame/drivers/segas24.cpp @@ -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