summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/cps1.c
diff options
context:
space:
mode:
author Scott Stone <tafoid@users.noreply.github.com>2014-04-14 02:39:28 +0000
committer Scott Stone <tafoid@users.noreply.github.com>2014-04-14 02:39:28 +0000
commit3778a817bbc358d76a6168ef499d48f5017be489 (patch)
tree9508b9a9b20ecd2c263694bf6e7554f7ea8a7873 /src/mame/video/cps1.c
parent3bd801aa2870efe92c2fd7f0883a3f2ee2f325fa (diff)
CPS-1 update [Team CPS-1]:
* Added full documentation to nemoa * nemoa -> nemor1 to follow the new cps1 standard * Minor reorder and cleanup
Diffstat (limited to 'src/mame/video/cps1.c')
-rw-r--r--src/mame/video/cps1.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mame/video/cps1.c b/src/mame/video/cps1.c
index cbf2b84346b..ef7129330b9 100644
--- a/src/mame/video/cps1.c
+++ b/src/mame/video/cps1.c
@@ -85,7 +85,8 @@ Carrier Air Wing (World 901012) 89624B-3 CA
Carrier Air Wing (USA 901012) 89624B-3 CA24B IOB1 88622-C-5 CPS-B-16 DL-0411-10011 None
U.S. Navy (Japan 901012) 89625B-1 CA22B IOB1 88622-C-5 CPS-B-16 DL-0411-10011 None
-Nemo (World 901130) 1990 89624B-3 NM24B IOB1 88622-C-5 CPS-B-15 DL-0411-10010 None
+Nemo (World 901109) 1990 89624B-3 NM24B IOB1 88622-C-5 CPS-B-15 DL-0411-10010 None
+Nemo (World 901130) 89624B-3 NM24B IOB1 88622-C-5 CPS-B-15 DL-0411-10010 None
Nemo (Japan 901120) 89625B-1 NM22B ? ? CPS-B-15 DL-0411-10010
Street Fighter II: The World Warrior (World 910214) 1991 90629B-2 STF29 IOB1 90632C-1 CPS-B-17 DL-0411-10012 C632
@@ -1322,7 +1323,7 @@ static const struct CPS1config cps1_config_table[]=
{"mtwins", CPS_B_14, mapper_CK24B },
{"chikij", CPS_B_14, mapper_CK24B }, // wrong, this set uses CK22B, dumped but equations still not added
{"nemo", CPS_B_15, mapper_NM24B },
- {"nemoa", CPS_B_15, mapper_NM24B },
+ {"nemor1", CPS_B_15, mapper_NM24B },
{"nemoj", CPS_B_15, mapper_NM24B }, // wrong, this set uses NM22B, still not dumped
{"cawing", CPS_B_16, mapper_CA24B },
{"cawingr1", CPS_B_16, mapper_CA24B },