summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/hphybrid (follow)
Commit message (Expand)AuthorAgeFilesLines
* various devices: try the new (and some not so new) save state possibilities (nw) Ivan Vangelista2019-12-091-10/+2
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-091-6/+6
* HP9845: TACO driver re-written (#5601) fulivi2019-09-091-1/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-262-2/+71
* Revert "conflict resolution (nw)" andreasnaive2019-03-252-71/+2
* (nw) remove some superfluous const, eliminate a superfluous temp, remove supe... Vas Crabb2019-02-182-15/+8
* HP9825: added 9825T variant (#4629) fulivi2019-02-162-2/+78
* inconsistency, deprecation, duplication... (nw) Vas Crabb2018-10-303-78/+78
* HP9825 emulation added (#4018) fulivi2018-10-075-996/+1458
* devcb3 Vas Crabb2018-07-071-1/+1
* diexec: Interrupt API changes (nw) AJR2018-05-181-1/+1
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-112-3/+3
* Reshuffle some stuff: Vas Crabb2018-03-281-2/+2
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-252-6/+6
* Blind faith fixed long names for almost all CPUs (nw) angelosa2018-03-151-2/+2
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-4/+4
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-5/+5
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-5/+5
* HLE of HP9845 internal printer (#2884) fulivi2017-12-051-4/+4
* hp64k fix (nw) Olivier Galibert2017-12-031-4/+4
* emumem: API change [O. Galibert] Olivier Galibert2017-11-292-703/+705
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-264-139/+187
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-102-3/+3
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-032-1/+9
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-144-182/+194
* hphybrid: hopefully fixed a super-subtle race condition in 9845T video hw. fulivi2017-04-131-2/+2
* fix some device validation errors, also fix uninitialised members in some dev... Vas Crabb2017-03-031-529/+521
* Self-registering devices prep: Vas Crabb2017-02-271-2/+2
* Make devcb objects more consistently available for further configuration (nw) AJR2017-01-311-1/+1
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-203-29/+10
* Changed the hp_hybrid disassembler to use 'std::ostream &' internally Nathan Woods2016-11-151-220/+235
* add virtual for consistency (nw) smf-2016-10-241-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-223-194/+194
* Merge pull request #1506 from fulivi/hp9845_dev6 R. Belmont2016-10-131-18/+26
|\
| * hphybrid: fixed indirect EXE instruction fulivi2016-10-051-8/+16
| * hphybrid: "Interrupt Mask" changed to "Interrupt Mode" (it sounds better fulivi2016-10-031-10/+10
* | Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-281-0/+1
|/
* Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ... Lord-Nightmare2016-09-271-1/+0
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-271-0/+1
* hphybrid: cleanup of AEC logic fulivi2016-06-212-14/+22
* hphybrid: handling of undocumented CIM&SIM instructions that finally fulivi2016-06-051-67/+80
* Cleanups and version bumpmame0174 Miodrag Milanovic2016-05-252-3/+3
* hp9845: added timer to throttle access to graphic memory, RAM expanded fulivi2016-05-161-1/+1
* hphybrid: DMA fixed fulivi2016-05-161-7/+2
* hp9845: first draft of graphic video support: no cursor yet, reading fulivi2016-05-162-0/+7
* Cleanups and version bumpmame0173 Miodrag Milanovic2016-04-273-45/+45
* Merge pull request #829 from fulivi/hp9845_dev etabeta782016-04-253-2/+94
|\
| * hphybrid: found 2 undocumented instructions fulivi2016-04-233-2/+94
* | NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-1/+1
|/
* hphybrid: interrupt vector fetching fixed. One day I'll eventually get fulivi2016-04-061-1/+1