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 |
r32644 | r32645 | |
---|---|---|
683 | 683 | MCFG_CPU_REPLACE("maincpu", Z80, XTAL_14_112MHz/4) /* From Schematic; 3.528 MHz */ |
684 | 684 | MCFG_CPU_PROGRAM_MAP(ts2068_mem) |
685 | 685 | 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)) | |
686 | 688 | |
687 | 689 | MCFG_MACHINE_RESET_OVERRIDE(spectrum_state, ts2068 ) |
688 | 690 |
Previous | 199869 Revisions | Next |