summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/chance32.cpp
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2019-05-18 20:24:13 -0400
committer AJR <ajrhacker@users.noreply.github.com>2019-05-18 20:24:13 -0400
commite2eff859010d88e09667420619c1653c2850737c (patch)
tree21b0b7a3c0a961c5bcc581697305dc949714e7ff /src/mame/drivers/chance32.cpp
parent53ca659461b413f9345e60572b9ce38f4175c1a7 (diff)
mc6845: More consistent identification of HD6845S variant (nw)
Diffstat (limited to 'src/mame/drivers/chance32.cpp')
-rw-r--r--src/mame/drivers/chance32.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/chance32.cpp b/src/mame/drivers/chance32.cpp
index dbf35d5870c..6c1fa01d690 100644
--- a/src/mame/drivers/chance32.cpp
+++ b/src/mame/drivers/chance32.cpp
@@ -475,7 +475,7 @@ void chance32_state::chance32(machine_config &config)
screen.set_visarea(0, 35*16-1, 0, 29*8-1);
screen.set_screen_update(FUNC(chance32_state::screen_update_chance32));
- h46505_device &crtc(H46505(config, "crtc", 12000000/16)); /* 52.786 Hz (similar to Major Poker) */
+ hd6845s_device &crtc(HD6845S(config, "crtc", 12000000/16)); /* 52.786 Hz (similar to Major Poker) */
crtc.set_screen("screen");
crtc.set_show_border_area(false);
crtc.set_char_width(16);