summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/emuopts.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move integer scaling implementation to render_target::compute_visible_area Antonio Giner2016-03-201-2/+4
* Implement integer scaling in core renderer [Calamity] Antonio Giner2016-03-151-0/+6
* Make osd_file a polymorphic class that's held with smart pointers Vas Crabb2016-03-141-2/+2
* Change default value of autoboot_delay to 0. The LUA scripts themselves can ... Scott Stone2016-03-121-1/+1
* Let slot_default in softlists override INIs (but not the command line) AJR2016-03-091-3/+7
* Turn core_file into a proper class that gets cleaned up safely using unique_ptr Vas Crabb2016-03-061-1/+1
* * Support *n conversion in stream_format/string_format Vas Crabb2016-03-011-2/+2
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-6/+6
* Cleanups and version bump Miodrag Milanovic2016-02-241-2/+2
* placing back UI related settings to emu_options on popular demand (nw) Miodrag Milanovic2016-02-221-0/+4
* Added multi-language support for MAME [Miodrag Milanovic] Miodrag Milanovic2016-02-201-0/+2
* Added plugins and boot.lua as startup script [Miodrag Milanovic] Miodrag Milanovic2016-02-141-0/+1
* Added new options: Michele Fochi2016-02-081-0/+3
* move some options to ui.ini (nw) Miodrag Milanovic2016-02-051-4/+0
* Keep ui options separate from emulator ini file. (nw) Miodrag Milanovic2016-02-051-1/+1
* added UI parameter, option simple gives back old style start screen, features... Miodrag Milanovic2016-02-051-0/+1
* change default (nw) David Haywood2016-02-041-1/+1
* more mewui -> ui renames (nw) Miodrag Milanovic2016-02-041-1/+1
* Initial import of MEWUI to MAME [Dankan1890] Dankan18902016-02-041-4/+4
* Ignore invalid default slot options in software lists AJR2016-01-311-1/+1
* Software list entries can now supply slot option defaults AJR2016-01-301-25/+34
* reverting: Miodrag Milanovic2016-01-201-2/+2
* Revert "fix for slots, makes c64 and other loading (nw)" Miodrag Milanovic2016-01-201-4/+4
* Revert "Fix for hang, emu_options::add_slot_options was changed, other thing... Miodrag Milanovic2016-01-201-7/+7
* Revert "cleanup (nw)" Miodrag Milanovic2016-01-201-2/+2
* cleanup (nw) Miodrag Milanovic2016-01-181-2/+2
* Fix for hang, emu_options::add_slot_options was changed, other things are ju... Miodrag Milanovic2016-01-181-7/+7
* fix for slots, makes c64 and other loading (nw) Miodrag Milanovic2016-01-171-4/+4
* tags are now strings (nw) Miodrag Milanovic2016-01-161-2/+2
* Return std::string objects by value rather than pass by reference AJR2016-01-101-13/+10
* add lua console support back in Jeffrey Clark2016-01-061-0/+1
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-51/+51
* add casts from emu_file to core_file (issue #482) Trammell Hudson2015-11-271-1/+1
* Cleanup (nw) ImJezze2015-11-181-1/+1
* More cleanups (nw) Miodrag Milanovic2015-11-111-6/+8
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+607