summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/ppu2c0x.h
Commit message (Expand)AuthorAgeFilesLines
* video/ppu2c0x*.cpp: Implemented device_palette_interface and cleaned up code:... cam90011 days1-91/+93
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-271-3/+3
* video/ppu2c0x.cpp: Improved behavior of OAM writes during PPU rendering. (#10... 0kmg2022-12-141-4/+0
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-8/+7
* ppu2c0x.cpp: A few background palette fixes. (#9245) 0kmg2022-02-161-1/+1
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* vsnes.cpp: working sound + "improved" graphics in Vs. SMB bootleg sets (#7360) Devin Acker2020-10-221-18/+43
* machines promoted to WORKING (Plug and Play) (#7282) David Haywood2020-09-231-11/+14
* srcclean (nw) Vas Crabb2020-03-221-1/+1
* Plug and Play work (#6451) David Haywood2020-03-171-0/+6
* Plug & Play / sh6578 work (#6447) David Haywood2020-03-151-14/+28
* src/devices: simplified some handlers (nw) Ivan Vangelista2020-03-111-4/+4
* Plug & Play work (#6426) David Haywood2020-03-111-0/+1
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-5/+5
* nes, sms: Fix light gun regression Enik Land2019-07-021-1/+1
* nes: Replace VDP bitmap access with screen().pixel() for lightgun emulation (... enikland22019-03-301-1/+0
* -bus/nes/jaleco, pt554, bus/nes_ctrl/ctrl, hori, joypad: Removed MCFG and MAC... mooglyguy2018-12-201-50/+12
* devcb3 Vas Crabb2018-07-071-0/+1
* ppu2c0x: Change NMI to line callback (nw) AJR2018-05-061-4/+4
* ppu2c0x family: Make palette internal to device AJR2018-05-061-33/+39
* Set finder tag relative to current device being configured rather than Vas Crabb2018-04-301-1/+1
* de-staticify initializations for src/devices/video (#3270) wilbertpol2018-02-251-12/+8
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+1
* Several nes_vt Fixes and Improvements (#3178) David Shah2018-02-071-0/+1
* srcclean and regenerate localisations (nw) Vas Crabb2018-01-281-2/+2
* Multiple nes_vt Improvements (#3099) David Shah2018-01-211-1/+3
* 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
* srcclean (nw) Vas Crabb2017-05-281-3/+3
* some support for extended sprite addressing used by cybar120 David Haywood2017-05-231-1/+2
* basic VT03 support David Haywood2017-05-231-8/+23
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-99/+98
* ppu2c0x & vsnes privatize variables (nw) angelosa2017-05-101-19/+21
* nes: Add Subor Type 2 board. (nw) kazblox2017-03-211-24/+34
* Remove some dependency between src/devices/ and src/mame (nw) Miodrag Milanovic2017-02-051-0/+297