summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/svi318.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/svi318.c')
-rw-r--r--src/mess/machine/svi318.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mess/machine/svi318.c b/src/mess/machine/svi318.c
index d9006355ab7..7467bd0e901 100644
--- a/src/mess/machine/svi318.c
+++ b/src/mess/machine/svi318.c
@@ -741,7 +741,7 @@ READ8_MEMBER(svi318_state::svi318_io_ext_r)
{
return 0xff;
}
-
+
fd1793_device *fdc = machine().device<fd1793_device>("wd179x");
switch( offset )
@@ -804,7 +804,7 @@ WRITE8_MEMBER(svi318_state::svi318_io_ext_w)
{
return;
}
-
+
fd1793_device *fdc = machine().device<fd1793_device>("wd179x");
switch( offset )