mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
olypeopl: Correct CRTC type (nw)
This commit is contained in:
parent
aabcab0e55
commit
449c43b73b
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user