From 8db46d73a25701178d8acc93510a6e81a86b3c4b Mon Sep 17 00:00:00 2001 From: Cowering Date: Tue, 30 Jun 2015 09:02:11 -0500 Subject: more pedantic fixes (NW) --- src/mess/drivers/chessmst.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mess/drivers/chessmst.c') diff --git a/src/mess/drivers/chessmst.c b/src/mess/drivers/chessmst.c index b4b7f8fe041..4e0e3a00574 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 ) { -- cgit v1.2.3-70-g09d2