summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/crtc_ega.cpp
Commit message (Expand)AuthorAgeFilesLines
* crtc_ega: latch the row preset cracyc2024-03-311-1/+4
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-37/+11
* ega: be less strict about valid display settings cracyc2023-03-121-3/+1
* Revert "emu_timer: undo prev commit, add running() getter and change some ena... hap2022-11-011-2/+2
* emu_timer: undo prev commit, add running() getter and change some enabled() c... hap2022-10-251-2/+2
* ega: latch start address cracyc2022-06-051-3/+7
* ega: irq and row preset cracyc2022-06-051-6/+8
* ega: palette and memory map fixes cracyc2022-06-041-40/+43
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-50/+44
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* lbpc: Add keyboard interface AJR2020-12-221-1/+1
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-3/+4
* (nw) Clean up the mess on master Vas Crabb2019-03-261-3/+3
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-3/+3
* mc6845, crtc_ega: Simplify read/write handlers (nw) AJR2019-02-191-3/+3
* Privatize m_screen and other variables of device_video_interface (nw) AJR2018-01-051-4/+4
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-7/+7
* Self-registering devices prep: Vas Crabb2017-02-271-14/+23
* converted lot of TRUE/FALSE to real boolean and updated types (nw) Miodrag Milanovic2016-10-221-13/+13
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-15/+15
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* clang-modernize part 3 Miodrag Milanovic2015-12-041-2/+2
* Cleanups and version bumpmame0168 Miodrag Milanovic2015-11-251-6/+6
* Fixed uninitialized class members Miodrag Milanovic2015-11-191-2/+8
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+728