summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/315_5124.h
Commit message (Expand)AuthorAgeFilesLines
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-271-8/+8
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-13/+8
* devices/*: Removed extra semicolons after function bodies in headers. (#9275) 0kmg2022-02-061-2/+2
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* video/315_5124.cpp: Improved registers 03 and 04 behavior in mode 4 [Enik Lan... enikland22020-10-221-7/+13
* 315_5124.cpp : Fix color related to hardware measured value (#5828) cam9002019-10-301-0/+5
* 315_5313.cpp : Allow LCM scaling of horizontal resolution cam9002019-10-241-0/+3
* devices/video/315_5313.cpp : Fix 3bit color mode masking, Convert drawing rou... cam9002019-09-131-1/+1
* 315_5124: Adjust horizontal screen positions Enik Land2019-07-251-1/+1
* sms.cpp: Change NMI to be routed through VDP on SMS systems (#4871) enikland22019-06-101-9/+17
* Sega 315-5313 color related function updates cam9002019-05-191-0/+6
* (nw) Clean up the mess on master Vas Crabb2019-03-261-103/+54
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-54/+103
* 315_5124.cpp : Updates cam9002019-02-111-50/+54
* src/devices: more MCFG macros removal (nw) Ivan Vangelista2019-01-101-53/+0
* restore additional Sega 315-5313 palette entries used by 32X (nw) Vas Crabb2018-12-311-5/+7
* Start cleaning up palette configuration: Vas Crabb2018-12-291-4/+5
* -devices/machine/msm6253: Removed MCFG macros and added devcb3 support, nw mooglyguy2018-12-271-4/+7
* make this more consistent (nw) Vas Crabb2018-08-201-27/+27
* 315_5124.cpp minor fixes to previous changes Enik Land2018-08-181-3/+2
* 315_5124.cpp updates (#3692) enikland22018-07-221-31/+71
* devcb3 Vas Crabb2018-07-071-9/+9
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* de-staticify initializations for src/devices/video (#3270) wilbertpol2018-02-251-16/+16
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+1
* Privatize m_screen and other variables of device_video_interface (nw) AJR2018-01-051-1/+1
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-101-1/+1
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-1/+1
* qs1000, 315_5124 and 315_5313 devices: test Vas' latest work (nw) Ivan Vangelista2017-05-221-4/+5
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-77/+66
* Self-registering devices prep: Vas Crabb2017-02-271-3/+7
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-28/+28
* sg1000.cpp: many improvements [Enik Land] etabeta782016-06-241-0/+11
* reverting: Miodrag Milanovic2016-01-201-4/+4
* 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-4/+4
* override part 3 (nw) Miodrag Milanovic2015-12-051-13/+13
* clang-modernize part 3 Miodrag Milanovic2015-12-041-1/+1
* 315-5124.c: Minor changes and fix a regression that in theory could affect zo... Scott Stone2015-09-141-1/+1
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-0/+255