summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/hp9845.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* still more cleanup and more efficient outputs (nw) Vas Crabb2018-03-041-16/+13
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+2
* mismatched include guard comments (nw) hap2018-02-051-1/+1
* Bulk replace convention for include guards in src/mame/includes/ files: angelosa2018-02-051-2/+3
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+2
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-1/+7
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-7/+1
* HLE of HP9845 internal printer (#2884) fulivi2017-12-051-1/+7
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-0/+1
* HP9845: improved keyboard mapping & German layout (#2351) fulivi2017-06-051-0/+4
* hp9845: added second tape drive (T14) fulivi2017-04-141-0/+4
* hp9845: driver for HP9845T added (in collaboration with A.Kueckes) fulivi2017-04-131-3/+0
* hp9845: 1st attempt at eliminating the src/mame -> src/devices fulivi2017-03-081-1/+3
* hp9845: Implemented 9845C driver together with A.Kueckes! fulivi2017-03-081-7/+8
* hp9845: finished moving all 45B-specific code into a separated class fulivi2017-03-081-20/+6
* hp9845: put parts common to various 9845 models in a base class to fulivi2017-03-081-6/+6
* hp9845: RAM size is now configurable by -ram option fulivi2017-03-081-0/+3
* hp9845: I/O slots expanded from 1 to 4 fulivi2017-03-081-0/+3
* Self-registering devices prep: Vas Crabb2017-02-271-0/+1
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-1/+0
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-27/+27
* hp9845: handling of I/O slots added. Implemented HP98035 RTC card. fulivi2016-10-121-0/+3
* hp9845: refactored handling of irq/sts/flg bits to prepare for external fulivi2016-10-031-1/+10
* hp9845: hp9845b_state class moved into a separated file (hp9845.h) fulivi2016-09-301-0/+133