summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/hp_dio/hp98620.h
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup: Vas Crabb2024-11-251-3/+3
| | | | | | | * toaplan/mjsister.cpp: Use memory share creator for VRAM, put banked ROM in its own region so the fixed ROM region can be sized correctly. * cpu/s2650: Use util::sext rather than goofy lookup table. * Fixed a lot more #include guards that didn't match header paths.
* bus/hp_dio: Modernize all of the HP DIO cards to use anonymous namespaces ↵ Sven Schnelle2024-06-291-119/+1
| | | | (#12528)
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit ↵ MooglyGuy2023-06-011-3/+3
| | | | function signatures. (#11283) [Ryan Holtz]
* -Switch to building MAME as C++17. Vas Crabb2020-11-151-3/+2
| | | | | | | * Updated sol2 to 3.2.2 * Updated pugixml to 1.10 * Increased minimum clang version to 6 * Cleaned up some stuff that can use new features
* Miscellaneous clean-up. Vas Crabb2020-10-291-15/+15
| | | | | * Replaced several uses of auto_alloc. * Removed a trampoline in bus/isa/xtide.cpp.
* Uninitialized variable fixes (#7406) Sven Schnelle2020-10-271-1/+1
| | | | | | | | | | | | | | | | | | * hp98265a: initialize members * hp98543: initialize members * hp98544: initialize members * hp98550: initialize members * hp98620: initialize members * hp98644: initialize members * hp_dio: initialize members * human_interface: initialize members * hlebase: initialize members * hlemouse: initialize members * hp_hil: initialize members * 8291a: initialize members * ins8250: initialize members * tms9914: initialize members * catseye: initialize members
* finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) Ivan Vangelista2020-06-181-2/+2
|
* inconsistency, deprecation, duplication... (nw) Vas Crabb2018-10-301-5/+2
|
* hp98620: add channel control/status register Sven Schnelle2018-10-181-8/+16
|
* hp98620: fix register endianess Sven Schnelle2018-10-151-4/+4
|
* hp_dio: remove unused map() functions Sven Schnelle2018-10-131-1/+0
|
* hp9k_3xx: add HP98620 DMA controller (#4094) dxl2018-10-091-0/+128
* hp9k_3xx: add HP98620 DMA controller * hp98620: remove unused defines (nw)