Previous 199869 Revisions Next

r33667 Thursday 4th December, 2014 at 02:52:33 UTC by Scott Stone
Quiet MESS -validate issues for stopthie.c (nw)
[src/mess/drivers]stopthie.c

trunk/src/mess/drivers/stopthie.c
r242178r242179
6969   ROM_REGION( 0x1000, "maincpu", 0 )
7070   ROM_LOAD16_WORD( "stopthie.bin", 0x0000, 0x1000, CRC(03691115) SHA1(bdcd212aa50bb1c26cb2d0ee97e5cfc04841c108) )
7171
72   ROM_REGION( 1246, "maincpu:ipla", 0 )
73   ROM_REGION( 1982, "maincpu:mpla", 0 )
74   ROM_REGION( 352, "maincpu:opla", 0 )
75   ROM_REGION( 157, "maincpu:spla", 0 )
72   ROM_REGION( 1246, "maincpu:ipla", ROMREGION_ERASE00 )
73   ROM_REGION( 1982, "maincpu:mpla", ROMREGION_ERASE00 )
74   ROM_REGION( 352, "maincpu:opla", ROMREGION_ERASE00 )
75   ROM_REGION( 157, "maincpu:spla", ROMREGION_ERASE00 )
7676ROM_END
7777
7878/***************************************************************************


Previous 199869 Revisions Next


© 1997-2024 The MAME Team