summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/kdt6.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-3/+4
* Cleanup some AM_RANGE in comments (nw) Olivier Galibert2018-04-211-3/+3
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-47/+49
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+4
* 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-1/+2
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-0/+1
* Eliminate custom MCFG_Z80DART_ADD/Z80SIO_ADD macros (nw) AJR2017-09-241-1/+1
* Added basic stub layout with drive LEDs rfka012017-09-181-0/+2
* floppy: Add drive LED callback Dirk Best2017-08-271-3/+20
* srcclean (nw) Vas Crabb2017-08-271-4/+4
* psi98: Hook up serial ports, mark driver as working Dirk Best2017-08-231-3/+65
* psi98: Hook up centronics port Dirk Best2017-08-211-0/+29
* psi98: Hook up sound Dirk Best2017-08-191-3/+31
* psi98: Add software list Dirk Best2017-08-171-0/+3
* psi98: Hook up RTC Dirk Best2017-08-141-3/+30
* psi98: Add gfx mode rendering, fix vsync timer, update some clocks Dirk Best2017-08-141-7/+13
* psi98: Update memory handling, add video memory reading, timer fixes Dirk Best2017-08-131-33/+46
* (nw) Housekeeping. Robbbert2017-08-121-2/+2
* psi98: Add HLE ASCII keyboard and make it default Dirk Best2017-08-101-1/+1
* psi98: Add keyboard slot interface, create skeleton for keyboard Dirk Best2017-08-101-9/+14
* New driver: Kontron PSI98 Dirk Best2017-08-041-0/+555