Previous 199869 Revisions Next

r32645 Saturday 11th October, 2014 at 07:05:23 UTC by Fabio Priuli
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 :)
[src/mess/drivers]timex.c

trunk/src/mess/drivers/timex.c
r32644r32645
683683   MCFG_CPU_REPLACE("maincpu", Z80, XTAL_14_112MHz/4)        /* From Schematic; 3.528 MHz */
684684   MCFG_CPU_PROGRAM_MAP(ts2068_mem)
685685   MCFG_CPU_IO_MAP(ts2068_io)
686   MCFG_CPU_VBLANK_INT_DRIVER("screen", spectrum_state,  spec_interrupt)
687   MCFG_QUANTUM_TIME(attotime::from_hz(60))
686688
687689   MCFG_MACHINE_RESET_OVERRIDE(spectrum_state, ts2068 )
688690

Previous 199869 Revisions Next


© 1997-2024 The MAME Team