summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/wangpc/rtc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/wangpc/rtc.h')
-rw-r--r--src/devices/bus/wangpc/rtc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/wangpc/rtc.h b/src/devices/bus/wangpc/rtc.h
index 9233222a4f9..eb848b599ec 100644
--- a/src/devices/bus/wangpc/rtc.h
+++ b/src/devices/bus/wangpc/rtc.h
@@ -15,7 +15,7 @@
#include "cpu/z80/z80.h"
#include "machine/am9517a.h"
#include "machine/z80ctc.h"
-#include "machine/z80dart.h"
+#include "machine/z80sio.h"
@@ -51,7 +51,7 @@ private:
required_device<am9517a_device> m_dmac;
required_device<z80ctc_device> m_ctc0;
required_device<z80ctc_device> m_ctc1;
- required_device<z80dart_device> m_sio;
+ required_device<z80sio_device> m_sio;
optional_shared_ptr<uint8_t> m_char_ram;
void wangpc_rtc_io(address_map &map);