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:
Fabio Priuli 2014-10-11 07:05:23 +00:00
parent 8bed8ef381
commit ae413cc036

View File

@ -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 )