diff options
Diffstat (limited to 'src/mess/drivers/hh_hmcs40.c')
-rw-r--r-- | src/mess/drivers/hh_hmcs40.c | 6 |
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(); } |