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
/
stvvdp1.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Got rid of a couple of easy auto_alloc_array
Vas Crabb
2020-11-09
1
-2
/
+2
*
drivers starting with s: removed read* and write* macros (nw)
Ivan Vangelista
2020-06-15
1
-8
/
+8
*
Syntactic sugar (nw)
Angelo Salese
2020-02-06
1
-1
/
+4
*
stvvdp1.cpp : Minor fix for gouraud shading
cam900
2020-02-06
1
-1
/
+1
*
stvvdp1.cpp: reinstate notes (nw)
Angelo Salese
2019-05-27
1
-0
/
+8
*
stvvdp1.cpp : Updates
cam900
2019-05-21
1
-79
/
+54
*
68000: Rework interrupt handling [O. Galibert]
Olivier Galibert
2019-04-05
1
-1
/
+1
*
srcclean and fixup (nw)
Vas Crabb
2018-11-25
1
-1
/
+1
*
Note (nw)
Angelo Salese
2018-11-15
1
-0
/
+3
*
Allow passing std::unique_ptr<TYPE> directly to save_pointer and remove now-s...
AJR
2018-06-24
1
-2
/
+2
*
srcclean (nw)
Vas Crabb
2018-05-27
1
-1
/
+1
*
stvvdp1.cpp: disable transmask code for mode 2 sprites, fix Sasissu racing st...
angelosa
2018-05-02
1
-4
/
+14
*
stvvdp1.cpp: fix transparent sprite shadows (Pretty Fighter X, Game Tengoku) ...
angelosa
2018-05-02
1
-2
/
+8
*
stvvdp1.cpp: preliminary implementation of PMOD 7 (gouraud + half transparent...
angelosa
2018-04-19
1
-0
/
+13
*
Grammar police (nw)
Olivier Galibert
2018-02-24
1
-1
/
+1
*
srcclean and regenerate localisations (nw)
Vas Crabb
2018-01-28
1
-4
/
+4
*
stvvdp1.cpp: fixed mode 2 transparent pen sprites for Scud: the Disposable As...
angelosa
2018-01-07
1
-0
/
+13
*
Add note (nw)
angelosa
2018-01-07
1
-0
/
+6
*
This looks a fault in emulation, please comply ty (nw)
angelosa
2018-01-07
1
-0
/
+2
*
stvvdp1.cpp: fix color calculations for non-mode 5 sprites (i.e. Virtual Hydl...
angelosa
2018-01-07
1
-8
/
+14
*
Extended time! All space.device() removed from comments (nw)
Olivier Galibert
2018-01-05
1
-3
/
+3
*
stvvdp1.cpp: fix line / polyline drawing (Die Hard Arcade wireframe map) [Ang...
angelosa
2017-10-23
1
-1
/
+2
*
srcclean (nw)
Vas Crabb
2017-10-22
1
-3
/
+3
*
stvvdp1.cpp: CEF bit gets reset when the framebuffers get swapped, fixes Twin...
angelosa
2017-10-11
1
-5
/
+9
*
stvvdp1.cpp: fixed potential crash (nw)
angelosa
2017-10-10
1
-1
/
+6
*
(nw) srcclean - please use UTF-8 for source files, stuff that isn't valid UTF...
Vas Crabb
2017-09-24
1
-1
/
+1
*
saturn.cpp: fire a VDP1 irq when a sprite illegal opcode is encountered, fixe...
angelosa
2017-09-17
1
-2
/
+4
*
debugger_access: Refactor [O. Galibert]
Olivier Galibert
2017-03-02
1
-1
/
+1
*
Self-registering devices prep:
Vas Crabb
2017-02-27
1
-1
/
+2
*
Revert "moved debugger_access() from address space to machine & removed the a...
Vas Crabb
2016-11-21
1
-1
/
+1
*
moved debugger_access() from address space to machine & removed the anti-patt...
smf-
2016-11-19
1
-1
/
+1
*
saturn.cpp: Worked around VDP1 timings in Sega Saturn, fixes regression with ...
angelosa
2016-11-07
1
-0
/
+3
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-63
/
+63
*
std::min and std:max instead of MIN and MAX, also some more macros converted ...
Miodrag Milanovic
2016-07-31
1
-2
/
+2
*
remove comment, false positive in driver_data search
Miodrag Milanovic
2016-05-02
1
-2
/
+0
*
saturn and stv split (nw)
Miodrag Milanovic
2016-05-01
1
-1
/
+1
*
reverting:
Miodrag Milanovic
2016-01-20
1
-1
/
+1
*
tags are now strings (nw)
Miodrag Milanovic
2016-01-16
1
-1
/
+1
*
some handmade changes (nw)
Miodrag Milanovic
2015-12-21
1
-1
/
+1
*
auto_alloc_array_clear -> make_unique_clear (nw)
Miodrag Milanovic
2015-12-19
1
-4
/
+4
*
removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ...
Miodrag Milanovic
2015-12-17
1
-5
/
+5
*
macro removal INLINE -> static inline (nw)
Miodrag Milanovic
2015-12-12
1
-1
/
+1
*
Rename *.c -> *.cpp in our source (nw)
Miodrag Milanovic
2015-11-08
1
-0
/
+2160