diff options
author | 2018-08-31 18:20:13 +0200 | |
---|---|---|
committer | 2018-08-31 18:20:13 +0200 | |
commit | fc09634167a4b8032aadcd32c6da900384fa4bd0 (patch) | |
tree | f0bae5ed74131b57d6fa6915ef54ffc9f2424af5 /src/devices/bus/wangpc/wdc.h | |
parent | f3cd9ba6971ee78a642c6d6dd95d0a316940ef2c (diff) |
z80daisy: finished removing MCFG macro (nw)
Diffstat (limited to 'src/devices/bus/wangpc/wdc.h')
-rw-r--r-- | src/devices/bus/wangpc/wdc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/wangpc/wdc.h b/src/devices/bus/wangpc/wdc.h index 7f169db3898..e270a961750 100644 --- a/src/devices/bus/wangpc/wdc.h +++ b/src/devices/bus/wangpc/wdc.h @@ -64,7 +64,7 @@ private: void wangpc_wdc_io(address_map &map); void wangpc_wdc_mem(address_map &map); - required_device<cpu_device> m_maincpu; + required_device<z80_device> m_maincpu; required_device<z80ctc_device> m_ctc; uint8_t m_status; |