summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/sdl (unfollow)
Commit message (Expand)AuthorFilesLines
2013-01-13Fix compiling on PowerPC OS X (nw) R. Belmont1-0/+2
2013-01-11output of new srcclean changes that are relatively small [smf] smf-4-4/+0
2013-01-11Cleanups and version bumpmame0148 Miodrag Milanovic75-6511/+6489
2013-01-01Enable compiling PortMidi (nw) R. Belmont2-3/+29
2013-01-01portmidi: Initial commit. [R. Belmont] R. Belmont1-0/+1
2013-01-012013 Curt Coder1-1/+1
2012-12-30SDL: fix "Illegal integer value for numprocessors: "auto"; reverting to auto"... R. Belmont1-1/+5
2012-12-28SDL: Autodetect Ubuntu 12.10 and work around faulty default compiler [R. Belm... R. Belmont1-0/+10
2012-12-28Removed -mwindows I have added recently makes console unusable (nw) Miodrag Milanovic1-1/+1
2012-12-27SDL: Work around Qt differences between Fedora and everyone else [qmc2] R. Belmont1-1/+22
2012-12-27SDL: Qt debugger support cleanup, fixed OS X crash [qmc2, R. Belmont] R. Belmont2-58/+32
2012-12-26Changed isa device cpu search, fixes -listxml (no whatsnew) Miodrag Milanovic1-1/+1
2012-12-25Made QT debugger compiles under windows SDL build (no whatsnew) Miodrag Milanovic1-3/+26
2012-12-25Whoops (nw) R. Belmont1-0/+2
2012-12-25SDL: Experimental Qt-based debugger [Andrew Gardner, R. Belmont] R. Belmont14-1/+1703
2012-12-20Add MESS-related manpages I missed (nw) R. Belmont4-0/+1302
2012-12-10typo fix from qmc2 (no whatsnew) Miodrag Milanovic1-3/+3
2012-12-06SDL: Revise *IX man pages [wallyweek] R. Belmont7-63/+202
2012-09-19OSX compile fixes (nw) Wilbert Pol1-11/+11
2012-09-16Final round of struct/union/enum normalization. Aaron Giles15-41/+39
2012-09-16Enum and union normalization. Aaron Giles2-6/+6
2012-09-15First pass at modernizing struct definitions. Aaron Giles13-55/+27
2012-09-15SDL: don't enable XInput by default (nw) R. Belmont1-0/+3
2012-09-07added missing \n to some fatalerror() calls (no whatsnew) Oliver Stöneberg1-1/+1
2012-08-29Fixed default SDL OSX UI toggle key name. [Curt Coder] Curt Coder1-1/+1
2012-08-29Fixed for an SDL sound bug surrounding use of -speed and pausing frequently c... Scott Stone1-1/+1
2012-08-20Added gcc-4[567]-generic entries to sdl.mak to select gcc with DISTRO= switch. Couriersud1-1/+16
2012-08-18added missing \n to some fatalerror() calls (no whatsnew) Oliver Stöneberg1-1/+1
2012-08-11SDL: Fix -prescale option for SDL builds [Matthias Reichl] R. Belmont1-1/+1
2012-07-30Clean-ups and version bump Miodrag Milanovic2-4/+4
2012-07-26SDL: more compile fixes (nw) R. Belmont2-4/+4
2012-07-26Fix some non-Windows compiles (nw) R. Belmont1-0/+3
2012-07-26SDL: some compile fixes for OS X and Windows (nw) R. Belmont1-0/+4
2012-07-25SDL: Use XInput to allow multiple lightguns on Linux/*BSD targets. [Markus Ra... R. Belmont5-1/+463
2012-07-13SDL: Greatly improve drawing speed of GTK+ debugger windows [Fabrice Bellet] R. Belmont1-43/+51
2012-06-19SDL: Clean up GCC 4.7 test so it's the same path on all targets (nw) R. Belmont1-15/+10
2012-06-18Make it compile on windows mingw 4.7.x (no whatsnew) Miodrag Milanovic1-0/+3
2012-06-15SDL: Support newer Linux distros using GCC 4.7 [R. Belmont] R. Belmont1-0/+11
2012-06-10fix mistake by me a while ago: sr(syncrefresh) clashed with emuopts sr(sample... Michaël Banaan Ananas1-1/+1
2012-05-31SDL: More OS/2 fixes [K.O. Myung-Hun] R. Belmont1-1/+1
2012-05-28SDL: Preliminary Haiku OS support [PulkoMandy] R. Belmont7-10/+38
2012-05-27SDL: fix for OS/2 compile [K.O. Myung-Hun] R. Belmont1-1/+1
2012-05-20fixed some "comparison is always true/false" warnings reported by clang by Fi... Miodrag Milanovic1-1/+1
2012-05-08Don't optimize tms57002 on OS X PowerPC builds [Couriersud] R. Belmont1-0/+1
2012-05-04removed -static for sdl windows build (no whatsnew) Miodrag Milanovic1-1/+1
2012-05-03Sync with MESS (no whatsnew) Miodrag Milanovic1-19/+19
2012-05-03ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles1-31/+27
2012-04-24Same change for sdl build on windows (no whatsnew) Miodrag Milanovic1-1/+1
2012-04-22Clean-ups and version bumpmame0145u7 Angelo Salese1-1/+1
2012-04-12Hooray for templates. Aaron Giles1-73/+7