summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/lpc-rtc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/lpc-rtc.h')
-rw-r--r--src/emu/machine/lpc-rtc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/machine/lpc-rtc.h b/src/emu/machine/lpc-rtc.h
index 9135d1a590b..b2d4ea3155f 100644
--- a/src/emu/machine/lpc-rtc.h
+++ b/src/emu/machine/lpc-rtc.h
@@ -14,7 +14,7 @@ public:
UINT64 io_window_start, UINT64 io_window_end, UINT64 io_offset, address_space *io_space);
virtual void map_extdevice(UINT64 memory_window_start, UINT64 memory_window_end, UINT64 memory_offset, address_space *memory_space,
- UINT64 io_window_start, UINT64 io_window_end, UINT64 io_offset, address_space *io_space);
+ UINT64 io_window_start, UINT64 io_window_end, UINT64 io_offset, address_space *io_space);
DECLARE_READ8_MEMBER( index_r);
DECLARE_WRITE8_MEMBER( index_w);