summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/imagetek_i4100.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-011-1/+1
* - fgoal.cpp: used finders for I/O ports and other smal cleanups Ivan Vangelista2022-07-131-5/+0
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-1/+2
* MT08203 fix (#9549) Angelo Salese2022-04-161-1/+7
* devices/*: Removed extra semicolons after function bodies in headers. (#9275) 0kmg2022-02-061-1/+1
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* metro.cpp: Fix tilemap offset regression cam9002021-01-141-0/+2
* metro.cpp, hyprduel.cpp: Move interrupt control (mostly) down into VDP AJR2021-01-091-2/+32
* imagetek_i4100.cpp: Partially fix flip screen (#6980) cam9002020-07-211-2/+20
* devices/machine, sound and video: removed read and write macros (nw) Ivan Vangelista2020-06-171-51/+51
* imagetek_i4100.cpp : Updates cam9002019-09-141-90/+104
* imagetek_i4100: Convert screen update method to bitmap_rgb32 (nw) AJR2019-07-131-7/+8
* imagetek_i4100.cpp : Updates, Minor cleanups, Remove MCFGs cam9002018-11-141-24/+16
* devcb3 Vas Crabb2018-07-071-1/+1
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* Set finder tag relative to current device being configured rather than Vas Crabb2018-04-301-1/+1
* de-staticify initializations for src/devices/video (#3270) wilbertpol2018-02-251-8/+8
* devices/video: some private-ization (nw) Ivan Vangelista2018-02-161-63/+54
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-3/+3
* srcclean (nw) Vas Crabb2017-11-261-12/+12
* vmetal: Workaround for recent video regression (nw) AJR2017-11-231-1/+6
* metro.cpp: Configure VDP the normal way with its standard XTAL (nw) AJR2017-11-221-9/+0
* Rewritten Imagetek i4100 / i4220 / i4300 video display processor family, hook... angelosa2017-11-211-0/+229