MT 06544:

(MCFG_MC6845_CHAR_WIDTH must be specified)
This commit is contained in:
Robbbert 2017-04-27 23:08:21 +10:00
parent 764ea8e2f0
commit cdaacfdcb0

View File

@ -1407,11 +1407,10 @@ static MACHINE_CONFIG_START( can09, can09_state )
// CRTC init // CRTC init
MCFG_MC6845_ADD("crtc", H46505, "screen", CAN09_CPU_CLOCK) // TODO: Check actual clock source, An 8MHz UKI crystal is also nearby MCFG_MC6845_ADD("crtc", H46505, "screen", CAN09_CPU_CLOCK) // TODO: Check actual clock source, An 8MHz UKI crystal is also nearby
#if 0
MCFG_MC6845_SHOW_BORDER_AREA(false) MCFG_MC6845_SHOW_BORDER_AREA(false)
MCFG_MC6845_CHAR_WIDTH(8) MCFG_MC6845_CHAR_WIDTH(8)
MCFG_MC6845_UPDATE_ROW_CB(can09_state, crtc_update_row) //MCFG_MC6845_UPDATE_ROW_CB(can09_state, crtc_update_row) // not written yet
#endif
/* Setup loop from data table in ROM: 0xFFCB 0xE020 (CRTC register number), 0xFFD0 0xE021 (CRTC register value) /* Setup loop from data table in ROM: 0xFFCB 0xE020 (CRTC register number), 0xFFD0 0xE021 (CRTC register value)
Reg Value Comment Reg Value Comment
0x00 0x55 Horizontal Total number of characters, 0x00 0x55 Horizontal Total number of characters,