mirror of
https://github.com/holub/mame
synced 2025-04-20 15:32:45 +03:00
fixed ts2068 keyboard, broken since the 0.139 development
cycle, more than 4 years ago. nw. many thanks to Tafoid for the help tracing back the regression :)
This commit is contained in:
parent
8bed8ef381
commit
ae413cc036
@ -683,6 +683,8 @@ static MACHINE_CONFIG_DERIVED( ts2068, spectrum_128 )
|
||||
MCFG_CPU_REPLACE("maincpu", Z80, XTAL_14_112MHz/4) /* From Schematic; 3.528 MHz */
|
||||
MCFG_CPU_PROGRAM_MAP(ts2068_mem)
|
||||
MCFG_CPU_IO_MAP(ts2068_io)
|
||||
MCFG_CPU_VBLANK_INT_DRIVER("screen", spectrum_state, spec_interrupt)
|
||||
MCFG_QUANTUM_TIME(attotime::from_hz(60))
|
||||
|
||||
MCFG_MACHINE_RESET_OVERRIDE(spectrum_state, ts2068 )
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user