summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/x1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/x1.cpp')
-rw-r--r--src/mame/drivers/x1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/x1.cpp b/src/mame/drivers/x1.cpp
index be1d3390a14..a044ca8c284 100644
--- a/src/mame/drivers/x1.cpp
+++ b/src/mame/drivers/x1.cpp
@@ -1510,7 +1510,7 @@ WRITE8_MEMBER( x1_state::x1_portc_w )
m_hres_320 = data & 0x40;
/* set up the pixel clock according to the above divider */
- m_crtc->set_clock(VDP_CLOCK/((m_hres_320) ? 48 : 24));
+ m_crtc->set_unscaled_clock(VDP_CLOCK/((m_hres_320) ? 48 : 24));
if(!BIT(data, 5) && BIT(m_io_switch, 5))
m_iobank->set_bank(1);