summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/hh_hmcs40.c
diff options
context:
space:
mode:
author ImJezze <jezze@gmx.net>2015-07-20 08:11:41 +0200
committer ImJezze <jezze@gmx.net>2015-07-20 08:11:41 +0200
commit4bcb0c13f50ddb1cd3fd0341b4bb31d9c3c7fc7a (patch)
tree55eccacfca0e69435d0d4e6615205310ca11f271 /src/mess/drivers/hh_hmcs40.c
parentd132946c6f45aa8d271c6180e86f72dd08243048 (diff)
parent229785f695b26c702c8490792611f59d0366a933 (diff)
Merge pull request #5 from mamedev/master
Sync to base master
Diffstat (limited to 'src/mess/drivers/hh_hmcs40.c')
-rw-r--r--src/mess/drivers/hh_hmcs40.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mess/drivers/hh_hmcs40.c b/src/mess/drivers/hh_hmcs40.c
index fce417525f0..b66ebdd2a11 100644
--- a/src/mess/drivers/hh_hmcs40.c
+++ b/src/mess/drivers/hh_hmcs40.c
@@ -55,6 +55,11 @@
*88 HD38820A 1984, Bandai Pair Match (1/2)
*89 HD38820A 1984, Bandai Pair Match (2/2)
+ *75 HD44801A 1982, Alpha 8201 protection MCU (have dump)
+
+ *35 HD44801B 1983, Alpha 8302 protection MCU (have dump)
+ *42 HD44801B 1984, Alpha 8303 protection MCU (have dump)
+
(* denotes not yet emulated by MESS, @ denotes it's in this driver)
@@ -1575,6 +1580,7 @@ INPUT_CHANGED_MEMBER(cgalaxn_state::player_switch)
{
// 2-player switch directly enables plate 14
m_plate = (m_plate & 0x3fff) | (newval ? 0 : 0x4000);
+ prepare_display();
}