summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd
Commit message (Expand)AuthorAgeFilesLines
* SDL: fix backwards texture rectangle option [AWJ] R. Belmont2011-04-221-1/+1
* Ok, last spring cleaning, I hope ... Angelo Salese2011-04-191-1/+1
* Fix for exit error codes by Oliver Stoneberg (no whatsnew) Miodrag Milanovic2011-04-191-1/+1
* Privatized most of the m_machine pointers in the system to prevent Aaron Giles2011-04-194-19/+29
* Cleanups again Angelo Salese2011-04-182-2/+2
* Fix loading fonts on MacOSX. [Couriersud] Couriersud2011-04-161-0/+5
* Fixes for non-native SDL builds on OS X [Paulo Cabral] R. Belmont2011-04-162-0/+12
* (Big tangle of changes that all happened as I was looking into the ROM Aaron Giles2011-04-1317-709/+190
* Re-enable MALLOC_DEBUG for debug builds. Can't remember why I ever Aaron Giles2011-04-032-2/+2
* Cleanups and version bump.mame0142 Aaron Giles2011-04-032-3/+3
* Fixed compiling tools in MAME and MESS side (no whatsnew) Miodrag Milanovic2011-03-312-0/+7
* Fix compile Angelo Salese2011-03-301-0/+1
* Fix osx compile. Wilbert Pol2011-03-301-63/+63
* The scripts did an interesting number on the sdl/debugwin.c file :-) Olivier Galibert2011-03-301-25/+25
* fixed build. smf-2011-03-302-8/+0
* Make the symbol table use a simple_list for its cache. Aaron Giles2011-03-291-18/+9
* BIG update. Aaron Giles2011-03-2933-367/+375
* 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