summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd
Commit message (Expand)AuthorAgeFilesLines
* Cleanup & version bump.mame0140u1 Aaron Giles2010-11-087-41/+41
* Incorporate MESS change into MAME core. Scott Stone2010-11-061-2/+2
* Converted the expression engine to C++, did the usual cleanup. Aaron Giles2010-11-012-1/+2
* Fix OSX compile. Wilbert Pol2010-10-281-6/+7
* Added support for OSD-generated fonts. The OSD is queried first to see Aaron Giles2010-10-244-0/+269
* [SDL Debugger] Removed an unnecessary assert and brought focus back to Andrew Gardner2010-10-231-61/+64
* Fix Linux SDL build. Andrew Gardner2010-10-232-0/+3
* Make osdmini build again. Aaron Giles2010-10-215-9/+194
* Create new class osd_interface to house OSD callbacks. Added new Aaron Giles2010-10-2115-271/+470
* Import from MESS which fixes throttle mapping for Windows (non-SDL builds) (n... Scott Stone2010-10-211-1/+1
* Cleanups and version bump.mame0140 Aaron Giles2010-10-211-4/+4
* For MSVC, explicitly include assert.h so that we can override the MSVC Aaron Giles2010-10-191-0/+1
* 03937: Using CTRL-C to end MAME no longer works reliably Aaron Giles2010-10-191-2/+50
* Convert rendlay objects into C++, reduce the number of unused textures Aaron Giles2010-10-183-3/+6
* Fix crash when specifying -effect. Aaron Giles2010-10-166-92/+0
* fixed 64bit compiling with visual studio 2010 smf-2010-10-141-1/+4
* OSX compile fix. Wilbert Pol2010-10-141-1/+1
* Cleanups and version bump. Aaron Giles2010-10-143-11/+11
* Slightly cleaner fix for SDL. Aaron Giles2010-10-131-3/+3
* Fix for SDL compile (no whatsnew) Miodrag Milanovic2010-10-131-2/+2
* Converted render.c objects into C++ objects. Updated all callers. Aaron Giles2010-10-1316-156/+151
* Debugger (SDL) : Closing a memory window no longer segfaults. [Andrew Gardner] Andrew Gardner2010-09-241-3/+2
* Debugger (SDL) : Window locations in the SDL debugger are now saved and Andrew Gardner2010-09-241-5/+72
* Enable vertical scroll bars in debugger comboboxes, and resize them to Aaron Giles2010-09-211-1/+11
* **FOR REVIEW** Andrew Gardner2010-09-205-3/+96
* Cleanups and version bump.mame0139u3 Aaron Giles2010-09-192-5/+5
* SDL: fix Linux and Mac builds for recent makefile changes (no whatsnew) R. Belmont2010-09-161-14/+18
* On Windows, osd_break_into_debugger() will now dump a stack crawl Aaron Giles2010-09-103-5/+68
* Added -bench <emulated-seconds> option to standardize benchmarking. Aaron Giles2010-09-092-1/+13
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-4/+4
* Cleanups and version bump. Aaron Giles2010-07-291-1/+1
* Add notification of orientation of all monitors at startup via the Aaron Giles2010-07-291-0/+8
* Change *IX man pages to link to MAMEdev.org legal page [wallyweek] R. Belmont2010-07-112-23/+4
* Add *IX man pages for MAME and utils [wallyweek] R. Belmont2010-07-087-0/+1300
* MAMEdev kant spel (Ubuntu/Canonical cares about this) [wallyweek] R. Belmont2010-07-081-1/+1
* Fix OS X debugger (verified on PPC and Intel) R. Belmont2010-07-072-14/+20
* Cleanups and version bump.mame0138u3 Aaron Giles2010-07-062-50/+50
* Fix compiling of osx debugger. Wilbert Pol2010-07-061-3/+3
* Cleanup debugger interface some more. Aaron Giles2010-07-063-7/+7
* Fix SDL debugger. Aaron Giles2010-07-061-3/+3
* Moved debugging structure away from CPUs only and attached to all Aaron Giles2010-07-063-46/+46
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-031-2/+3
* Oops, forgot to remove some dead code. Aaron Giles2010-07-021-21/+7
* Winmain cleanup: Aaron Giles2010-07-021-319/+549
* Fixes to get OSX debugger working again. (no whatsnew) Wilbert Pol2010-06-302-177/+149
* Resurrect the old sampling profiler, and improve it to be useful: Aaron Giles2010-06-302-283/+424
* Turn off the bool warning. Aaron Giles2010-06-301-0/+3
* Fix compiling on non-windows SDL targets. (no whatsnew) Wilbert Pol2010-06-301-1/+1
* Split mame.c into mame.c and machine.c, the latter containing the Aaron Giles2010-06-3017-159/+175
* Made the machine_config a proper object. Added detokenize method to Aaron Giles2010-06-281-1/+1