summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/i6300esb.h
diff options
context:
space:
mode:
author Olivier Galibert <galibert@pobox.com>2014-11-25 15:27:42 +0100
committer Olivier Galibert <galibert@pobox.com>2014-11-25 20:06:12 +0100
commitcebf9589e180da3503e9905f4662ecde1ee70f6c (patch)
tree3c1f5c2646fff63344a766e83ce863676ad5a710 /src/emu/machine/i6300esb.h
parent4be4f5e8c50e2558966b688265324ed255126e2b (diff)
(nw)
Diffstat (limited to 'src/emu/machine/i6300esb.h')
-rw-r--r--src/emu/machine/i6300esb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/emu/machine/i6300esb.h b/src/emu/machine/i6300esb.h
index 400e13b6670..79a7bb376b3 100644
--- a/src/emu/machine/i6300esb.h
+++ b/src/emu/machine/i6300esb.h
@@ -5,6 +5,7 @@
#include "pci.h"
#include "lpc-acpi.h"
+#include "lpc-rtc.h"
#define MCFG_I6300ESB_LPC_ADD(_tag) \
MCFG_PCI_DEVICE_ADD(_tag, I6300ESB_LPC, 0x808625a1, 0x02, 0x060100, 0x00000000)
@@ -29,6 +30,7 @@ protected:
private:
required_device<lpc_acpi_device> acpi;
+ required_device<lpc_rtc_device> rtc;
DECLARE_ADDRESS_MAP(internal_io_map, 32);