summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/kaypro.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-5/+6
* Cleanup some AM_RANGE in comments (nw) Olivier Galibert2018-04-211-10/+10
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-33/+36
* kayproii: Fix Baud rate generator connections (serial port and keyboard were ... Vas Crabb2018-02-281-3/+3
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-5/+10
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-3/+3
* search-replace .0_?Hz_XTAL to _?Hz_XTAL (nw) hap2018-01-261-9/+9
* it reduces the need for ' digit grouping in drivers, and it even reads natura... Vas Crabb2018-01-251-9/+9
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-11/+11
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-7/+7
* srcclean (nw) Vas Crabb2017-11-261-21/+21
* Added missing Kaypro models, distributed ROM files accordingly rfka012017-11-051-107/+258
* (nw) extra roms for kaypro, hx20 Robbbert2017-11-031-1/+3
* (nw) extra roms for kaypro, tv950, terak, ipds Robbbert2017-11-021-1/+10
* Move object finder resolution before device_start - should solve github #2759 Vas Crabb2017-10-281-20/+17
* kaypro: switch from z80dart to z80sio, hook up BRG to SIO(s), hook up direct ... Vas Crabb2017-10-281-28/+58
* Replaced hacky Kaypro keyboard that bypassed the SIO with emulated Vas Crabb2017-10-281-15/+34
* Kaypro: Added the Omni 4 Logic Analyzer rfka012017-10-141-0/+11
* Eliminate custom MCFG_Z80DART_ADD/Z80SIO_ADD macros (nw) AJR2017-09-241-3/+5
* Load slot info in minimaws (not exposed yet), fix up some problems with Vas Crabb2017-08-021-6/+5
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-13/+13
* Self-registering devices prep: Vas Crabb2017-02-271-0/+3
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1
* Improvements to rgb_t (nw) AJR2016-10-221-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-2/+2
* kaypro fix (nw) Miodrag Milanovic2016-05-011-0/+1
* Eliminate device_t::static_config, a type-unsafe legacy feature. AJR2016-04-141-2/+2
* Add support to adjust the screen color Dirk Best2016-03-121-2/+2
* BEEP device clock() added, instead of default frequency of 3250 hap2016-01-211-2/+2
* clang-modernize part 4 Miodrag Milanovic2015-12-041-2/+2
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+461