summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/x820kb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/x820kb.h')
-rw-r--r--src/mame/machine/x820kb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/x820kb.h b/src/mame/machine/x820kb.h
index 3e6fe6283ee..70ab368700d 100644
--- a/src/mame/machine/x820kb.h
+++ b/src/mame/machine/x820kb.h
@@ -42,7 +42,7 @@ protected:
virtual ioport_constructor device_input_ports() const override;
private:
- required_device<cpu_device> m_maincpu;
+ required_device<i8048_device> m_maincpu;
required_ioport_array<16> m_y;
devcb_write_line m_kbstb_cb;