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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/wangpc/rtc.h b/src/devices/bus/wangpc/rtc.h
index b1bc38d4570..4f0b22372f2 100644
--- a/src/devices/bus/wangpc/rtc.h
+++ b/src/devices/bus/wangpc/rtc.h
@@ -47,7 +47,7 @@ protected:
virtual void wangpcbus_aiowc_w(address_space &space, offs_t offset, uint16_t mem_mask, uint16_t data) override;
private:
- required_device<cpu_device> m_maincpu;
+ required_device<z80_device> m_maincpu;
required_device<am9517a_device> m_dmac;
required_device<z80ctc_device> m_ctc0;
required_device<z80ctc_device> m_ctc1;