summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isa/cga.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* drivers starting with a and b: some macro removal (nw) Ivan Vangelista2020-05-251-40/+40
* mc1502: try to work around issues (nw) cracyc2020-05-011-0/+24
* cga_m24: Correct CRTC type AJR2020-04-191-2/+12
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-16/+16
* mc6845: Use standard device method to adjust input clock (nw) AJR2019-04-281-1/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-21/+22
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-22/+21
* mc6845, crtc_ega: Simplify read/write handlers (nw) AJR2019-02-191-7/+7
* screen.h: adddedconstructor for monochrom screens and removed MCFG_SCREEN_ADD... Ivan Vangelista2019-02-111-14/+15
* bus/isa/cga.cpp: fix this regression, too (nw) Ivan Vangelista2018-11-211-1/+1
* mc6845, upd7220: removed MCFG macros (nw) Ivan Vangelista2018-11-201-46/+36
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-2/+2
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-5/+5
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-3/+3
* cga: oops (nw) cracyc2018-01-101-0/+3
* Remove remaining firstcpu usage from devices (nw) AJR2018-01-041-1/+1
* cga: m24 also has 400 line text mode (nw) cracyc2017-11-251-48/+56
* cga: support 400 line text modes (nw) cracyc2017-11-251-236/+74
* cga: add compaq portable iii video, text modes and color need to be fixed (nw) cracyc2017-11-241-1/+73
* device_add_mconfig up to devices/bus/l* (nw) Ivan Vangelista2017-06-091-29/+20
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-42/+30
* Self-registering devices prep: Vas Crabb2017-02-271-10/+10
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-113/+113
* Created a tiny_rom_entry structure for the purposes of rom_entry declarations... Nathan Woods2016-08-061-7/+7
* fix after pass through the diff Vas Crabb2016-08-011-2/+2
* cleanup of some conversions (nw) Miodrag Milanovic2016-07-311-2/+2
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-2/+2
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-291-4/+4
* Memory fun [O.Galibert] Olivier Galibert2016-06-141-13/+22
* reverting: Miodrag Milanovic2016-01-201-12/+12
* Revert "Fixes (nw)" Miodrag Milanovic2016-01-201-1/+1
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-2/+2
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-2/+2
* Fixes (nw) Miodrag Milanovic2016-01-161-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-12/+12
* macro removal INLINE -> static inline (nw) Miodrag Milanovic2015-12-121-2/+2
* clang-modernize part 6 Miodrag Milanovic2015-12-041-2/+2
* clang-modernize part 2 Miodrag Milanovic2015-12-041-3/+3
* Fixed uninitialized class members Miodrag Milanovic2015-11-191-2/+2
* cga: treat as fixed sync monitor (nw) cracyc2015-11-171-3/+46
* fix uninitialized class members for bus devices (nw) Miodrag Milanovic2015-11-141-10/+10
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+2011