summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/lux10828.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/lux10828.c')
-rw-r--r--src/mess/machine/lux10828.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/lux10828.c b/src/mess/machine/lux10828.c
index c7b5f0fc595..97d1c825390 100644
--- a/src/mess/machine/lux10828.c
+++ b/src/mess/machine/lux10828.c
@@ -676,7 +676,7 @@ READ8_MEMBER( luxor_55_10828_device::fdc_r )
if (!m_wait_enable && !m_fdc_irq && !m_fdc_drq)
{
fatalerror("Z80 WAIT not supported by MAME core\n");
-
+
m_maincpu->set_input_line(Z80_INPUT_LINE_WAIT, ASSERT_LINE);
}