index
:
mame
aaron-nl3
aaron-pci-cleanup
arm3_copro
asmjit
cdimono2_wip
cdplay
cdtv_chd-v5
dc_pvr-thread
deprecated
docs_wavwrite
draggable-layout
dribbling-nl
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
m57_troangel-bluesea
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
qt6_position-fix
rendlay_vid
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
shangha3_drop
sound
taitoair_vco
taitowlf_zoom
time-experiments
time-experiments2
vamphalf_misncrft
voodoo_directx11
x86_std-exceptions
xbox_swlist
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
devices
/
video
/
ppu2c0x.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
video/ppu2c0x*.cpp: Implemented device_palette_interface and cleaned up code:...
cam900
11 days
1
-91
/
+93
*
Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#...
holub
2024-09-27
1
-3
/
+3
*
video/ppu2c0x.cpp: Improved behavior of OAM writes during PPU rendering. (#10...
0kmg
2022-12-14
1
-4
/
+0
*
- Removed device_timer, device_timer_id, et al in favor of direct callback me...
MooglyGuy
2022-06-04
1
-8
/
+7
*
ppu2c0x.cpp: A few background palette fixes. (#9245)
0kmg
2022-02-16
1
-1
/
+1
*
Remove void *ptr parameter from emu_timer, timer_device and all related callb...
AJR
2022-01-26
1
-1
/
+1
*
vsnes.cpp: working sound + "improved" graphics in Vs. SMB bootleg sets (#7360)
Devin Acker
2020-10-22
1
-18
/
+43
*
machines promoted to WORKING (Plug and Play) (#7282)
David Haywood
2020-09-23
1
-11
/
+14
*
srcclean (nw)
Vas Crabb
2020-03-22
1
-1
/
+1
*
Plug and Play work (#6451)
David Haywood
2020-03-17
1
-0
/
+6
*
Plug & Play / sh6578 work (#6447)
David Haywood
2020-03-15
1
-14
/
+28
*
src/devices: simplified some handlers (nw)
Ivan Vangelista
2020-03-11
1
-4
/
+4
*
Plug & Play work (#6426)
David Haywood
2020-03-11
1
-0
/
+1
*
Make devdelegate more like devcb for configuration. This is a
Vas Crabb
2019-10-26
1
-5
/
+5
*
nes, sms: Fix light gun regression
Enik Land
2019-07-02
1
-1
/
+1
*
nes: Replace VDP bitmap access with screen().pixel() for lightgun emulation (...
enikland2
2019-03-30
1
-1
/
+0
*
-bus/nes/jaleco, pt554, bus/nes_ctrl/ctrl, hori, joypad: Removed MCFG and MAC...
mooglyguy
2018-12-20
1
-50
/
+12
*
devcb3
Vas Crabb
2018-07-07
1
-0
/
+1
*
ppu2c0x: Change NMI to line callback (nw)
AJR
2018-05-06
1
-4
/
+4
*
ppu2c0x family: Make palette internal to device
AJR
2018-05-06
1
-33
/
+39
*
Set finder tag relative to current device being configured rather than
Vas Crabb
2018-04-30
1
-1
/
+1
*
de-staticify initializations for src/devices/video (#3270)
wilbertpol
2018-02-25
1
-12
/
+8
*
API change: Memory maps are now methods of the owner class [O. Galibert]
Olivier Galibert
2018-02-12
1
-0
/
+1
*
Several nes_vt Fixes and Improvements (#3178)
David Shah
2018-02-07
1
-0
/
+1
*
srcclean and regenerate localisations (nw)
Vas Crabb
2018-01-28
1
-2
/
+2
*
Multiple nes_vt Improvements (#3099)
David Shah
2018-01-21
1
-1
/
+3
*
make device_memory_interface slightly less of a special case, use a typedef t...
Vas Crabb
2017-07-10
1
-1
/
+1
*
dimemory: Lift the cap on the number of address spaces per device [O. Galibert]
Olivier Galibert
2017-07-03
1
-1
/
+1
*
srcclean (nw)
Vas Crabb
2017-05-28
1
-3
/
+3
*
some support for extended sprite addressing used by cybar120
David Haywood
2017-05-23
1
-1
/
+2
*
basic VT03 support
David Haywood
2017-05-23
1
-8
/
+23
*
Move static data out of devices into the device types. This is a significant...
Vas Crabb
2017-05-14
1
-99
/
+98
*
ppu2c0x & vsnes privatize variables (nw)
angelosa
2017-05-10
1
-19
/
+21
*
nes: Add Subor Type 2 board. (nw)
kazblox
2017-03-21
1
-24
/
+34
*
Remove some dependency between src/devices/ and src/mame (nw)
Miodrag Milanovic
2017-02-05
1
-0
/
+297