summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/fantland.c
diff options
context:
space:
mode:
author Yasuhiro Ogawa <wd40yasu@users.noreply.github.com>2009-07-24 16:47:50 +0000
committer Yasuhiro Ogawa <wd40yasu@users.noreply.github.com>2009-07-24 16:47:50 +0000
commit29ec8163d20cee6f94fcca3082b413e9c20ee042 (patch)
tree9ca74eb6892f7dcf3d63e86debf584e3c12a014c /src/mame/drivers/fantland.c
parentf464daa480fc919629e6173817b7c6ad089b4464 (diff)
get rid of 8 character limitation for many clones
Diffstat (limited to 'src/mame/drivers/fantland.c')
-rw-r--r--src/mame/drivers/fantland.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/fantland.c b/src/mame/drivers/fantland.c
index 65e17efb165..e7a4cbcef0b 100644
--- a/src/mame/drivers/fantland.c
+++ b/src/mame/drivers/fantland.c
@@ -1077,7 +1077,7 @@ ROM_START( fantland )
ROM_END
/* this dump had several roms half size however they all appear to be data & gfx roms, the main program looks ok */
-ROM_START( fantlnda )
+ROM_START( fantlanda )
ROM_REGION( 0x100000, "maincpu", 0 ) // Main CPU
ROM_LOAD16_BYTE( "fantasyl.ev2", 0x00000, 0x20000, CRC(f5bdca0e) SHA1(d05cf6f68d4d1a3dcc0171f7cf220c4920bd47bb) ) // 04.bin (was first half only)
ROM_LOAD16_BYTE( "fantasyl.od2", 0x00001, 0x20000, CRC(9db35023) SHA1(81e2accd67dcf8563a68b2c4e35526f23a40150c) ) // 03.bin (was first half only)
@@ -1373,6 +1373,6 @@ ROM_END
GAME( 19??, borntofi, 0, borntofi, borntofi, 0, ROT0, "International Games", "Born To Fight", 0 )
GAME( 19??, fantland, 0, fantland, fantland, 0, ROT0, "Electronic Devices Italy", "Fantasy Land (set 1)", 0 )
-GAME( 19??, fantlnda, fantland, fantland, fantland, 0, ROT0, "Electronic Devices Italy", "Fantasy Land (set 2)", 0 )
+GAME( 19??, fantlanda,fantland, fantland, fantland, 0, ROT0, "Electronic Devices Italy", "Fantasy Land (set 2)", 0 )
GAME( 19??, wheelrun, 0, wheelrun, wheelrun, 0, ROT0, "International Games", "Wheels Runner", 0 )
GAME( 1989, galaxygn, 0, galaxygn, galaxygn, 0, ROT90, "Electronics Devices Italy", "Galaxy Gunners", GAME_IMPERFECT_SOUND )