summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/315_5313.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* ds8874: move to video folder (led driver chip), hap8 days1-1/+1
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-4/+0
* Update various source files to use swapendian_int16 AJR2022-10-291-1/+1
* timer device: rename getter functions to match emu_timer hap2022-10-241-1/+1
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-3/+3
* megadriv.xml: compatibility field cleanups, apply minor fixes (#9732) [Angelo... Angelo Salese2022-05-231-24/+29
* sk.cpp and 315_5313 devices, actions_atj2279b, rainbow and silverball drivers... Ivan Vangelista2021-02-201-8/+8
* 315_5313.cpp: Fix/Add hardware related notes (#7567) cam9002021-02-201-3/+12
* fix a Genesis VDP status bit which was breaking Mega Play 68k->Z80 comms (#7390) Devin Acker2020-10-241-1/+3
* Cleaned up bitmap API. Vas Crabb2020-09-271-1/+1
* Merge pull request #5787 from cam900/megaplay_lcm R. Belmont2019-10-281-40/+58
|\
| * 315_5313.cpp : Allow LCM scaling of horizontal resolution cam9002019-10-241-40/+58
* | Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-3/+6
|/
* Make osd_printf_* use util/strformat semantics. Vas Crabb2019-09-261-3/+3
* (nw) more misc cleanup: Vas Crabb2019-09-171-6/+6
* devices/video/315_5313.cpp : Fix 3bit color mode masking, Convert drawing rou... cam9002019-09-131-95/+140
* 315_5313.cpp DMA / Timer Updates, Correct refresh rate and timer rate related... cam9002019-08-131-1292/+719
* Sega 315-5313 color related function updates cam9002019-05-191-45/+26
* (nw) Clean up the mess on master Vas Crabb2019-03-261-6/+4
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-4/+6
* 315_5124.cpp : Updates cam9002019-02-111-6/+4
* restore additional Sega 315-5313 palette entries used by 32X (nw) Vas Crabb2018-12-311-0/+2
* Start cleaning up palette configuration: Vas Crabb2018-12-291-6/+5
* 315_5124.cpp updates (#3692) enikland22018-07-221-3/+14
* Allow passing std::unique_ptr<TYPE> directly to save_pointer and remove now-s... AJR2018-06-241-14/+14
* hd63450, genvdp, munchmo, esq5505, multigam: Remove machine().device lookups, nw mooglyguy2018-06-221-20/+59
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-2/+2
* remove safe_pc() and safe_pcbase() (nw) smf-2018-04-131-3/+3
* de-staticify initializations for src/devices/video (#3270) wilbertpol2018-02-251-25/+0
* 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-4/+4
* Extended time! All space.device() removed from comments (nw) Olivier Galibert2018-01-051-2/+2
* qs1000, 315_5124 and 315_5313 devices: test Vas' latest work (nw) Ivan Vangelista2017-05-221-11/+5
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-7/+145
* Self-registering devices prep: Vas Crabb2017-02-271-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-96/+96
* TIMER_CALLBACK to TIMER_CALLBACK_MEMBER (nw) Miodrag Milanovic2016-03-071-26/+6
* reverting: Miodrag Milanovic2016-01-201-2/+2
* tags are now strings (nw) Miodrag Milanovic2016-01-161-2/+2
* cleanup (nw) Miodrag Milanovic2015-12-261-2/+2
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-171-41/+41
* Cleanups and version bumpmame0168 Miodrag Milanovic2015-11-251-5/+5
* Fixed uninitialized class members Miodrag Milanovic2015-11-191-3/+8
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+2773