summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/hp_dio
Commit message (Expand)AuthorAgeFilesLines
* -cpu/drcbeut.cpp: Don't allocate from the DRC cache unnecessarily. Vas Crabb2025-02-122-4/+1
* Cleaned up various stuff. Vas Crabb2025-01-311-22/+24
* Fix include guard check that previous CI runs missed. [R. Belmont] arbee2025-01-111-3/+3
* HP98x6: added HP98628 & HP98629 expansion cards (#12984) fulivi2025-01-114-0/+1179
* Cleanup: Vas Crabb2024-11-2512-37/+37
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-2712-53/+53
* srcclean and cleanup Vas Crabb2024-07-281-2/+3
* Cleanup: Vas Crabb2024-07-281-3/+3
* hp_dio/hp98620: use device_execute_interface (nw) (#12618) Sven Schnelle2024-07-261-16/+31
* Cleaned up various stuff. Vas Crabb2024-06-306-16/+19
* bus/hp_dio: Modernize all of the HP DIO cards to use anonymous namespaces (#1... Sven Schnelle2024-06-2920-651/+563
* hp_dio: add HP98624 GPIB interface card (#12514) Sven Schnelle2024-06-293-0/+360
* Removed some unnecessary backslash line continuations. (#12047) amameuser2024-02-211-1/+1
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-10/+0
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-0116-81/+81
* Revert initialisation of device members in headers. Vas Crabb2022-04-034-5/+5
* init vars for coverity (bus/a-l) Robbbert2022-04-024-5/+5
* hp98265a.cpp: fix a return indentation Angelo Salese2022-02-281-1/+1
* devices/*: Removed extra semicolons after function bodies in headers. (#9275) 0kmg2022-02-061-1/+1
* -Reworked device type definition macros a little and added more Doxygen. Vas Crabb2021-09-0711-14/+14
* -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