summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/hp2640.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Start cleaning up palette configuration: Vas Crabb2018-12-291-3/+2
* bus/rs232.cpp: completed removal of MCFG macros (nw) Ivan Vangelista2018-10-231-2/+2
* ay31015: Remove MCFG_ macros (these were really ugly ones); default input clo... AJR2018-08-101-5/+5
* Allow per-device internal layouts and remove some more MCFG_ macros. Vas Crabb2018-07-161-1/+1
* move more stuff behind private: (Part H, I, J) (nw) (#3707) David Haywood2018-06-271-2/+4
* 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-12/+12
* 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