summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/hphybrid/hphybrid.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-011-4/+4
* cpu/hphybrid: Use device_delegate rather than devcb for hot callbacks unlikel... Vas Crabb2022-03-011-8/+12
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-251-3/+3
* capricorn, hphybrid, nanoprocessor: Use devcb_read8 for interrupt vectoring (nw) AJR2020-04-221-0/+4
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-091-6/+6
* (nw) Clean up the mess on master Vas Crabb2019-03-261-0/+28
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-28/+0
* (nw) remove some superfluous const, eliminate a superfluous temp, remove supe... Vas Crabb2019-02-181-2/+0
* HP9825: added 9825T variant (#4629) fulivi2019-02-161-0/+30
* HP9825 emulation added (#4018) fulivi2018-10-071-65/+117
* 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-111-1/+1
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-251-2/+2
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-4/+4
* emumem: API change [O. Galibert] Olivier Galibert2017-11-291-1/+1
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-4/+2
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-101-1/+1
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-174/+142
* 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-201-3/+3
* add virtual for consistency (nw) smf-2016-10-241-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-71/+71
* hphybrid: cleanup of AEC logic fulivi2016-06-211-2/+1
* Cleanups and version bumpmame0174 Miodrag Milanovic2016-05-251-1/+1
* hp9845: first draft of graphic video support: no cursor yet, reading fulivi2016-05-161-0/+2
* Cleanups and version bumpmame0173 Miodrag Milanovic2016-04-271-2/+2
* Merge pull request #829 from fulivi/hp9845_dev etabeta782016-04-251-1/+5
|\
| * hphybrid: found 2 undocumented instructions fulivi2016-04-231-1/+5
* | NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-1/+1
|/
* Cleanups and version bumpmame0170 Miodrag Milanovic2016-01-271-77/+77
* reverting: Miodrag Milanovic2016-01-201-3/+3
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-1/+1
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-3/+3
* Revert "remove const (nw)" Miodrag Milanovic2016-01-131-1/+1
* remove const (nw) Miodrag Milanovic2016-01-111-1/+1
* Return std::string objects by value rather than pass by reference AJR2016-01-101-1/+1
* hphybrid: fixed interrupt bug in 5061-3001 fulivi2015-12-311-76/+77
* Cleanups and version bumpmame0169 Miodrag Milanovic2015-12-301-133/+133
* hp9845b & hphybrid: added missing "override"s fulivi2015-12-161-25/+25
* hphybrid: fixed MAE bug, added "PA changed" callback fulivi2015-12-151-0/+9
* hphybrid: added selection of boot mode for 5061-3001 fulivi2015-12-151-7/+11
* hphybrid: implemented all EMC instructions, seem ok fulivi2015-12-151-2/+14
* hphybrid: register W added (it's needed by 9845 test ROM) fulivi2015-12-151-0/+2
* hphybrid: first draft of HP-5061-3001 CPU driver fulivi2015-12-151-62/+135
* override part 2 (nw) Miodrag Milanovic2015-12-051-13/+13
* clang-modernize part 3 Miodrag Milanovic2015-12-041-1/+1
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-0/+146