summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/315_5124.cpp
Commit message (Expand)AuthorAgeFilesLines
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-81/+74
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* various devices and drivers: seperate -> separate Ivan Vangelista2021-11-281-1/+1
* 315_5124.cpp: Fix color in SMS1 VDP(315-5124), Add hardware notes (#7855) cam9002021-05-261-18/+21
* video/315_5124.cpp: Minor tidying up. Vas Crabb2020-10-221-36/+30
* video/315_5124.cpp: Improved registers 03 and 04 behavior in mode 4 [Enik Lan... enikland22020-10-221-56/+135
* Cleaned up bitmap API. Vas Crabb2020-09-271-4/+4
* 315_5124.cpp : Fix color related to hardware measured value (#5828) cam9002019-10-301-19/+58
* 315_5313.cpp : Allow LCM scaling of horizontal resolution cam9002019-10-241-6/+7
* devices/video/315_5313.cpp : Fix 3bit color mode masking, Convert drawing rou... cam9002019-09-131-15/+15
* 315_5124: Adjust horizontal screen positions Enik Land2019-07-251-20/+17
* sms.cpp: Change NMI to be routed through VDP on SMS systems (#4871) enikland22019-06-101-35/+71
* 315_5124.cpp : Add SMS compatible mode color for 315-5313 cam9002019-05-191-2/+11
* Sega 315-5313 color related function updates cam9002019-05-191-6/+55
* (nw) Clean up the mess on master Vas Crabb2019-03-261-94/+102
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-102/+94
* Eliminate the default address map member of address_space_config (nw) AJR2019-02-171-2/+3
* 315_5124.cpp : Updates cam9002019-02-111-92/+99
* Start cleaning up palette configuration: Vas Crabb2018-12-291-12/+14
* make this more consistent (nw) Vas Crabb2018-08-201-289/+185
* 315_5124.cpp minor fixes to previous changes Enik Land2018-08-181-53/+55
* (nw) srcclean and some cleanup: Vas Crabb2018-07-221-19/+19
* Fix trampoline constructors (nw) Vas Crabb2018-07-221-2/+2
* 315_5124.cpp updates (#3692) enikland22018-07-221-331/+665
* maps: Finish devices/video (nw) Olivier Galibert2018-04-201-3/+4
* Grammar police (nw) Olivier Galibert2018-02-241-2/+2
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-2/+2
* Privatize m_screen and other variables of device_video_interface (nw) AJR2018-01-051-25/+25
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-101-2/+2
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-1/+9
* qs1000, 315_5124 and 315_5313 devices: test Vas' latest work (nw) Ivan Vangelista2017-05-221-24/+11
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-2/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-41/+35
* debugger_access: Refactor [O. Galibert] Olivier Galibert2017-03-021-2/+2
* Self-registering devices prep: Vas Crabb2017-02-271-3/+3
* Revert "moved debugger_access() from address space to machine & removed the a... Vas Crabb2016-11-211-2/+2
* moved debugger_access() from address space to machine & removed the anti-patt... smf-2016-11-191-2/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-53/+53
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-2/+2
* sg1000.cpp: many improvements [Enik Land] etabeta782016-06-241-6/+25
* reverting: Miodrag Milanovic2016-01-201-5/+5
* 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-5/+5
* clang-modernize part 3 Miodrag Milanovic2015-12-041-2/+2
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1711