summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/hotstuff.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/hotstuff.c')
-rw-r--r--src/mame/drivers/hotstuff.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/drivers/hotstuff.c b/src/mame/drivers/hotstuff.c
index 4160ff03a55..4dea609d271 100644
--- a/src/mame/drivers/hotstuff.c
+++ b/src/mame/drivers/hotstuff.c
@@ -102,7 +102,6 @@ WRITE8_MEMBER(hotstuff_state::ioboard_data_w)
WRITE8_MEMBER(hotstuff_state::ioboard_reg_w)
{
-
m_ioboard.index = data;
printf("REG %02x\n",data);
}