summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend (follow)
Commit message (Expand)AuthorAgeFilesLines
* srcclean (nw) Vas Crabb2017-03-264-11/+11
* luaengine: add emu_file::write, enables the use of sockets and pipes from lua... cracyc2017-03-201-0/+1
* Fixed regression when loading multipart softlists Nathan Woods2017-03-201-1/+8
* Greatly improve performance of -romident on multiple files Vas Crabb2017-03-203-144/+394
* Refactored HTTP handling to be easier to extend and use (nw) Miodrag Milanovic2017-03-191-3/+1
* Preliminary attempt to fix regression caused by poor understanding of get_def... npwoods2017-03-142-21/+83
* Substantially speed up -verifyroms, hack other verbs temporarily while device... Vas Crabb2017-03-122-96/+37
* Include devices in -listxml with * or no argument (nw) AJR2017-03-111-1/+1
* Fix null pointer bug when -verifyroms is used without a driver spec (nw) AJR2017-03-111-1/+1
* Possibly uninitialized class member fix. (nw) dankan18902017-03-083-19/+18
* Changed a few more 'const char *' ==> 'const std::string &' (#2111) npwoods2017-03-045-7/+7
* clean up a few more device issues, add basic device validation Vas Crabb2017-03-031-17/+17
* Start cleaning up duplicate shortnames Vas Crabb2017-03-031-1/+3
* filter devices when a driver pattern is supplied to -listxml Vas Crabb2017-03-035-52/+84
* Image instance name refactoring and bug fixing (nw) AJR2017-03-021-2/+0
* fix assumption that device being described is root device (fixes sampleof=005... Vas Crabb2017-03-032-46/+47
* Fix silly editing error (nw) AJR2017-03-021-1/+1
* Self-registering devices. Vas Crabb2017-03-032-43/+16
* Fixed -readconfig regression introduced in the 0.184 dev cycle Nathan Woods2017-02-282-13/+9
* Make loading software through slots work again (nw) AJR2017-02-271-2/+2
* more workaround (nw) Vas Crabb2017-02-271-1/+2
* Self-registering devices prep: Vas Crabb2017-02-275-10/+21
* device_image_interface cleanups (nw) AJR2017-02-274-6/+6
* Cleanup of slot code Nathan Woods2017-02-262-12/+18
* Fixed regression pertaining to specification of empty strings as slot names Nathan Woods2017-02-271-3/+7
* Update mame.cpp PugsyMAME2017-02-251-0/+3
* Update mame.h PugsyMAME2017-02-251-0/+2
* Fixed an issue where device options (e.g. -cart) were reported as unknown whe... Vas Crabb2017-02-241-25/+25
|\
| * The recent softlist cleanup broke -console; this fixes it Nathan Woods2017-02-241-25/+25
* | Vas feedback Nathan Woods2017-02-231-3/+1
* | Fixed an issue where device options (e.g. -cart) were reported as unknown whe... Nathan Woods2017-02-225-19/+40
|/
* Softlist cleanup (#2075) npwoods2017-02-223-101/+171
* Very minor cleanups; accessing options.software_name() once and better std::s... npwoods2017-02-192-7/+11
* srcclean (nw) Vas Crabb2017-02-191-1/+1
* Revert "Make "requirement" field in softlists actually work (MT 6464)" Vas Crabb2017-02-191-4/+0
* Cherry-pick some features from self-registering drivers PoC: Vas Crabb2017-02-167-49/+49
* allow softlist software parts to use different interfaces: Nigel Barnes2017-02-152-5/+13
* Remove emu.h from headers (nw) Olivier Galibert2017-02-114-3/+1
* LIST command format changes (#2051) Scott Stone2017-02-091-19/+19
* small cleanup (nw) Vas Crabb2017-02-021-11/+6
* Don't crash on bad cheat expressions, also make the code look more like 'ente... Vas Crabb2017-02-022-353/+403
* Use std::sort instead of qsort in listdevices (nw) AJR2017-01-312-9/+4
* luaengine: wait (nw) cracyc2017-01-162-0/+18
* Make "requirement" field in softlists actually work (MT 6464) AJR2017-01-111-0/+4
* Changed filesel.cpp to use wstring_from_utf8() Nathan Woods2017-01-051-5/+3
* Merge pull request #1920 from ajrhacker/rom_size Miodrag Milanović2017-01-041-1/+1
|\
| * ROMs over 2 GB no longer reported as negative size in XML AJR2017-01-041-1/+1
* | Added initial HTTP/HTTPS webserver/websocket server support (nw) Miodrag Milanovic2017-01-041-1/+5
|/
* find_dipname considered harmful (nw) AJR2017-01-033-25/+8
* Service mode DIP switch adjustments AJR2017-01-023-0/+32