summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/rf5c296.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/rf5c296.c')
-rw-r--r--src/emu/machine/rf5c296.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/machine/rf5c296.c b/src/emu/machine/rf5c296.c
index 6e303c1812a..3b530a97669 100644
--- a/src/emu/machine/rf5c296.c
+++ b/src/emu/machine/rf5c296.c
@@ -89,7 +89,7 @@ READ16_MEMBER(rf5c296_device::io_r)
case 0x3e1:
data = reg_r(m_rf5c296_reg);
break;
-
+
default:
data = m_pccard->read_memory(space, offset, mem_mask);
break;