summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/dec_lk201.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-917/+0
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-19/+11
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* Numerous drivers: Modernization and runtime tag lookup elimination AJR2020-10-181-40/+38
* rainbow: fixed < > natural keys Robbbert2020-09-171-3/+3
* mame/machine: simplified some handlers (nw) Ivan Vangelista2020-04-221-13/+13
* (nw) Clean up the mess on master Vas Crabb2019-03-261-6/+7
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-7/+6
* misc MCFG and MACHINE_CONFIG macro removal (nw) Ivan Vangelista2019-02-131-6/+7
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-5/+5
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-3/+3
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-9/+10
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-1/+1
* dec_lk201: More sensible natural keyboard assignments for 6 keys above cursor... AJR2018-01-241-5/+5
* 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-111-2/+2
* updated mame/machine devices to device_add_mconfig (nw) Ivan Vangelista2017-05-261-13/+3
* 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-141-2/+2
* dec_lk201: add PORT_CHAR/PORT_CODE where missing Sergey Svishchev2017-03-131-96/+96
* Self-registering devices prep: Vas Crabb2017-02-271-1/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-13/+13
* srcclean (nw) Vas Crabb2016-09-261-10/+10
* dec_lk201.cpp: Add 8051 version rom, not used yet. Corrected note about conta... Lord-Nightmare2016-09-201-15/+18
* typo fix (n/w) Lord-Nightmare2016-09-201-1/+1
* dec_lk201.cpp: Add key matrix, documented the switch IDs for each key. Fixed ... Lord-Nightmare2016-09-191-140/+181
* Finished up tiny_rom_entry conversion Nathan Woods2016-08-061-1/+1
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-291-18/+18
* dec_lk201: keyclick [Bavarese] cracyc2016-06-231-13/+117
* dec_lk201: remove unused defines (nw) cracyc2016-06-081-5/+0
* lk201: fix 6805 clock to verified value [Lord Nightmare] R. Belmont2016-06-051-1/+1
* rainbow: copy-paste mistake(nw) cracyc2016-06-041-2/+2
* Update dec_lk201.cpp Bavarese2016-06-041-5/+5
* rainbow: kbd leds (nw) cracyc2016-06-031-11/+10
* rainbow: getting better (nw) cracyc2016-06-031-18/+22
* rainbow: keyboard works for a few seconds (nw) cracyc2016-06-031-1/+28
* Cleanups and version bumpmame0173 Miodrag Milanovic2016-04-271-1/+1
* Update dec_lk201.cpp Bavarese2016-04-081-12/+13
* BEEP device clock() added, instead of default frequency of 3250 hap2016-01-211-1/+1
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* fixes (nw) Miodrag Milanovic2016-01-101-4/+4
* make output be part of driver_device (nw) Miodrag Milanovic2016-01-101-4/+4
* modernize output_manager (nw) Miodrag Milanovic2016-01-101-4/+4
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+760