From 436d2f757f0c32573ea41013e8b10ca07ed6fc08 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Mon, 17 Dec 2012 07:22:20 +0000 Subject: Cleanups and version bump --- src/mess/machine/special.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/mess/machine/special.c') diff --git a/src/mess/machine/special.c b/src/mess/machine/special.c index 3ead45b349f..bfe357c9ace 100644 --- a/src/mess/machine/special.c +++ b/src/mess/machine/special.c @@ -266,7 +266,7 @@ WRITE8_MEMBER( special_state::specimx_disk_ctrl_w ) switch(offset) { - case 0 : + case 0 : m_maincpu->set_input_line(INPUT_LINE_HALT, ASSERT_LINE); break; case 2 : @@ -400,10 +400,10 @@ READ8_MEMBER( special_state::erik_disk_reg_r ) WRITE8_MEMBER( special_state::erik_disk_reg_w ) { /* - wd17xx_set_side (m_fdc,data & 1); - wd17xx_set_drive(m_fdc,(data >> 1) & 1); - wd17xx_dden_w(m_fdc, BIT(data, 2)); - floppy_mon_w(floppy_get_device(machine(), BIT(data, 1)), 0); - floppy_mon_w(floppy_get_device(machine(), BIT(data, 1) ^ 1), 1); - floppy_drive_set_ready_state(floppy_get_device(machine(), BIT(data, 1)), 1, 1);*/ + wd17xx_set_side (m_fdc,data & 1); + wd17xx_set_drive(m_fdc,(data >> 1) & 1); + wd17xx_dden_w(m_fdc, BIT(data, 2)); + floppy_mon_w(floppy_get_device(machine(), BIT(data, 1)), 0); + floppy_mon_w(floppy_get_device(machine(), BIT(data, 1) ^ 1), 1); + floppy_drive_set_ready_state(floppy_get_device(machine(), BIT(data, 1)), 1, 1);*/ } -- cgit v1.2.3-70-g09d2