olypeopl: Correct CRTC type (nw)

This commit is contained in:
AJR 2019-11-02 02:25:30 -04:00
parent aabcab0e55
commit 449c43b73b

View File

@ -277,7 +277,7 @@ void peoplepc_state::olypeopl(machine_config &config)
GFXDECODE(config, m_gfxdecode, m_palette, gfxdecode_device::empty);
PALETTE(config, m_palette, palette_device::MONOCHROME);
mc6845_device &crtc(MC6845(config, "h46505", XTAL(22'000'000)/8)); // unknown variant
mc6845_device &crtc(HD6845S(config, "h46505", XTAL(22'000'000)/8)); // HD46505SP according to User's Guide
crtc.set_screen("screen");
crtc.set_show_border_area(false);
crtc.set_char_width(8);