diff options
Diffstat (limited to 'src/mess/drivers/chessmst.c')
-rw-r--r-- | src/mess/drivers/chessmst.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mess/drivers/chessmst.c b/src/mess/drivers/chessmst.c index b4b7f8fe041..765fd3078bb 100644 --- a/src/mess/drivers/chessmst.c +++ b/src/mess/drivers/chessmst.c @@ -200,7 +200,7 @@ WRITE8_MEMBER( chessmst_state::pio1_port_b_w ) m_led_sel = (m_led_sel & 0xff) | ((data & 0x03)<<8); m_speaker->level_w(BIT(data, 6)); -}; +} READ8_MEMBER( chessmst_state::pio2_port_a_r ) { @@ -283,4 +283,4 @@ ROM_END /* Driver */ /* YEAR NAME PARENT COMPAT MACHINE INPUT INIT COMPANY FULLNAME FLAGS */ -COMP( 1984, chessmst, 0, 0, chessmst, chessmst, driver_device, 0, "VEB Mikroelektronik Erfurt", "Chess-Master", GAME_NOT_WORKING | GAME_CLICKABLE_ARTWORK ) +COMP( 1984, chessmst, 0, 0, chessmst, chessmst, driver_device, 0, "VEB Mikroelektronik Erfurt", "Chess-Master", MACHINE_NOT_WORKING | MACHINE_CLICKABLE_ARTWORK ) |