diff options
| author | 2013-04-30 06:36:06 +0000 | |
|---|---|---|
| committer | 2013-04-30 06:36:06 +0000 | |
| commit | 4bf717996f56eb03dc735c83dae5450b7fc98d75 (patch) | |
| tree | a63a55bcc180e342382e9c9a680f0c643fd05248 /src/mess/machine/mac.c | |
| parent | f35b95a00e64c63422116039aeae272029b58e51 (diff) | |
Cleanups and version bumpmame0148u4
Diffstat (limited to 'src/mess/machine/mac.c')
| -rw-r--r-- | src/mess/machine/mac.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mess/machine/mac.c b/src/mess/machine/mac.c index dca53b8110b..09a0ee71199 100644 --- a/src/mess/machine/mac.c +++ b/src/mess/machine/mac.c @@ -707,7 +707,6 @@ TIMER_CALLBACK_MEMBER(mac_state::kbd_clock) void mac_state::kbd_shift_out(int data) { - if (m_kbd_comm == TRUE) { m_kbd_shift_reg = data; @@ -746,7 +745,6 @@ TIMER_CALLBACK_MEMBER(mac_state::inquiry_timeout_func) */ void mac_state::keyboard_receive(int val) { - switch (val) { case 0x10: @@ -2025,7 +2023,6 @@ READ32_MEMBER(mac_state::mac_read_id) void mac_state::mac_driver_init(model_t model) { - m_overlay = 1; m_scsi_interrupt = 0; m_model = model; |
