summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/cps1.c
diff options
context:
space:
mode:
author mamehaze <mamehaze@users.noreply.github.com>2015-03-22 11:10:42 +0000
committer mamehaze <mamehaze@users.noreply.github.com>2015-03-22 11:10:42 +0000
commitba0a29334a8edc0224b6e57d38ff6c809f2fa4ee (patch)
treed8e2bbae841827730cdf6e9e3568d90d31ef73cf /src/mame/video/cps1.c
parentb7dcf5cb588d3638416710499d3b2ed0fdfcdf29 (diff)
new clones
Willow (World) [Jets (from Emu-france) and Layer (from Neo-arcadia)]
Diffstat (limited to 'src/mame/video/cps1.c')
-rw-r--r--src/mame/video/cps1.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/video/cps1.c b/src/mame/video/cps1.c
index abf941d700e..83223de978e 100644
--- a/src/mame/video/cps1.c
+++ b/src/mame/video/cps1.c
@@ -1399,7 +1399,8 @@ static const struct CPS1config cps1_config_table[]=
{"dynwarj", CPS_B_02, mapper_TK22B },
{"dynwarjr", CPS_B_21_DEF, mapper_TK22B }, // wrong, this set uses TK163B, still not dumped
{"willow", CPS_B_03, mapper_WL24B },
- {"willowo", CPS_B_03, mapper_WL24B },
+ {"willowu", CPS_B_03, mapper_WL24B },
+ {"willowuo", CPS_B_03, mapper_WL24B },
{"willowj", CPS_B_03, mapper_WL24B }, // wrong, this set uses WL22B, still not dumped
{"ffight", CPS_B_04, mapper_S224B },
{"ffighta", CPS_B_04, mapper_S224B },