summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/voodoo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/voodoo.h')
-rw-r--r--src/devices/video/voodoo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/voodoo.h b/src/devices/video/voodoo.h
index 81a8442302a..a25508a4b6e 100644
--- a/src/devices/video/voodoo.h
+++ b/src/devices/video/voodoo.h
@@ -1875,7 +1875,7 @@ protected:
public:
uint8_t index; /* index of board */
screen_device *screen; /* the screen we are acting on */
- device_t *cpu; /* the CPU we interact with */
+ cpu_device *cpu; /* the CPU we interact with */
const uint8_t vd_type; /* type of system */
uint8_t chipmask; /* mask for which chips are available */
uint32_t freq; /* operating frequency */