diff options
author | 2020-07-26 12:56:13 +1000 | |
---|---|---|
committer | 2020-07-26 12:56:13 +1000 | |
commit | 60bd3086cc826664a46fc7e703a11e6518482e01 (patch) | |
tree | 8c4904cb6ddd01ffae996ab845a3ec446b74518b /src/mame/drivers/exidyttl.cpp | |
parent | fab7f87398ef533d59fd991718808180cd67019a (diff) |
srcclean for 0.223
Diffstat (limited to 'src/mame/drivers/exidyttl.cpp')
-rw-r--r-- | src/mame/drivers/exidyttl.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/exidyttl.cpp b/src/mame/drivers/exidyttl.cpp index a1c5ecaa9e3..37a1c591b55 100644 --- a/src/mame/drivers/exidyttl.cpp +++ b/src/mame/drivers/exidyttl.cpp @@ -195,7 +195,7 @@ ROM_END ROM_START( destdrby ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) - + ROM_REGION( 0x0400, "roms", ROMREGION_ERASE00) ROM_LOAD( "82s123-31.a11", 0x0000, 0x0020, CRC(f304a1fb) SHA1(0f029274bb99723ebcc271d761e1500ca50b2738) ) ROM_LOAD( "82s123-32.c12", 0x0000, 0x0020, CRC(f8dbd779) SHA1(55bdaf9eb1ba6185e20512c4874ebb625861508e) ) @@ -253,7 +253,7 @@ ROM_START( deathrac ) ROM_LOAD( "6331-31.a11", 0x0000, 0x0020, CRC(f304a1fb) SHA1(0f029274bb99723ebcc271d761e1500ca50b2738) ) ROM_LOAD( "6331-32.c12", 0x0000, 0x0020, CRC(f8dbd779) SHA1(55bdaf9eb1ba6185e20512c4874ebb625861508e) ) ROM_LOAD( "6331-33.p14", 0x0000, 0x0020, CRC(2e83bf80) SHA1(02fcc1e879c06759a21ef4f004fe7aa790814112) ) - // Note: Image for 36 has all zeros in the second half, which is unused. + // Note: Image for 36 has all zeros in the second half, which is unused. // Other roms in this series (34,35) all have duplicate content in the second half ROM_LOAD( "6331-36.e7", 0x0000, 0x0020, CRC(bb743b79) SHA1(8eb73782bcea7dbba7b75db32307e562248691bb) ) ROM_LOAD( "6331-35.g7", 0x0000, 0x0020, CRC(5ed8cdd2) SHA1(d193d819ad634c43d648ce49073799b4df6dfd2f) ) |