summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/hp_dio (follow)
Commit message (Expand)AuthorAgeFilesLines
* -Switch to building MAME as C++17. Vas Crabb2020-11-1522-62/+31
* emumem: Simplify memory management. [O. Galibert] Olivier Galibert2020-11-022-8/+6
* Miscellaneous clean-up. Vas Crabb2020-10-292-16/+15
* hp98620: fix Clang build. arbee2020-10-281-1/+1
* Uninitialized variable fixes (#7406) Sven Schnelle2020-10-279-20/+58
* -bus/hp_dio/hp98544.cpp: Don't crash when cursor is outside screen area. Vas Crabb2020-09-281-4/+1
* Cleaned up bitmap API. Vas Crabb2020-09-273-8/+5
* finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) Ivan Vangelista2020-06-1821-88/+87
* devices/machine, sound and video: removed read and write macros (nw) Ivan Vangelista2020-06-176-19/+20
* various devices used by hp9k_3xx.cpp: initialized some variables to fix probl... Ivan Vangelista2020-06-063-0/+3
* devices/bus: a few macro removals (nw) Ivan Vangelista2020-05-206-19/+19
* simplified some handlers (nw) Ivan Vangelista2020-05-131-1/+1
* devices/cpu: simplified some handlers (nw) Ivan Vangelista2020-03-311-2/+2
* HP98265A SCSI interface fixes (#6048) Kars de Jong2019-12-131-4/+4
* various devices: try the new (and some not so new) save state possibilities (nw) Ivan Vangelista2019-12-091-28/+13
* Spring cleaning: Vas Crabb2019-11-012-7/+6
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-2610-49/+50
* hp98543: Correct typo in XTAL value and modernize syntax (nw) AJR2019-10-081-5/+5
* Default list of nscsi devices (nw) AJR2019-07-111-15/+8
* Move modern SCSI CD/HD devices into src/devices/bus/nscsi (nw) AJR2019-07-111-2/+2
* mindset: Fix the 8042s, clock starts ticking [O. Galibert] Olivier Galibert2019-06-162-2/+2
* devices/machine/ins8250.cpp : Simplify handlers, Use shorter type values cam9002019-03-301-2/+2
* (nw) Clean up the mess on master Vas Crabb2019-03-268-25/+24
* Revert "conflict resolution (nw)" andreasnaive2019-03-258-24/+25
* bus/hp_dio: Replace CPU finder with required_address_space (nw) AJR2019-02-256-17/+14
* tms9914: Rename read/write handlers and remove superfluous arguments (nw) AJR2019-02-181-4/+4
* devices/bus: a few more MACHINE_CONFIG macros removed (nw) Ivan Vangelista2019-02-092-4/+6
* Revert "hp9k3xx: call reset() instead of manually resetting subdevices (nw)" Sven Schnelle2018-12-011-2/+3
* Merge tag 'mame0204' Vas Crabb2018-11-281-1/+1
|\
| * metadata and flags (nw) Vas Crabb2018-11-271-1/+1
* | hp9k_3xx: add DMA enable to control register Sven Schnelle2018-11-252-3/+19
|/
* srcclean and fixup (nw) Vas Crabb2018-11-251-1/+1
* Merge pull request #4328 from hp9k/human_interface_reset R. Belmont2018-11-231-3/+2
|\
| * hp9k3xx: call reset() instead of manually resetting subdevices (nw) Sven Schnelle2018-11-231-3/+2
* | Merge pull request #4327 from hp9k/misc_fixes R. Belmont2018-11-233-9/+13
|\ \ | |/ |/|
| * hp9k_3xx: misc fixes (nw) Sven Schnelle2018-11-233-9/+13
* | hp98643: lance dma needs masking (nw) Patrick Mackinlay2018-11-231-1/+1
|/
* Add HP98643 LANIC network card Sven Schnelle2018-11-213-1/+310
* add HP98550 high-res color graphic card Sven Schnelle2018-11-183-0/+315
* hp9k_3xx: fix RTC corruption Sven Schnelle2018-11-061-0/+1
* hp_hil: Removing MCFG macros doesn't just mean blindly expanding them (nw) Vas Crabb2018-10-301-9/+2
* inconsistency, deprecation, duplication... (nw) Vas Crabb2018-10-307-32/+23
* srcclean and cleanup (nw) Vas Crabb2018-10-282-8/+6
* hp9k3xx/human_interface: add parallel poll logic (nw) Sven Schnelle2018-10-202-9/+71
* hp98620: add channel control/status register Sven Schnelle2018-10-182-11/+40
* hp98620: fix register endianess Sven Schnelle2018-10-151-4/+4
* Merge pull request #4137 from hp9k/hp_dio_fixes R. Belmont2018-10-136-18/+1
|\
| * hp_dio: remove unused map() functions Sven Schnelle2018-10-136-18/+1
* | Merge pull request #4134 from hp9k/hp98644_mcfg_removal R. Belmont2018-10-131-8/+9
|\ \
| * | hp98644: remove MCFG (nw) Sven Schnelle2018-10-121-8/+9
| |/