summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2019-04-28 08:13:31 -0400
committer AJR <ajrhacker@users.noreply.github.com>2019-04-28 08:13:31 -0400
commit33b1232c2ba6ae00d6539c242865b0f424edf1a9 (patch)
tree4816942b6123110d2fb96b3eae57d554b8cdeff7
parent523e9c8cff1dc08c9f3c555254655f1d9e2c028d (diff)
pet.cpp: Delete leftover (nw)
-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 cf0f89b4103..c6597fcc414 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->device_t::set_clock(XTAL(16'000'000)/16);
+ m_crtc->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);