summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/trs80m2kb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/trs80m2kb.h')
-rw-r--r--src/mame/machine/trs80m2kb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/trs80m2kb.h b/src/mame/machine/trs80m2kb.h
index a446fdca783..d2bf556a8ed 100644
--- a/src/mame/machine/trs80m2kb.h
+++ b/src/mame/machine/trs80m2kb.h
@@ -56,7 +56,7 @@ private:
LED_1
};
- required_device<cpu_device> m_maincpu;
+ required_device<i8021_device> m_maincpu;
required_ioport_array<12> m_y;
output_finder<2> m_leds;