mirror of
https://github.com/holub/mame
synced 2025-07-02 16:49:22 +03:00
MT 06544:
(MCFG_MC6845_CHAR_WIDTH must be specified)
This commit is contained in:
parent
764ea8e2f0
commit
cdaacfdcb0
@ -1407,11 +1407,10 @@ static MACHINE_CONFIG_START( can09, can09_state )
|
||||
|
||||
// CRTC init
|
||||
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_CHAR_WIDTH(8)
|
||||
MCFG_MC6845_UPDATE_ROW_CB(can09_state, crtc_update_row)
|
||||
#endif
|
||||
//MCFG_MC6845_UPDATE_ROW_CB(can09_state, crtc_update_row) // not written yet
|
||||
|
||||
/* Setup loop from data table in ROM: 0xFFCB 0xE020 (CRTC register number), 0xFFD0 0xE021 (CRTC register value)
|
||||
Reg Value Comment
|
||||
0x00 0x55 Horizontal Total number of characters,
|
||||
|
Loading…
Reference in New Issue
Block a user