summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/super80.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/super80.c')
-rw-r--r--src/mess/machine/super80.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/super80.c b/src/mess/machine/super80.c
index 40079041259..16e467af556 100644
--- a/src/mess/machine/super80.c
+++ b/src/mess/machine/super80.c
@@ -94,7 +94,7 @@ static TIMER_CALLBACK( super80_timer )
state->m_cass_data[1] = 0;
}
- state->m_pio->port_b_write(pio_port_b_r(state->m_pio,0));
+ state->m_pio->port_b_write(pio_port_b_r(state->m_pio,state->generic_space(),0,0xff));
}
/* after the first 4 bytes have been read from ROM, switch the ram back in */