summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/imagetek_i4100.cpp
Commit message (Expand)AuthorAgeFilesLines
* metro.cpp: Fix tilemap offset regression cam9002021-01-141-0/+4
* metro.cpp, hyprduel.cpp: Move interrupt control (mostly) down into VDP AJR2021-01-091-6/+134
* imagetek_i4100_device: Add some missing initializations, hopefully fixing ran... Olivier Galibert2020-12-281-0/+19
* imagetek_i4100.cpp: initialized a couple of variables Ivan Vangelista2020-09-291-3/+7
* Cleaned up bitmap API. Vas Crabb2020-09-271-4/+4
* imagetek_i4100.cpp: Partially fix flip screen (#6980) cam9002020-07-211-42/+17
* devices/machine, sound and video: removed read and write macros (nw) Ivan Vangelista2020-06-171-47/+47
* srcclean and manual adjustments (nw) Vas Crabb2020-02-231-3/+3
* Confirm raster bug for puzzli (nw) Angelo Salese2020-02-071-6/+8
* (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-101-1/+1
* srcclean (nw) Vas Crabb2019-09-221-1/+1
* Fix clang error: equality comparison with extraneous parentheses [-Werror,-Wp... AJR2019-09-131-2/+2
* imagetek_i4100.cpp : Updates cam9002019-09-141-271/+241
* Revert "Allow 16bpp gfxdecode (#5167)" R. Belmont2019-07-191-2/+2
* Allow 16bpp gfxdecode (#5167) cam9002019-07-181-2/+2
* imagetek_i4100: Convert screen update method to bitmap_rgb32 (nw) AJR2019-07-131-112/+115
* Start cleaning up palette configuration: Vas Crabb2018-12-291-1/+1
* srcclean and fixup (nw) Vas Crabb2018-11-251-1/+1
* imagetek_i4100.cpp : Updates, Minor cleanups, Remove MCFGs cam9002018-11-141-128/+266
* imagetek_i4100.cpp: added missing save state, fixes gakusai2 save state regre... Ivan Vangelista2018-10-241-2/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-93/+93
* maps: Finish map.m() (nw) Olivier Galibert2018-04-191-102/+105
* srcclean and regenerate localisations (nw) Vas Crabb2018-03-251-3/+3
* hyprduel : Cleanups, Add imagetek_i4220_device, Allocate sound output… (#3272) cam9002018-02-281-7/+34
* de-staticify initializations for src/devices/video (#3270) wilbertpol2018-02-251-27/+0
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-3/+3
* memory: Deambiguate handlers, also a hint of things to come (nw) Olivier Galibert2018-01-191-3/+3
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+1
* Privatize m_screen and other variables of device_video_interface (nw) AJR2018-01-051-1/+1
* Remove a bunch of space.device().safe_pc() from devices (nw) Olivier Galibert2017-12-301-4/+4
* srcclean and manual cleanups (nw) Vas Crabb2017-12-241-9/+9
* space.machine -> machine (nw) Olivier Galibert2017-12-141-1/+1
* metro.cpp: resolve conflict (nw) angelosa2017-11-271-0/+9
* srcclean (nw) Vas Crabb2017-11-261-39/+39
* vmetal: Workaround for recent video regression (nw) AJR2017-11-231-3/+11
* Note (nw) angelosa2017-11-211-0/+2
* Rewritten Imagetek i4100 / i4220 / i4300 video display processor family, hook... angelosa2017-11-211-0/+1171