summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/hp_dio/hp98544.cpp
Commit message (Expand)AuthorAgeFilesLines
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-271-5/+5
* Cleaned up various stuff. Vas Crabb2024-06-301-2/+4
* bus/hp_dio: Modernize all of the HP DIO cards to use anonymous namespaces (#1... Sven Schnelle2024-06-291-8/+48
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-011-2/+2
* -Reworked device type definition macros a little and added more Doxygen. Vas Crabb2021-09-071-1/+1
* -Switch to building MAME as C++17. Vas Crabb2020-11-151-3/+1
* Uninitialized variable fixes (#7406) Sven Schnelle2020-10-271-1/+3
* -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-271-6/+3
* finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) Ivan Vangelista2020-06-181-4/+4
* devices/machine, sound and video: removed read and write macros (nw) Ivan Vangelista2020-06-171-2/+2
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-6/+6
* hp98543,hp98544: remove MCFG (nw) Sven Schnelle2018-10-121-9/+7
* hp_9k_3xx: enable save state support (nw) Sven Schnelle2018-10-111-0/+1
* topcat: remove MCFG, implement irq, fix some minor issues (nw) Sven Schnelle2018-10-101-12/+44
* hp_dio: add namespace (nw) (#3939) dxl2018-10-071-2/+5
* Details, details (nw) Vas Crabb2018-09-011-1/+1
* More topcat fixes (#3933) dxl2018-08-311-4/+13
* Topcat fixes (#3930) dxl2018-08-311-0/+5
* srcclean and other cleanup (nw) Vas Crabb2018-06-241-2/+1
* Topcat improvements (#3663) Sven Schnelle2018-06-231-6/+14
* hp_dio: clean up (nw) Vas Crabb2018-05-311-9/+4
* Add HP98543 medium-res color graphics card (#3575) Sven Schnelle2018-05-281-30/+31
* Add topcat asic (#3558) Sven Schnelle2018-05-111-277/+13
* srcclean (nw) Vas Crabb2018-04-221-8/+14
* Add basic window move support to hp98544 framebuffer Sven Schnelle2018-04-151-2/+260
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+1
* fix for MSVC (nw) smf-2017-06-251-0/+1
* srcclean (nw) Vas Crabb2017-06-251-3/+3
* hp9k_3xx updates: arbee2017-06-241-10/+31
* hp9k_3xx: preliminary support for DIO and DIO-II buses and 98544 video card. ... arbee2017-06-201-0/+120