summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/emuopts.h
Commit message (Expand)AuthorAgeFilesLines
* -Created machine_manager as singleton class that contains (for now) one runni... Miodrag Milanovic2014-06-061-0/+2
* no need for this it's in main class now (nw) Miodrag Milanovic2014-05-091-2/+0
* -Reorganized OSD, handling more sound output systems and debuggers, defaults ... Miodrag Milanovic2014-05-081-10/+2
* use the flag set by the GAME/CONS/COMP/SYST macro to parse additional optiona... David Haywood2014-05-011-0/+1
* Removed not used option (nw) Miodrag Milanovic2014-04-171-2/+0
* reverting r28187, if menus are unusable at that size user should make window ... Miodrag Milanovic2014-04-151-4/+0
* Adding minimum width/height options; defaulting to '0' so there is no change ... Nathan Woods2014-03-021-0/+4
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* Cleanups and version bumpmame0150 Miodrag Milanovic2013-09-171-4/+4
* Added command line option to force DRC C backend [Miodrag Milanovic] Miodrag Milanovic2013-08-271-0/+2
* Made both DRC and Non-DRC compile for MIPS, RSP and SH2 core and added option... Miodrag Milanovic2013-08-271-0/+2
* Initial commit of internal web server, mostly to check compiling on various p... Miodrag Milanovic2013-08-071-0/+8
* emuopts.c: Added a new option -statename which allows to specify the location... Fabio Priuli2013-05-281-0/+2
* Cleanups and version bumpmame0148u5 Miodrag Milanovic2013-05-201-4/+4
* LUA 5.2.2 added to libraries, did basic hookup of LUA VM into running machine... Miodrag Milanovic2013-05-091-0/+2
* Autoboot command support added [Ben Geeves,Miodrag Milanovic] Miodrag Milanovic2013-05-061-0/+5
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-102/+102
* Made core able to use bios selection per slot device [Miodrag Milanovic] Miodrag Milanovic2012-09-051-0/+3
* make ui_active a user option Michaƫl Banaan Ananas2012-08-281-0/+2
* Clean-ups and version bumpmame0146u5 Miodrag Milanovic2012-08-201-1/+1
* Made UI mouse cursor optional (default is off for now), in games with clickab... Miodrag Milanovic2012-08-171-1/+3
* Fixed handling slot/image options so it's possible to override slot setting b... Miodrag Milanovic2011-11-231-0/+1
* Validation of drivers require absence of slot and image options (no whatsnew) Miodrag Milanovic2011-11-161-1/+1
* Made some fixes/additions to the input system [kanikani] Angelo Salese2011-10-231-0/+4
* Made quicklaunch work for slot/image devices (no whatsnew) Miodrag Milanovic2011-07-031-0/+1
* Added support for multi level slot devices [Miodrag Milanovic] Miodrag Milanovic2011-06-271-1/+2
* Added support for starting softlist item directly without Miodrag Milanovic2011-06-151-0/+2
* emuopts: added confirm_quit option (defaults to off). when on, pressing ESC y... Fabio Priuli2011-06-031-0/+3
* Initial frameworking for upcoming artwork updates [Mr. Do] Angelo Salese2011-05-231-0/+4
* Cleanups and version bump.mame0141u4 Aaron Giles2011-03-251-4/+4
* Converted core_options to a class. Removed a bunch of marginal Aaron Giles2011-03-031-67/+231
* - Moved RAM device into emu core [Miodrag Milanovic] Miodrag Milanovic2011-01-051-0/+1
* - Fixed issue with image empty slot [Miodrag Milanovic] Miodrag Milanovic2010-11-261-2/+0
* Added support for OSD-generated fonts. The OSD is queried first to see Aaron Giles2010-10-241-0/+1
* Fix crash when specifying -effect. Aaron Giles2010-10-161-0/+1
* Added missing OPTION_WRITECONFIG define (no whatsnew) Miodrag Milanovic2010-06-181-0/+1
* - removed MESS dependency from config.c Miodrag Milanovic2010-06-171-1/+1
* emuopts - added support for image devices parameters [Miodrag Milanovic] Miodrag Milanovic2010-06-161-0/+15
* - Moved natural keyboard support from MESS to MAME Miodrag Milanovic2010-02-121-0/+1
* Internal debugger using the mame rendering infrastructure Couriersud2010-02-111-0/+1
* Rollback of show_warning add, sorry did not know about policy of this issue. Miodrag Milanovic2010-02-101-1/+0
* - Added skip_warnings option Miodrag Milanovic2010-02-101-0/+1
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-1/+0
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-1/+1
* Made INI file order explicit via priorities. Aaron Giles2009-09-211-3/+10
* Fixed remaining occurrences of crsshairpath Fabio Priuli2009-07-141-1/+1
* Added basic support in bitmap.c for 64-bit indexed bitmaps. As a Aaron Giles2009-07-131-0/+1
* Crosshair update Derrick Renaud2009-03-281-0/+1
* Added new options 'cheatpath' to specify one or more paths for cheat Aaron Giles2008-07-311-3/+1
* Cleaned up software bilinear filtering code. Added bounds checking. Aaron Giles2008-06-161-1/+3