mirror of
https://github.com/holub/mame
synced 2025-04-25 09:50:04 +03:00
[mess] make tandy 1000 286s post (nw)
This commit is contained in:
parent
5046f0719a
commit
6fe334d797
@ -890,8 +890,8 @@ SLOT_INTERFACE_END
|
||||
MCFG_CPU_ADD("maincpu", type, clock) \
|
||||
MCFG_CPU_PROGRAM_MAP(mem##_map) \
|
||||
MCFG_CPU_IO_MAP(port##_io) \
|
||||
MCFG_TIMER_DRIVER_ADD_SCANLINE("scantimer", pc_state, vblankfunc, "screen", 0, 1) \
|
||||
MCFG_CPU_CONFIG(i86_address_mask)
|
||||
MCFG_CPU_CONFIG(i86_address_mask) \
|
||||
MCFG_TIMER_DRIVER_ADD_SCANLINE("scantimer", pc_state, vblankfunc, "screen", 0, 1)
|
||||
|
||||
|
||||
/* F4 Character Displayer */
|
||||
|
Loading…
Reference in New Issue
Block a user