summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/i6300esb.h
diff options
context:
space:
mode:
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);