summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Roberto Fresca <robertof@mamedev.org>2010-03-08 22:22:30 +0000
committer Roberto Fresca <robertof@mamedev.org>2010-03-08 22:22:30 +0000
commitad194976cb81276d12d08515b20c5830caf1bdb0 (patch)
tree71ddc75a8fac1c189f9fc25b5858677654b4b077
parent4033a6f6398e81b8470d1b0def8d840cfeb359fe (diff)
Renamed the Five Clown main program ROM to match the name on the sticker.
-rw-r--r--src/mame/drivers/5clown.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/5clown.c b/src/mame/drivers/5clown.c
index f29931d5857..6bd65d281e3 100644
--- a/src/mame/drivers/5clown.c
+++ b/src/mame/drivers/5clown.c
@@ -1079,8 +1079,8 @@ MACHINE_DRIVER_END
ROM_START( 5clown )
ROM_REGION( 0x10000, "maincpu", 0 )
- ROM_LOAD( "five_clown.u2", 0x2000, 0x8000, CRC(96e3e8ab) SHA1(fec20b9a8bde5306162f8288cdc9580f445cadf5) )
- ROM_COPY( "maincpu", 0x2000, 0x8000, 0x8000 )
+ ROM_LOAD( "4.u2", 0x2000, 0x8000, CRC(96e3e8ab) SHA1(fec20b9a8bde5306162f8288cdc9580f445cadf5) )
+ ROM_COPY( "maincpu", 0x2000, 0x8000, 0x8000 )
ROM_REGION( 0x8000, "gfxbanks", 0 )