summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/fanucspmg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/fanucspmg.cpp')
-rw-r--r--src/mame/drivers/fanucspmg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/fanucspmg.cpp b/src/mame/drivers/fanucspmg.cpp
index a898334a118..fcb47205b19 100644
--- a/src/mame/drivers/fanucspmg.cpp
+++ b/src/mame/drivers/fanucspmg.cpp
@@ -1005,7 +1005,7 @@ void fanucspmg_state::fanucspmg(machine_config &config)
screen.set_raw(XTAL(15'000'000), 640, 0, 512, 390, 0, 384);
screen.set_screen_update(CRTC_TAG, FUNC(mc6845_device::screen_update));
- HD6845(config, m_crtc, XTAL(8'000'000)/2);
+ HD6845S(config, m_crtc, XTAL(8'000'000)/2);
m_crtc->set_screen(SCREEN_TAG);
m_crtc->set_show_border_area(false);
m_crtc->set_char_width(8);