mirror of
https://github.com/holub/mame
synced 2025-06-14 08:26:57 +03:00
(nw) mycom: seems a HD6845S is a closer match
This commit is contained in:
parent
cfde378dfb
commit
cc25024f79
@ -540,8 +540,8 @@ void mycom_state::mycom(machine_config &config)
|
|||||||
GFXDECODE(config, "gfxdecode", m_palette, gfx_mycom);
|
GFXDECODE(config, "gfxdecode", m_palette, gfx_mycom);
|
||||||
|
|
||||||
/* Manual states clock is 1.008mhz for 40 cols, and 2.016 mhz for 80 cols.
|
/* Manual states clock is 1.008mhz for 40 cols, and 2.016 mhz for 80 cols.
|
||||||
The start registers need to be readable. */
|
The manual states the CRTC is a HD46505S (apparently same as HD6845S). The start registers need to be readable. */
|
||||||
MC6845_1(config, m_crtc, 1008000);
|
HD6845S(config, m_crtc, 1008000);
|
||||||
m_crtc->set_screen("screen");
|
m_crtc->set_screen("screen");
|
||||||
m_crtc->set_show_border_area(false);
|
m_crtc->set_show_border_area(false);
|
||||||
m_crtc->set_char_width(8);
|
m_crtc->set_char_width(8);
|
||||||
|
Loading…
Reference in New Issue
Block a user