summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/hh_ucom4.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/hh_ucom4.h')
-rw-r--r--src/mame/includes/hh_ucom4.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/hh_ucom4.h b/src/mame/includes/hh_ucom4.h
index afcd5eca008..efc32cf54a0 100644
--- a/src/mame/includes/hh_ucom4.h
+++ b/src/mame/includes/hh_ucom4.h
@@ -31,7 +31,7 @@ public:
{ }
// devices
- required_device<cpu_device> m_maincpu;
+ required_device<ucom4_cpu_device> m_maincpu;
optional_ioport_array<5> m_inp_matrix; // max 5
output_finder<0x20, 0x20> m_out_x;
output_finder<0x20> m_out_a;