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
/
emu
/
video.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Credit Fabio Priuli: Remove port_input_read_indexed in favor of the use of pr...
Couriersud
2008-06-02
1
-1
/
+1
*
Cleanups for 0.125u3.
Aaron Giles
2008-05-29
1
-8
/
+8
*
Added new option -snapname which lets you provide a template for how snapshot
Aaron Giles
2008-05-29
1
-15
/
+50
*
Cleanups and version bump.
mame0125u1
Aaron Giles
2008-05-15
1
-8
/
+8
*
Added uncompressed AVI recording. Extended aviio to be able
Aaron Giles
2008-05-13
1
-41
/
+195
*
Fix 01742: punchout, armwrest + many vsnes.c and playch10.c games: Refreshspe...
Aaron Giles
2008-04-24
1
-4
/
+6
*
From: Atari Ace
Aaron Giles
2008-04-21
1
-6
/
+5
*
Cleanups and version bump to 0.124u2.
mame0124u2
Aaron Giles
2008-04-12
1
-3
/
+3
*
01609: Various - tested srmp4 (ssv.c), ttmahjng (route16.c), vsmahjng (vsnes,...
Aaron Giles
2008-04-06
1
-0
/
+11
*
Actually fixed -refreshspeed.
Aaron Giles
2008-04-04
1
-17
/
+45
*
Minor cleanup and simplification. Removed palette_config().
Aaron Giles
2008-03-28
1
-13
/
+12
*
Fixed:
Aaron Giles
2008-03-28
1
-6
/
+15
*
From: Duke [mailto:startaq@gmail.com]
Aaron Giles
2008-03-23
1
-1
/
+0
*
Cleanups and version bump.
mame0123u6
Aaron Giles
2008-03-19
1
-2
/
+2
*
Added return value to video_screen_update_partial() indicating whether
Aaron Giles
2008-03-19
1
-4
/
+7
*
Moved per-screen initialization into DEVICE_START and per-screen cleanup
Aaron Giles
2008-03-17
1
-110
/
+95
*
Fix chicken and egg problem with device_start callbacks.
Aaron Giles
2008-03-17
1
-6
/
+3
*
Fixed: 01508: most vector-based drivers: Assertions
Zsolt Vasvari
2008-03-15
1
-3
/
+3
*
Renamed *_vbl_cb to *_vblank_callback.
Aaron Giles
2008-03-14
1
-43
/
+66
*
Cleanups and version bump to 0.123u5.
mame0123u5
Aaron Giles
2008-03-13
1
-2
/
+2
*
- Removes the public screen_state object -- all access is via functions
Zsolt Vasvari
2008-03-13
1
-199
/
+211
*
video_screen_get_vblank() was also incorrect for games with MDRV_SCREEN_VBLAN...
Zsolt Vasvari
2008-03-12
1
-3
/
+6
*
Forgot to state save a variable
Zsolt Vasvari
2008-03-12
1
-1
/
+3
*
Fixed VBLANK end time computation -- it wasn't taking into account games that...
Zsolt Vasvari
2008-03-12
1
-5
/
+26
*
Removes "global" VBLANK callback hack
Zsolt Vasvari
2008-03-12
1
-58
/
+6
*
Next batch of machine->screen[] removal
Zsolt Vasvari
2008-03-12
1
-21
/
+64
*
- More machine->screen removal
Zsolt Vasvari
2008-03-11
1
-48
/
+30
*
Moves crosshair code from video.c into its own module
Zsolt Vasvari
2008-03-11
1
-305
/
+10
*
Removes the scrnum parameter from VIDEO_UPDATE, updates all drivers to use th...
Zsolt Vasvari
2008-03-10
1
-73
/
+71
*
All video_screen_*_scrnum functions have been removed. Next step is to remov...
Zsolt Vasvari
2008-03-10
1
-52
/
+9
*
Makes atarigen and tms34061 handle based
Zsolt Vasvari
2008-03-10
1
-12
/
+0
*
Changes TMS34010 to take a screen tag instead of the screen number
Zsolt Vasvari
2008-03-10
1
-1
/
+23
*
Voodoo now takes a device_config for the screen
Zsolt Vasvari
2008-03-10
1
-28
/
+38
*
Changes MC6845 to take a screen tag instead of a screen number
Zsolt Vasvari
2008-03-09
1
-22
/
+4
*
WIP check-in. Things work now, but I'm still working on the code.
Aaron Giles
2008-03-09
1
-1
/
+4
*
Changes first argument of video_screen_* functions to take a device_config
Zsolt Vasvari
2008-03-09
1
-138
/
+228
*
Changes VIDEO_UPDATE signature to
Zsolt Vasvari
2008-03-08
1
-1
/
+4
*
Moves 'refresh' from public to internal video state and renames it to 'frame_...
Zsolt Vasvari
2008-03-07
1
-34
/
+36
*
- the public screen_state is made to only contain items that are currently ac...
Zsolt Vasvari
2008-03-07
1
-28
/
+31
*
Seperates out the notion of screen specific vs. "global" VBLANK callbacks
Zsolt Vasvari
2008-03-07
1
-53
/
+69
*
- Removes video_data from running_machine
Zsolt Vasvari
2008-03-07
1
-282
/
+274
*
Removed runnning_machine as the first parameter of a VBLANK callback
Zsolt Vasvari
2008-03-07
1
-42
/
+42
*
Changed device interfaces to pass the device_config * rather
Aaron Giles
2008-03-06
1
-2
/
+2
*
vblank_state_changed_func now has a device_config argument
Zsolt Vasvari
2008-03-06
1
-12
/
+13
*
Normalized function pointer typedefs: they are now all
Aaron Giles
2008-03-03
1
-2
/
+2
*
Added video_screen_get_time_until_vblank_end() and
Aaron Giles
2008-03-03
1
-0
/
+28
*
Some more #includes's removed
Zsolt Vasvari
2008-03-02
1
-4
/
+1
*
Removes cpu_getcurrentframe() and replaces it with video_screen_get_frame_num...
Zsolt Vasvari
2008-03-02
1
-0
/
+17
*
- Moves all video timing logic from cpuexec.c to video.c
Zsolt Vasvari
2008-03-01
1
-60
/
+188
*
Added macros to define device functions. Updated existing devices
Aaron Giles
2008-03-01
1
-5
/
+6
[next]