summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/i8244.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* rendfont: set minimum width of scaled bitmap for font chars used in .lay file... hap2024-03-111-3/+4
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-2/+0
* misc hap devices: move variables init to device_start hap2022-08-021-3/+15
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-19/+12
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-4/+4
* Revert "i8244: fix problem with major system overlap" hap2021-02-011-11/+12
* i8244: fix problem with major system overlap hap2021-02-011-12/+11
* i8244: fix recent regression hap2021-01-221-5/+6
* artwork/chess: change chess symbols to svg hap2021-01-181-1/+1
* i8244: remove confusing invalid_register function hap2021-01-161-74/+43
* i8244: split big screen_update function into several pieces hap2021-01-131-224/+259
* i8244: changed character layer priorities hap2021-01-121-87/+75
* odyssey2: correct copyright holders hap2021-01-091-1/+1
* misc comments: very unimportant corrections hap2020-11-121-1/+0
* odyssey2: sourcecode style cleanup (mostly bracket spacing) hap2020-09-281-73/+73
* odyssey2: shorthand variable types in source code hap2020-09-281-17/+17
* Cleaned up bitmap API. Vas Crabb2020-09-271-6/+6
* Revert "sound: Improved view interfaces to match usage patterns" Aaron Giles2020-09-171-2/+2
* sound: Improved view interfaces to match usage patterns Aaron Giles2020-09-171-2/+2
* i8244: update to use newsound hap2020-09-141-5/+5
* Significant internal changes to sound streams (#7169) Aaron Giles2020-09-131-2/+2
* odyssey2: put voice roms in softwarelist hap2020-08-281-47/+47
* i8244: change pos hold strobe again, add sound interrupt hap2020-08-241-35/+24
* i8244: reduce partial screen update calls hap2020-08-221-3/+3
* i8244: simplify pos strobe hold hap2020-08-211-6/+6
* New working software list additions hap2020-08-191-4/+2
* ef9340: add character blink/underline modes hap2020-08-161-75/+53
* ef9340: move read commands to readhandler and add slice mode hap2020-08-141-5/+15
* i8244: add external collision detection hap2020-08-141-0/+18
* odyssey2: improve 824x/ef934x layer mixing hap2020-08-141-17/+19
* odyssey2.xml: sort list hap2020-08-131-0/+3
* i8244: fix problem with zoomed sprites, update sound/video at tighter intervals hap2020-08-121-421/+405
* i8244: don't access unused registers hap2020-08-041-7/+58
* i8244: return 0 on write-only registers hap2020-08-031-4/+5
* i8244: fix y cam register mask hap2020-08-031-4/+13
* i8244: don't collide grid with itself hap2020-08-031-22/+2
* i8244: remove leftover from testing hap2020-08-031-1/+1
* i8244: fix problem with missing characters, add dot grid hap2020-08-031-44/+72
* i8244: use device rom instead of lookup table for character set [Kevin Horton] hap2020-08-031-74/+19
* i8244: fix register mirroring hap2020-08-031-5/+5
* odyssey2: make Videopac C52 a clone set(different XTAL), make g7400 a parent set hap2020-08-021-5/+9
* src/devices: simplified some handlers (nw) Ivan Vangelista2020-03-111-4/+4
* (nw) Clean up the mess on master Vas Crabb2019-03-261-0/+16
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-16/+0
* i8244: Eliminate MCFG_ macros; set screen parameters in device_config_complet... AJR2019-01-191-0/+16
* Start cleaning up palette configuration: Vas Crabb2018-12-291-22/+19
* Privatize m_screen and other variables of device_video_interface (nw) AJR2018-01-051-10/+10
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-13/+6
* Self-registering devices prep: Vas Crabb2017-02-271-2/+5