diff options
| author | 2014-11-26 10:37:58 +0100 | |
|---|---|---|
| committer | 2014-11-26 10:37:58 +0100 | |
| commit | ebeaa953a3a6ae98842b4a169bc95e5f3c673d8c (patch) | |
| tree | 41959790c00308fc3cac9c71176709f53683151d /src/mess/drivers/ticalc1x.c | |
| parent | 18b8ce2f9467ae23672cea11f4a3fc5e42e24b9c (diff) | |
Cleanups and version bumpmame0156
Diffstat (limited to 'src/mess/drivers/ticalc1x.c')
| -rw-r--r-- | src/mess/drivers/ticalc1x.c | 4 |
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; } |
