summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/ti89.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/ti89.c')
-rw-r--r--src/mess/drivers/ti89.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/drivers/ti89.c b/src/mess/drivers/ti89.c
index 4d8abcd84e4..5772c1d69bf 100644
--- a/src/mess/drivers/ti89.c
+++ b/src/mess/drivers/ti89.c
@@ -39,7 +39,7 @@ UINT8 ti68k_state::keypad_r (running_machine &machine)
data ^= m_io_bit5->read() & (0x01 << bit) ? 0x20 : 0x00;
data ^= m_io_bit6->read() & (0x01 << bit) ? 0x40 : 0x00;
data ^= m_io_bit7->read() & (0x01 << bit) ? 0x80 : 0x00;
- }
+ }
}
return data;