summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/ppu2c0x.cpp
Commit message (Expand)AuthorAgeFilesLines
* ppu2c0x.cpp: A few background palette fixes. (#9245) 0kmg2022-02-161-105/+56
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* emumem: Simplify memory management. [O. Galibert] Olivier Galibert2020-11-021-2/+2
* vsnes.cpp: working sound + "improved" graphics in Vs. SMB bootleg sets (#7360) Devin Acker2020-10-221-10/+153
* Plug and Play work (new sets) (#7321) David Haywood2020-10-061-12/+3
* Cleaned up bitmap API. Vas Crabb2020-09-271-5/+5
* Disable SOUND_DEBUG for non-debug builds, and srcclean Vas Crabb2020-09-271-1/+1
* machines promoted to WORKING (Plug and Play) (#7282) David Haywood2020-09-231-173/+120
* srcclean (nw) Vas Crabb2020-03-221-9/+9
* Plug and Play work (#6451) David Haywood2020-03-171-41/+69
* Plug & Play / sh6578 work (#6447) David Haywood2020-03-151-370/+417
* src/devices: simplified some handlers (nw) Ivan Vangelista2020-03-111-4/+4
* Plug & Play work (#6426) David Haywood2020-03-111-59/+66
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-4/+8
* (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-101-1/+1
* nes, sms: Fix light gun regression Enik Land2019-07-021-21/+32
* nes: Improve MMC5 extended attributes AJR2019-04-121-4/+3
* nes: Replace VDP bitmap access with screen().pixel() for lightgun emulation (... enikland22019-03-301-17/+0
* (nw) Clean up the mess on master Vas Crabb2019-03-261-5/+8
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-8/+5
* Eliminate the default address map member of address_space_config (nw) AJR2019-02-171-3/+6
* nes ppu: don't use float on cycles_to_attotime (nw) hap2019-01-061-2/+2
* Allow passing std::unique_ptr<TYPE> directly to save_pointer and remove now-s... AJR2018-06-241-3/+3
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-1/+1
* ppu2c0x: Change NMI to line callback (nw) AJR2018-05-061-6/+4
* ppu2c0x family: Make palette internal to device AJR2018-05-061-103/+85
* maps: Finish devices/video (nw) Olivier Galibert2018-04-201-4/+5
* de-staticify initializations for src/devices/video (#3270) wilbertpol2018-02-251-6/+0
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+2
* Several nes_vt Fixes and Improvements (#3178) David Shah2018-02-071-0/+3
* Multiple nes_vt Improvements (#3099) David Shah2018-01-211-0/+5
* Privatize m_screen and other variables of device_video_interface (nw) AJR2018-01-051-4/+4
* 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-3/+5
* srcclean (nw) Vas Crabb2017-05-281-9/+9
* make cybar120 look more reasonable David Haywood2017-05-241-0/+6
* basic VT03 support David Haywood2017-05-231-95/+127
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-35/+35
* nes: Add Subor Type 2 board. (nw) kazblox2017-03-211-3/+13
* Self-registering devices prep: Vas Crabb2017-02-271-8/+10
* Remove some dependency between src/devices/ and src/mame (nw) Miodrag Milanovic2017-02-051-0/+1323