summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/i8244.h
Commit message (Expand)AuthorAgeFilesLines
* New sound infrastructure.sound Olivier Galibert5 days1-1/+1
* i8244: fix collision detection edge case [hap, bataais] hap2024-12-031-4/+2
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-271-2/+2
* rendfont: set minimum width of scaled bitmap for font chars used in .lay file... hap2024-03-111-1/+1
* misc hap devices: move variables init to device_start hap2022-08-021-11/+11
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-5/+3
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* saitek_osa/maestro: use parent_rom_device_type for analyst hap2021-09-071-9/+0
* i8244: use parent_rom_device_type for i8245 hap2021-09-061-5/+15
* i8244: remove confusing invalid_register function hap2021-01-161-1/+0
* ef9340_1: add pinout reference hap2021-01-151-2/+0
* i8244: split big screen_update function into several pieces hap2021-01-131-1/+4
* i8244: changed character layer priorities hap2021-01-121-0/+4
* i8244.h: add pinout info hap2021-01-091-3/+20
* odyssey2: correct copyright holders hap2021-01-091-1/+1
* odyssey2: sourcecode style cleanup (mostly bracket spacing) hap2020-09-281-2/+2
* odyssey2: shorthand variable types in source code hap2020-09-281-32/+32
* i8244: update to use newsound hap2020-09-141-2/+1
* Significant internal changes to sound streams (#7169) Aaron Giles2020-09-131-1/+1
* i8244: change pos hold strobe again, add sound interrupt hap2020-08-241-4/+2
* ef9340: add character blink/underline modes hap2020-08-161-1/+1
* i8244: add external collision detection hap2020-08-141-0/+1
* odyssey2: improve 824x/ef934x layer mixing hap2020-08-141-0/+2
* i8244: fix problem with zoomed sprites, update sound/video at tighter intervals hap2020-08-121-35/+40
* i8244: don't access unused registers hap2020-08-041-3/+16
* i8244: return 0 on write-only registers hap2020-08-031-3/+3
* i8244: use device rom instead of lookup table for character set [Kevin Horton] hap2020-08-031-0/+3
* odyssey2: make Videopac C52 a clone set(different XTAL), make g7400 a parent set hap2020-08-021-2/+0
* src/devices: simplified some handlers (nw) Ivan Vangelista2020-03-111-4/+4
* (nw) Clean up the mess on master Vas Crabb2019-03-261-21/+3
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-3/+21
* i8244: Eliminate MCFG_ macros; set screen parameters in device_config_complet... AJR2019-01-191-21/+3
* Start cleaning up palette configuration: Vas Crabb2018-12-291-1/+1
* devcb3 Vas Crabb2018-07-071-2/+2
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* de-staticify initializations for src/devices/video (#3270) wilbertpol2018-02-251-5/+5
* Privatize m_screen and other variables of device_video_interface (nw) AJR2018-01-051-1/+0
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-53/+53
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-1/+0
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-29/+29
* reverting: Miodrag Milanovic2016-01-201-3/+3
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-1/+1
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-3/+3
* override part 3 (nw) Miodrag Milanovic2015-12-051-4/+4
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-0/+169