summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/hp9845.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* HP optional ROMs: address issue #5839 (#5873) fulivi2019-11-081-9/+9
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-2/+2
* ioport: Change PORT_CHANGED_MEMBER param type from void * to u32 (nw) AJR2019-08-151-1/+1
* Hp9845: added 98046 module emulation (#5115) fulivi2019-05-261-0/+28
* (nw) Clean up the mess on master Vas Crabb2019-03-261-78/+69
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-69/+78
* mame\drivers: removed most MCFG and MACHINE_CONFIG macros from drivers starti... Ivan Vangelista2019-03-061-48/+41
* screen.h: adddedconstructor for monochrom screens and removed MCFG_SCREEN_ADD... Ivan Vangelista2019-02-111-19/+17
* emu\softlist_dev: removed MCFG macros (nw) Ivan Vangelista2019-01-301-5/+5
* devices\machine\ticket, timer: removed MCFG macros (nw) Ivan Vangelista2019-01-211-6/+6
* tiny adjustments (nw) Vas Crabb2018-12-241-2/+2
* hp9825 & hp9845: refactored I/O sub-system. Added 98032 GPIO module. (#4353) fulivi2018-12-051-188/+74
* HP9825 emulation added (#4018) fulivi2018-10-071-9/+13
* -hp_taco, hd64610: Removed MCFG, nw mooglyguy2018-08-281-8/+8
* -ram_device: MCFG removal, nw mooglyguy2018-08-161-3/+1
* (nw) srcclean and some cleanup: Vas Crabb2018-07-221-1/+1
* Allow per-device internal layouts and remove some more MCFG_ macros. Vas Crabb2018-07-161-1/+1
* misc cleanup (nw) Vas Crabb2018-06-291-22/+22
* move more stuff behind private: (Part H, I, J) (nw) (#3707) David Haywood2018-06-271-7/+12
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-3/+3
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-11/+11
* Make "Keypad ," and "Keypad =" standard keys AJR2018-05-111-17/+17
* 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-36/+36
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-8/+8
* Restrict ROM labels to a filesystem- and shell-safe subset of printable Vas Crabb2018-03-181-14/+14
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-17/+19
* whoops (nw) Vas Crabb2018-03-041-0/+1
* still more cleanup and more efficient outputs (nw) Vas Crabb2018-03-041-58/+40
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-3/+3
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+2
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-4/+4
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-6/+11
* srcclean and manual cleanups (nw) Vas Crabb2017-12-241-1/+1
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-5/+40
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-40/+5
* HLE of HP9845 internal printer (#2884) fulivi2017-12-051-3/+38
* Fix hp9845 (nw) Olivier Galibert2017-12-031-2/+2
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-0/+1
* removed some redundant flags: MACHINE_IS_SKELETON = MACHINE_NOT_WORKING | MAC... Ivan Vangelista2017-07-041-4/+4
* srcclean (nw) Vas Crabb2017-06-251-37/+37
* HP9845: improved keyboard mapping & German layout (#2351) fulivi2017-06-051-102/+254
* srcclean (nw) Vas Crabb2017-05-281-4/+4
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-70/+70
* hp9845: debug message cleanup fulivi2017-05-071-84/+48
* hp9845: implemented softkeys for 45C & 45T fulivi2017-05-071-55/+105
* hp9845: improved graphic cursors of 45C & 45T fulivi2017-05-071-66/+117
* hp9845: text video of 45C improved fulivi2017-05-071-6/+17
* srcclean (nw) Vas Crabb2017-04-231-101/+101