From fbfb7b58545f39235d39c2a98eef838ee07e4ac8 Mon Sep 17 00:00:00 2001 From: Brian Troha Date: Mon, 25 May 2009 05:02:44 +0000 Subject: [PATCH] update the CPS1 config table in /video to use the new clone name for Forgotten Worlds (US) --- src/mame/video/cps1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/video/cps1.c b/src/mame/video/cps1.c index 77ba51bf81e..98843b05c46 100644 --- a/src/mame/video/cps1.c +++ b/src/mame/video/cps1.c @@ -1234,7 +1234,7 @@ static const struct CPS1config cps1_config_table[]= { /* name CPSB gfx mapper in2 in3 out2 kludge */ {"forgottn", CPS_B_01, mapper_LWCHR }, - {"forgott1", CPS_B_01, mapper_LW621 }, + {"forgottu", CPS_B_01, mapper_LWCHR }, {"lostwrld", CPS_B_01, mapper_LWCHR }, {"ghouls", CPS_B_01, mapper_DM620 }, {"ghoulsu", CPS_B_01, mapper_DM620 },