summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/info.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make devopt menu localisable. Vas Crabb2018-04-281-13/+12
* only show RAM options that can actually be controlled from the command line -... Vas Crabb2018-04-031-16/+21
* minimaws: expose RAM size Vas Crabb2018-03-271-2/+2
* Always show default RAM size in XML output Vas Crabb2018-03-261-6/+17
* Expose condition for DIP switches, configuration entries, and adjusters. Vas Crabb2017-10-081-326/+341
* remove deprecated attributes from DTD as well (nw) Vas Crabb2017-09-251-4/+0
* fix for clang 5 unused lambda capture errors (nw) smf-2017-09-241-1/+1
* remove deprecated attributes from -listxml output (nw) Vas Crabb2017-09-241-17/+0
* Start adding stuff for iterating ROM entries in a more C++ way without needin... Vas Crabb2017-09-221-24/+18
* Make ROM BIOS reported in listxml output match what ROM loading does Vas Crabb2017-09-181-74/+117
* Turn most of the ROM entry accessor macros into templates, and make them work... Vas Crabb2017-09-181-10/+12
* ui: improve layout of art/info box, support mousewheel scroll in info Vas Crabb2017-08-101-2/+0
* minimaws: demonstrate slot card BIOS selection, requires exposing device BIOS... Vas Crabb2017-08-041-26/+22
* Add "minimaws" sample script demonstrating how to do some tasks with Vas Crabb2017-08-011-19/+35
* added flag for imperfect timing (nw) hap2017-07-271-2/+3
* Move unemulated/imperfect flags from machines into devices. Vas Crabb2017-07-271-48/+109
* XML listing enhancements AJR2017-07-051-12/+39
* Overhaul to how MAME handles options, take two (#2341) npwoods2017-06-251-2/+0
* fix the missing default subslot devices on slot card validation Vas Crabb2017-06-111-1/+1
* Cleanups to ram_device (#2324) npwoods2017-05-241-12/+5
* Fix crashes in -listxml in debug builds Vas Crabb2017-05-211-4/+4
* this should fix a coverity error (nw) Vas Crabb2017-05-201-19/+18
* More usability improvements: Vas Crabb2017-05-191-66/+161
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-5/+5
* Revert "Overhaul to how MAME handles options (#2260)" Vas Crabb2017-05-071-2/+2
* Overhaul to how MAME handles options (#2260) npwoods2017-05-051-2/+2
* Changed a few more 'const char *' ==> 'const std::string &' (#2111) npwoods2017-03-041-2/+2
* filter devices when a driver pattern is supplied to -listxml Vas Crabb2017-03-031-40/+68
* fix assumption that device being described is root device (fixes sampleof=005... Vas Crabb2017-03-031-42/+43
* Fix silly editing error (nw) AJR2017-03-021-1/+1
* Self-registering devices. Vas Crabb2017-03-031-41/+15
* Self-registering devices prep: Vas Crabb2017-02-271-2/+9
* Cherry-pick some features from self-registering drivers PoC: Vas Crabb2017-02-161-21/+21
* ROMs over 2 GB no longer reported as negative size in XML AJR2017-01-041-1/+1
* XML refactoring: Vas Crabb2016-12-111-41/+41
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-9/+9
* DAC WIP, started documenting the DACs in use. [smf] smf-2016-10-171-1/+1
* Merge pull request #1208 from npwoods/fix_bios_rom_walk hap2016-08-091-2/+1
|\
| * This should fix a regression incurred from the rom_entry changes identified b... Nathan Woods2016-08-081-2/+1
* | Merge pull request #1180 from npwoods/split_softlist_code_redo Miodrag Milanović2016-08-081-2/+2
|\ \ | |/ |/|
| * Redo of split of src/emu/softlist.[cpp|h] Nathan Woods2016-08-021-2/+2
* | C++-fiied code that iterates over rom_entry arrays (without usage of rom_[fir... Nathan Woods2016-08-071-8/+8
* | Fixes a copy-and-paste error that broke -listxml Nathan Woods2016-08-071-1/+1
* | Created a tiny_rom_entry structure for the purposes of rom_entry declarations... Nathan Woods2016-08-061-3/+6
|/
* for bool type use true and false (nw) Miodrag Milanovic2016-07-311-26/+26
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-4/+4
* Moved src/emu/hash.[cpp|h] into src/lib/util, and namespaced that code (and h... Nathan Woods2016-07-231-6/+6
* ioport tagged_list to unordered_map (nw) Miodrag Milanovic2016-06-181-15/+15
* tagged_list to unordered_map for slots (nw) Miodrag Milanovic2016-06-181-8/+8
* Add flag to mark input fields as optional AJR2016-05-231-0/+23