summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/kdt6.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* drivers starting with i, j, k, l and m: more macro removal (nw) Ivan Vangelista2020-05-281-40/+40
* various drivers: READ/WRITE macros removal (nw) Ivan Vangelista2020-05-151-10/+10
* input_buffer, output_latch, z80dma: Eliminate now-unnecessary bus_r and bus_w... AJR2020-03-181-3/+3
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-3/+3
* (nw) Clean up the mess on master Vas Crabb2019-03-261-14/+17
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-17/+14
* upd765: Simplify read/write handlers (nw) AJR2019-03-101-1/+1
* -dmvbus, psi_kbd: Removed MCFG macros, nw mooglyguy2019-02-081-8/+10
* emu\softlist_dev: removed MCFG macros (nw) Ivan Vangelista2019-01-301-1/+1
* output_latch: removed MCFG macros (nw) Ivan Vangelista2019-01-291-1/+2
* imagedev\floppy: removed MCFG macros (nw) Ivan Vangelista2019-01-281-2/+2
* devices\machine\ticket, timer: removed MCFG macros (nw) Ivan Vangelista2019-01-211-1/+1
* Start cleaning up palette configuration: Vas Crabb2018-12-291-1/+1
* upd765: Add (mostly standard) clocks to all devices in the family (nw) AJR2018-12-131-1/+1
* Include floppy.h explicitly in drivers and bus cards, rather than indirectly ... AJR2018-11-251-0/+1
* mc6845: first part of MCFG macros removal (nw) Ivan Vangelista2018-11-191-5/+6
* pc_lpt, upd765: removed MCFG macros (nw) Ivan Vangelista2018-09-281-3/+3
* upd1990a, upd4701, upd4992, upd7002: removed MCFG macros (nw) Ivan Vangelista2018-09-261-1/+1
* z80daisy_generic, z80dart, z80dma: removed MCFG macros (nw) Ivan Vangelista2018-08-301-4/+4
* Allow per-device internal layouts and remove some more MCFG_ macros. Vas Crabb2018-07-161-1/+1
* (nw) 6821 and 6850 have no clock for bus logic side, remove some MFCG_, fix b... Vas Crabb2018-07-131-26/+25
* devcb3 Vas Crabb2018-07-071-35/+35
* more private: use (K,L,M) (#3714) David Haywood2018-06-301-3/+4
* Allow passing std::unique_ptr<TYPE> directly to save_pointer and remove now-s... AJR2018-06-241-2/+2
* acro removal, disambiguation, debugger side effects (nw) Vas Crabb2018-06-151-1/+1
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-40/+40
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-2/+2
* 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-47/+47
* 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