summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/c64/xl80.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/c64/xl80.h')
-rw-r--r--src/devices/bus/c64/xl80.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/c64/xl80.h b/src/devices/bus/c64/xl80.h
index 82ebdee51d0..70a9b1cba9d 100644
--- a/src/devices/bus/c64/xl80.h
+++ b/src/devices/bus/c64/xl80.h
@@ -49,7 +49,7 @@ protected:
private:
MC6845_UPDATE_ROW( crtc_update_row );
- required_device<h46505_device> m_crtc;
+ required_device<hd6845s_device> m_crtc;
required_device<palette_device> m_palette;
required_memory_region m_char_rom;
optional_shared_ptr<uint8_t> m_ram;