index
:
mame
aaron-nl3
aaron-pci-cleanup
addrbus-64
arm3_copro
asmjit
cbm_joy_swap
cdimono2_wip
cdplay
cdtv_subcode
dc_pvr-thread
deprecated
draggable-layout
dribbling-nl
dsp563xx
floppysound
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
release0288
rendlay_vid
s23-firewire
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
script-eof-marker
shangha3_drop
taitoair_vco
taitotz-pixxiii
taitowlf_zoom
time-experiments
time-experiments2
voodoo_directx11
x86_std-exceptions
xbox_swlist
xtal
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
osd
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed per-frame metadata support from chdman. Creating an A/V
Aaron Giles
2008-08-01
1
-2
/
+3
*
Cleanups/version bump.
mame0126u3
Aaron Giles
2008-07-31
1
-3
/
+3
*
From: Oliver Stoeneberg [mailto:oliverst@online.de]
Aaron Giles
2008-07-31
1
-4
/
+4
*
Region classes go bye-bye.
Aaron Giles
2008-07-28
1
-26
/
+23
*
added cast so direct input 8 code will build on mingw.
smf-
2008-07-28
1
-2
/
+1
*
Changed the way memory regions are referenced. Instead of a single
Aaron Giles
2008-07-28
2
-40
/
+42
*
Cleaned up MESS-specific hooks
Nathan Woods
2008-07-27
1
-1
/
+1
*
Builds with latest DirectX SDK, which doesn't support Direct 3D 8 & Direct In...
smf-
2008-07-26
4
-10
/
+42
*
Attempted fix for 01092: debugger crashes when exiting during "run to cursor"
Aaron Giles
2008-07-26
2
-4
/
+4
*
Cleanups and version bump.
mame0126u2
Aaron Giles
2008-07-24
2
-2
/
+2
*
01892: calspeed: Refreshspeed causes horrible screetching in some games [Cals...
Aaron Giles
2008-07-24
1
-3
/
+3
*
From: Atari Ace [mailto:atari_ace@verizon.net]
Aaron Giles
2008-07-24
3
-27
/
+14
*
Minor cleanup from last checkin.
Aaron Giles
2008-07-17
1
-2
/
+2
*
Robustified key behavior when the debugger is visible. Should now
Aaron Giles
2008-07-17
6
-60
/
+116
*
Cleanups.
Aaron Giles
2008-07-17
2
-3
/
+3
*
Note: I have done some testing, but there are probably more bugs
Aaron Giles
2008-07-12
6
-50
/
+68
*
From: Jeff Shanholtz [mailto:jpublic@shanholtz.com]
Aaron Giles
2008-07-06
1
-0
/
+1
*
This is to fix the memory leak in ledutil.c
Aaron Giles
2008-07-03
1
-0
/
+1
*
01957: Access Violation on hardreset with -debug
Aaron Giles
2008-06-30
1
-1
/
+1
*
From: Atari Ace [mailto:atari_ace@verizon.net]
Aaron Giles
2008-06-26
1
-1
/
+1
*
Removed DEBUGGER flag from makefile and ENABLE_DEBUGGER
Aaron Giles
2008-06-26
5
-24
/
+9
*
From: Atari Ace [mailto:atari_ace@verizon.net]
Aaron Giles
2008-06-23
1
-2
/
+2
*
Cleanups and version bump.
mame0125u6
Aaron Giles
2008-06-17
1
-1
/
+1
*
Added new function video_get_view_for_target() which selects a view based
Aaron Giles
2008-06-16
2
-60
/
+5
*
Cleanups and version bump.
Aaron Giles
2008-05-22
1
-1
/
+1
*
Added verbosity for max texture size.
Aaron Giles
2008-05-22
1
-0
/
+1
*
Restructured input port internals and cleaned up inptport.c:
Aaron Giles
2008-05-15
4
-23
/
+24
*
MESS specific: Fixed performance problems with -triplebuffer (bug #1539) [Justin
Nathan Woods
2008-05-12
1
-2
/
+2
*
Cleanups for 0.124u4.
Aaron Giles
2008-04-24
1
-2
/
+2
*
Added new Windows option -watchdog, which creates a watchdog thread
Aaron Giles
2008-04-20
2
-4
/
+59
*
From: Oliver Stoenberg
Aaron Giles
2008-04-11
10
-95
/
+96
*
Fixed unicode crashing bug with input names.
Aaron Giles
2008-04-06
1
-1
/
+1
*
Switched from ACCESSING_BYTE_*, ACCESSING_WORD_*, ACCESSING_DWORD_*
Aaron Giles
2008-04-03
1
-0
/
+18
*
From: Mike Haaland
Aaron Giles
2008-04-02
1
-0
/
+1
*
De-deprecat-ed ui.c.
Aaron Giles
2008-03-21
1
-0
/
+1
*
Centralized definitions of _WIN32_WINNT.
Aaron Giles
2008-03-21
15
-31
/
+43
*
Fixed chdman -extract to a physical drive on Windows.
Aaron Giles
2008-03-19
1
-2
/
+13
*
Fix 01531: polygon-based drivers: winwork.c memory leak
Aaron Giles
2008-03-17
1
-2
/
+3
*
Fixed pick_best_mode in both d3d and ddraw cases to manually extract
Aaron Giles
2008-03-17
2
-2
/
+19
*
Added running_machine* parameter to MESS-specific calls
Nathan Woods
2008-03-16
2
-2
/
+2
*
Removes the scrnum parameter from VIDEO_UPDATE, updates all drivers to use th...
Zsolt Vasvari
2008-03-10
1
-5
/
+3
*
Changes first argument of video_screen_* functions to take a device_config
Zsolt Vasvari
2008-03-09
2
-2
/
+2
*
Moves 'refresh' from public to internal video state and renames it to 'frame_...
Zsolt Vasvari
2008-03-07
2
-2
/
+2
*
Rewrote some potentially compiler specific code:
Couriersud
2008-03-02
1
-0
/
+16
*
Replaces mame_bitmap with bitmap_t
Zsolt Vasvari
2008-02-29
2
-2
/
+2
*
Added a rule to make VS2008 compile seamlessly.
Aaron Giles
2008-02-23
1
-0
/
+2
*
Remove some deprecat.h includes from osd layer:
Couriersud
2008-02-23
3
-17
/
+15
*
Makefile & build system update:
Couriersud
2008-02-21
1
-3
/
+5
*
Most important thing to note about this change:
Aaron Giles
2008-02-21
4
-131
/
+129
*
From: RansAckeR [mailto:RansAckeR@pandora.be]
Aaron Giles
2008-02-19
1
-1
/
+1
[next]