summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/k033906.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/k033906.h')
-rw-r--r--src/devices/machine/k033906.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/k033906.h b/src/devices/machine/k033906.h
index 3184b210a90..21187ad0541 100644
--- a/src/devices/machine/k033906.h
+++ b/src/devices/machine/k033906.h
@@ -45,7 +45,7 @@ private:
int m_reg_set; // 1 = access reg / 0 = access ram
- required_device<voodoo_device> m_voodoo;
+ required_device<generic_voodoo_device> m_voodoo;
std::unique_ptr<u32[]> m_reg;
std::unique_ptr<u32[]> m_ram;