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