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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
ppu2c0x.cpp: A few background palette fixes. (#9245)
0kmg
2022-02-16
1
-105
/
+56
*
Remove void *ptr parameter from emu_timer, timer_device and all related callb...
AJR
2022-01-26
1
-1
/
+1
*
emumem: Simplify memory management. [O. Galibert]
Olivier Galibert
2020-11-02
1
-2
/
+2
*
vsnes.cpp: working sound + "improved" graphics in Vs. SMB bootleg sets (#7360)
Devin Acker
2020-10-22
1
-10
/
+153
*
Plug and Play work (new sets) (#7321)
David Haywood
2020-10-06
1
-12
/
+3
*
Cleaned up bitmap API.
Vas Crabb
2020-09-27
1
-5
/
+5
*
Disable SOUND_DEBUG for non-debug builds, and srcclean
Vas Crabb
2020-09-27
1
-1
/
+1
*
machines promoted to WORKING (Plug and Play) (#7282)
David Haywood
2020-09-23
1
-173
/
+120
*
srcclean (nw)
Vas Crabb
2020-03-22
1
-9
/
+9
*
Plug and Play work (#6451)
David Haywood
2020-03-17
1
-41
/
+69
*
Plug & Play / sh6578 work (#6447)
David Haywood
2020-03-15
1
-370
/
+417
*
src/devices: simplified some handlers (nw)
Ivan Vangelista
2020-03-11
1
-4
/
+4
*
Plug & Play work (#6426)
David Haywood
2020-03-11
1
-59
/
+66
*
Make devdelegate more like devcb for configuration. This is a
Vas Crabb
2019-10-26
1
-4
/
+8
*
(nw) removed every remaining AM_ macro I could find in comments, but one in ...
Ivan Vangelista
2019-10-10
1
-1
/
+1
*
nes, sms: Fix light gun regression
Enik Land
2019-07-02
1
-21
/
+32
*
nes: Improve MMC5 extended attributes
AJR
2019-04-12
1
-4
/
+3
*
nes: Replace VDP bitmap access with screen().pixel() for lightgun emulation (...
enikland2
2019-03-30
1
-17
/
+0
*
(nw) Clean up the mess on master
Vas Crabb
2019-03-26
1
-5
/
+8
*
Revert "conflict resolution (nw)"
andreasnaive
2019-03-25
1
-8
/
+5
*
Eliminate the default address map member of address_space_config (nw)
AJR
2019-02-17
1
-3
/
+6
*
nes ppu: don't use float on cycles_to_attotime (nw)
hap
2019-01-06
1
-2
/
+2
*
Allow passing std::unique_ptr<TYPE> directly to save_pointer and remove now-s...
AJR
2018-06-24
1
-3
/
+3
*
as if millions of this pointers suddenly cried out in terror, and were sudden...
Vas Crabb
2018-06-08
1
-1
/
+1
*
ppu2c0x: Change NMI to line callback (nw)
AJR
2018-05-06
1
-6
/
+4
*
ppu2c0x family: Make palette internal to device
AJR
2018-05-06
1
-103
/
+85
*
maps: Finish devices/video (nw)
Olivier Galibert
2018-04-20
1
-4
/
+5
*
de-staticify initializations for src/devices/video (#3270)
wilbertpol
2018-02-25
1
-6
/
+0
*
API change: Memory maps are now methods of the owner class [O. Galibert]
Olivier Galibert
2018-02-12
1
-2
/
+2
*
Several nes_vt Fixes and Improvements (#3178)
David Shah
2018-02-07
1
-0
/
+3
*
Multiple nes_vt Improvements (#3099)
David Shah
2018-01-21
1
-0
/
+5
*
Privatize m_screen and other variables of device_video_interface (nw)
AJR
2018-01-05
1
-4
/
+4
*
make device_memory_interface slightly less of a special case, use a typedef t...
Vas Crabb
2017-07-10
1
-2
/
+2
*
dimemory: Lift the cap on the number of address spaces per device [O. Galibert]
Olivier Galibert
2017-07-03
1
-3
/
+5
*
srcclean (nw)
Vas Crabb
2017-05-28
1
-9
/
+9
*
make cybar120 look more reasonable
David Haywood
2017-05-24
1
-0
/
+6
*
basic VT03 support
David Haywood
2017-05-23
1
-95
/
+127
*
Move static data out of devices into the device types. This is a significant...
Vas Crabb
2017-05-14
1
-35
/
+35
*
nes: Add Subor Type 2 board. (nw)
kazblox
2017-03-21
1
-3
/
+13
*
Self-registering devices prep:
Vas Crabb
2017-02-27
1
-8
/
+10
*
Remove some dependency between src/devices/ and src/mame (nw)
Miodrag Milanovic
2017-02-05
1
-0
/
+1323