summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/p2000t.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/p2000t.h')
-rw-r--r--src/mame/includes/p2000t.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/includes/p2000t.h b/src/mame/includes/p2000t.h
index d0f2654f6f2..f743bf6822b 100644
--- a/src/mame/includes/p2000t.h
+++ b/src/mame/includes/p2000t.h
@@ -54,8 +54,7 @@ protected:
required_device<cpu_device> m_maincpu;
required_device<speaker_sound_device> m_speaker;
- // Only the P2000t has this device.
- optional_device<mdcr_device> m_mdcr;
+ required_device<mdcr_device> m_mdcr;
private:
required_ioport_array<10> m_keyboard;