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
/
osd
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix osx compile.
Wilbert Pol
2011-03-28
1
-3
/
+3
*
Another fix for SDL build, not seen by win32 build (no whatsnew)
Miodrag Milanovic
2011-03-28
1
-1
/
+1
*
Fix compile for SDL build (no whatsnew)
Miodrag Milanovic
2011-03-28
1
-3
/
+3
*
Cleanup of machine.h. Shuffled some fields around, and moved several
Aaron Giles
2011-03-28
11
-17
/
+17
*
sdl-config flags are now separated into INCFLAGS and COMFLAGS in sdl.mak. Thi...
Couriersud
2011-03-26
1
-1
/
+2
*
Fix font loading in sdlmame. BDF files are just loaded as TTF by TTF_OpenFont...
Couriersud
2011-03-26
7
-40
/
+49
*
Cleanups and version bump.
mame0141u4
Aaron Giles
2011-03-25
1
-4
/
+4
*
Fixed parsing of uimodekey from .ini on SDL [Fabio Priuli]
Fabio Priuli
2011-03-11
1
-2
/
+2
*
Mapped KEYCODE_BACKSLASH2 to the OEM_102 key (located between LShift and Z on...
Curt Coder
2011-03-10
1
-0
/
+1
*
SDL: Fix uimodekey for MESS [Barry Rodewald, R. Belmont]
R. Belmont
2011-03-07
2
-75
/
+87
*
Converted core_options to a class. Removed a bunch of marginal
Aaron Giles
2011-03-03
17
-361
/
+498
*
Fix OS/2 compile [K.O. Myung-Hun]
R. Belmont
2011-02-28
1
-0
/
+11
*
Cleanups and version bump.
mame0141u3
Aaron Giles
2011-02-28
3
-7
/
+7
*
Fix pastebin hash (no whatsnew)
R. Belmont
2011-02-17
1
-1
/
+1
*
SDL: GLSL now works for all pixel formats; fixed memory leak on textures [cgwg]
R. Belmont
2011-02-17
1
-11
/
+24
*
osd/sdl again compiles against latest SVN 1.3. SDL 1.3 still is WIP so expect...
Couriersud
2011-02-12
4
-51
/
+64
*
Fix SDL. Maybe. (no whatsnew)
R. Belmont
2011-02-12
5
-24
/
+24
*
mame_file is now emu_file and is a class. It is required
Aaron Giles
2011-02-12
20
-158
/
+157
*
(typofix)
Michaël Banaan Ananas
2011-02-09
1
-1
/
+1
*
Cleanups and version bump.
mame0141u2
Aaron Giles
2011-02-09
2
-2
/
+2
*
Move generic templates from emucore.h to emutempl.h.
Aaron Giles
2011-02-07
3
-2
/
+4
*
Ensured that the debugger disassembly PC cursor is visible on startup. [Curt ...
Curt Coder
2011-02-06
1
-3
/
+3
*
Fix build break from last checkin.
Aaron Giles
2011-02-06
1
-1
/
+1
*
Implemented proper mouse wheel event handling in the Windows debugger. [Curt ...
Curt Coder
2011-02-05
1
-3
/
+13
*
- Cleanup of WINUI depending compiling (no whatsnew)
Miodrag Milanovic
2011-02-04
8
-23
/
+84
*
Converted attotime to a class, with proper operators. Removed old
Aaron Giles
2011-02-03
1
-1
/
+1
*
NetBSD support [Thomas Klausner]
R. Belmont
2011-02-02
1
-1
/
+6
*
Cleanups and version bump.
mame0141u1
Aaron Giles
2011-01-24
2
-2
/
+2
*
Added "-syncrefresh" option to osd/sdl. This will *limit* the game speed to t...
Couriersud
2011-01-22
5
-2
/
+16
*
Removed not used ifdef section from winmain.c and MESS dependent ifdef from s...
Miodrag Milanovic
2011-01-17
1
-7
/
+0
*
Redo most of the DRC/backend support as C++
Aaron Giles
2011-01-17
1
-1
/
+1
*
Same fix for sockets (no whatsnew)
R. Belmont
2011-01-16
1
-1
/
+1
*
Fix inability to detect an error in sdl_write_ptty (no whatsnew)
R. Belmont
2011-01-16
1
-1
/
+1
*
Cleaned OSD windows and emu part from NEWUI dependencies (no whatsnew)
Miodrag Milanovic
2011-01-13
6
-48
/
+6
*
SDL OS/2 fixes [K.O. Myung-Hun]
R. Belmont
2011-01-10
2
-0
/
+101
*
Build vconv in all circumstances as part of win32 build.
Aaron Giles
2011-01-07
3
-28
/
+36
*
Moved image devices implementation and related UI functions to emu section fr...
Miodrag Milanovic
2011-01-05
1
-6
/
+0
*
mt bug 2283 fix
Michaël Banaan Ananas
2011-01-04
1
-0
/
+8
*
Remove "makedep" stuff from sdl.mak now that the core supports it. Also split...
Couriersud
2011-01-03
1
-15
/
+2
*
Fix Mac compile error (no whatsnew)
R. Belmont
2011-01-02
1
-0
/
+1
*
"Copy-and-Paste" the "-bench" option from win32 to sdl. [Couriersud]
Couriersud
2011-01-02
2
-0
/
+14
*
Only enable watchdog for sdlmame if "-str" set and smaller than 300 seconds. ...
Couriersud
2011-01-02
1
-1
/
+4
*
Implemented "-watchdog" option for SDLMame. [Couriersud]
Couriersud
2011-01-02
10
-1
/
+161
*
osd/sdl again compiles against latest SDL 1.3 svn. [Couriersud]
Couriersud
2011-01-02
2
-20
/
+20
*
Argh, stupid .m files.
mame0141
Aaron Giles
2011-01-01
1
-10
/
+10
*
Cleanups and version bump.
Aaron Giles
2011-01-01
2
-3
/
+3
*
running_device -> device_t
Aaron Giles
2010-12-31
3
-16
/
+16
*
Update comment in sdl.mak
Couriersud
2010-12-29
1
-1
/
+1
*
Fixed *BSD compilation for SDLMAME. [ElBarto]
Couriersud
2010-12-29
1
-0
/
+4
*
Fix most-likely-to-fail SDL_TTF version check. Added a warning if strikethrou...
Couriersud
2010-12-28
2
-7
/
+7
[next]