summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/hphybrid/hphybrid.cpp
Commit message (Expand)AuthorAgeFilesLines
* Debugger-related feature removals and cleanup AJR2021-08-151-1/+0
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-251-9/+9
* hphybrid: Add offset to interrupt callback to distinguish IRH from IRL (nw) AJR2020-04-231-2/+2
* capricorn, hphybrid, nanoprocessor: Use devcb_read8 for interrupt vectoring (nw) AJR2020-04-221-1/+5
* various devices: try the new (and some not so new) save state possibilities (nw) Ivan Vangelista2019-12-091-10/+2
* HP9845: TACO driver re-written (#5601) fulivi2019-09-091-1/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-2/+43
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-43/+2
* (nw) remove some superfluous const, eliminate a superfluous temp, remove supe... Vas Crabb2019-02-181-13/+8
* HP9825: added 9825T variant (#4629) fulivi2019-02-161-2/+48
* inconsistency, deprecation, duplication... (nw) Vas Crabb2018-10-301-63/+63
* HP9825 emulation added (#4018) fulivi2018-10-071-663/+991
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-111-2/+2
* Reshuffle some stuff: Vas Crabb2018-03-281-2/+2
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-251-4/+4
* Blind faith fixed long names for almost all CPUs (nw) angelosa2018-03-151-2/+2
* 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-291-702/+704
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-6/+5
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-101-2/+2
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-0/+8
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-7/+10
* 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
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-201-5/+5
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-104/+104
* 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-211-12/+21
* hphybrid: handling of undocumented CIM&SIM instructions that finally fulivi2016-06-051-67/+80
* Cleanups and version bumpmame0174 Miodrag Milanovic2016-05-251-2/+2
* 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-161-0/+5
* Cleanups and version bumpmame0173 Miodrag Milanovic2016-04-271-40/+40
* hphybrid: found 2 undocumented instructions fulivi2016-04-231-1/+86
* hphybrid: interrupt vector fetching fixed. One day I'll eventually get fulivi2016-04-061-1/+1
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-1/+1
* Cleanups and version bump Miodrag Milanovic2016-02-241-1/+1
* hphybrid: interrupt vector fetching fixed (again) fulivi2016-02-171-7/+2
* Cleanups and version bumpmame0170 Miodrag Milanovic2016-01-271-14/+14
* reverting: Miodrag Milanovic2016-01-201-3/+3