summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/hp2640.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-1/+1
* 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-9/+9
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-24/+26
* hp2640.cpp: Use new-style UART handlers (nw) AJR2018-03-041-27/+10
* ay31015: Replace generic pin setters and getters with READ_LINE and WRITE_LIN... AJR2018-02-201-15/+15
* ay31015: Replace "status changed" notifier with line callbacks (nw) AJR2018-02-131-3/+3
* 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-3/+3
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+3
* hp2645: video blanking added fulivi2018-01-101-6/+15
* hp2645: rs232 I/O, multiple char sets, beeper & option switches added. fulivi2018-01-101-39/+392
* xtal.h: Another batch of additions (nw) AJR2017-12-281-2/+2
* VS fix, Romanisation adjustment (nw) Vas Crabb2017-12-251-1/+1
* hp2645: forgot MACHINE_NO_SOUND (no beep for now) fulivi2017-12-221-1/+1
* hp2645: very first commit, driver works. No UART yet among other minor things. fulivi2017-12-221-0/+681