diff options
Diffstat (limited to 'src/mame/machine/dc-ctrl.c')
-rw-r--r-- | src/mame/machine/dc-ctrl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/machine/dc-ctrl.c b/src/mame/machine/dc-ctrl.c index 610efd9eb9a..b79b7b5e0d5 100644 --- a/src/mame/machine/dc-ctrl.c +++ b/src/mame/machine/dc-ctrl.c @@ -107,4 +107,3 @@ void dc_controller_device::read(UINT32 *dest) (ioport(port_tag[6])->read_safe(0x80) << 16) | (ioport(port_tag[7])->read_safe(0x80) << 24); } - |