summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/chessmst.c
diff options
context:
space:
mode:
author Cowering <cowering@users.noreply.github.com>2015-06-30 09:02:11 -0500
committer Cowering <cowering@users.noreply.github.com>2015-07-08 23:37:59 -0500
commit8db46d73a25701178d8acc93510a6e81a86b3c4b (patch)
tree9248dd9388fb86f64be05e7d9c06b20f1bb3950c /src/mess/drivers/chessmst.c
parent1a32c4b76007999073b353532f74e7acee4b0491 (diff)
more pedantic fixes (NW)
Diffstat (limited to 'src/mess/drivers/chessmst.c')
-rw-r--r--src/mess/drivers/chessmst.c2
1 files changed, 1 insertions, 1 deletions
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 )
{