summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/apricot/keyboard
Commit message (Expand)AuthorAgeFilesLines
* (nw) Clean up the mess on master Vas Crabb2019-03-262-5/+92
* Revert "conflict resolution (nw)" andreasnaive2019-03-252-92/+5
* devices\bus: some more MACHINE_CONFIG removal (nw) Ivan Vangelista2019-02-101-3/+4
* apricot: Add mouse support Dirk Best2019-02-082-2/+88
* (nw) 6821 and 6850 have no clock for bus logic side, remove some MFCG_, fix b... Vas Crabb2018-07-131-13/+10
* devcb3 Vas Crabb2018-07-071-1/+1
* wd_fdc family, msm5832: Eliminate customized MCFG_XXX_ADD macros (nw) AJR2018-05-271-1/+1
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-0/+1
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-042-4/+5
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-3/+2
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-1/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+1
* Cleaned up serial, matrix keyboard and TI-8x link protocol interfaces: Vas Crabb2017-07-112-13/+0
* some more device_add_mconfig in devices/bus (nw) Ivan Vangelista2017-06-072-7/+2
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-144-20/+21
* Self-registering devices prep: Vas Crabb2017-02-272-2/+2
* Remove emu.h from headers (nw) Olivier Galibert2017-02-114-2/+2
* first srcclean pass (nw) Vas Crabb2016-12-251-3/+3
* apricot: Fix keyboard error 31, now displays 'System OK' Dirk Best2016-12-202-1/+16
* More accurate MSM5832 WR emulation; add pinout for RTC58323 (nw) AJR2016-11-131-1/+2
* replaced machine().driver_data()->generic_space() with machine().dummy_space(... smf-2016-11-031-2/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-224-10/+10
* Let's give the new srcclean a spin... Vas Crabb2016-08-022-21/+21
* apricot: add rtc support to keyboard Dirk Best2016-07-312-17/+84
* apricot: use device_buffered_serial_interface and Dirk Best2016-07-302-165/+177
* apricot: rename apricot_keyboard_device to avoid clashes Dirk Best2016-07-302-16/+16
* apricot: create bus interface for the keyboard interface, make hle keyboard e... Dirk Best2016-07-304-0/+559