summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/svi3x8/slot/sv806.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/svi3x8/slot/sv806.h')
-rw-r--r--src/devices/bus/svi3x8/slot/sv806.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/svi3x8/slot/sv806.h b/src/devices/bus/svi3x8/slot/sv806.h
index e6af5071c56..095e8291acc 100644
--- a/src/devices/bus/svi3x8/slot/sv806.h
+++ b/src/devices/bus/svi3x8/slot/sv806.h
@@ -41,7 +41,7 @@ protected:
private:
MC6845_UPDATE_ROW(crtc_update_row);
- required_device<hd6845_device> m_crtc;
+ required_device<hd6845s_device> m_crtc;
required_device<palette_device> m_palette;
required_memory_region m_gfx;