summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/pc4.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/pc4.c')
-rw-r--r--src/mess/drivers/pc4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/drivers/pc4.c b/src/mess/drivers/pc4.c
index f6f8299f32b..1149b84b590 100644
--- a/src/mess/drivers/pc4.c
+++ b/src/mess/drivers/pc4.c
@@ -192,7 +192,7 @@ void pc4_state::machine_start()
m_blink_timer = timer_alloc(BLINKING_TIMER);
m_blink_timer->adjust(attotime::from_msec(409), 0, attotime::from_msec(409));
- for (int i=0; i<8; i++)
+ for (int i=0; i<8; i++)
{
io_port[i] = ioport(bitnames[i]);
}