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/astrof.cpp | |
parent | fab7f87398ef533d59fd991718808180cd67019a (diff) |
srcclean for 0.223
Diffstat (limited to 'src/mame/drivers/astrof.cpp')
-rw-r--r-- | src/mame/drivers/astrof.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/astrof.cpp b/src/mame/drivers/astrof.cpp index f0012a22319..9992933eac3 100644 --- a/src/mame/drivers/astrof.cpp +++ b/src/mame/drivers/astrof.cpp @@ -1067,7 +1067,7 @@ ROM_START( astroff ) ROM_REGION( 0x0020, "proms", 0 ) ROM_LOAD( "im5610-82s123.2f", 0x0000, 0x0020, CRC(61329fd1) SHA1(15782d8757d4dda5a8b97815e94c90218f0e08dd) ) ROM_END - + ROM_START( abattle ) ROM_REGION( 0x10000, "maincpu", 0 ) |