summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/ticalc1x.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/ticalc1x.c')
-rw-r--r--src/mess/drivers/ticalc1x.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mess/drivers/ticalc1x.c b/src/mess/drivers/ticalc1x.c
index 1b87c1a4738..2b5ad7adcda 100644
--- a/src/mess/drivers/ticalc1x.c
+++ b/src/mess/drivers/ticalc1x.c
@@ -3,7 +3,7 @@
/***************************************************************************
Texas Instruments TMS1xxx/0970/0980 handheld calculators
-
+
Texas Instruments WIZ-A-TRON
* TMC0907NL DP0907BS (die labeled 0970F-07B)
@@ -61,7 +61,7 @@ READ8_MEMBER(ticalc1x_state::read_k)
for (int i = 0; i < 4; i++)
if (m_o & (1 << (i + 1)))
k |= m_button_matrix[i]->read();
-
+
return k;
}