summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pet.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/pet.cpp')
-rw-r--r--src/mame/drivers/pet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/pet.cpp b/src/mame/drivers/pet.cpp
index c6597fcc414..cf0f89b4103 100644
--- a/src/mame/drivers/pet.cpp
+++ b/src/mame/drivers/pet.cpp
@@ -2140,7 +2140,7 @@ void cbm8296_state::cbm8296(machine_config &config)
PLS100(config, PLA1_TAG);
PLS100(config, PLA2_TAG);
- m_crtc->set_clock(XTAL(16'000'000)/16);
+ m_crtc->device_t::set_clock(XTAL(16'000'000)/16);
m_crtc->set_show_border_area(true);
m_crtc->set_char_width(2*8);
m_crtc->set_update_row_callback(FUNC(pet80_state::cbm8296_update_row), this);