summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/hp9845.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* hp9845: added second tape drive (T14) fulivi2017-04-141-3/+27
* hp9845: fixed a race condition in 45T. A little cleanup. fulivi2017-04-131-26/+27
* hp9845: driver for HP9845T added (in collaboration with A.Kueckes) fulivi2017-04-131-111/+994
* srcclean (nw) Vas Crabb2017-03-261-123/+123
* hp9845: further improvements to LP emulation, especially on timing. fulivi2017-03-241-54/+76
* hp9845: generation of graphic and LP cursors separated. Some fulivi2017-03-241-96/+185
* Convert screen_device VBLANK callback to devcb_write_line AJR2017-03-101-6/+6
* hp9845.cpp: fix MSVC build (nw) Peter Ferrie2017-03-091-2/+2
* hp9845: a little cleanup.. fulivi2017-03-081-13/+5
* hp9845: 1st attempt at eliminating the src/mame -> src/devices fulivi2017-03-081-6/+58
* hp9845: Implemented 9845C driver together with A.Kueckes! fulivi2017-03-081-125/+1432
* hp9845: Small re-factoring of 45B screen palette fulivi2017-03-081-5/+18
* hp9845: finished moving all 45B-specific code into a separated class fulivi2017-03-081-402/+477
* hp9845: put parts common to various 9845 models in a base class to fulivi2017-03-081-85/+109
* hp9845: RAM size is now configurable by -ram option fulivi2017-03-081-6/+65
* hp9845: I/O slots expanded from 1 to 4 fulivi2017-03-081-1/+7
* Self-registering devices prep: Vas Crabb2017-02-271-2/+7
* hp9845: implemented correct aspect of alpha & graphic video modes by fulivi2017-02-091-0/+8
* hp9845: minor fix to graphic video subsystem fulivi2016-11-031-0/+1
* Improvements to rgb_t (nw) AJR2016-10-221-1/+1