summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu (follow)
Commit message (Expand)AuthorAgeFilesLines
* gcc 6.1.1 warning fixes (nw) Olivier Galibert2016-06-161-1/+1
* nullptr to nullptr doesn't deserve a warning (nw) Vas Crabb2016-06-161-2/+2
* Fix GCC6 warnings Vas Crabb2016-06-162-34/+26
* Added command strobe callback interface for LDV1000, and hooked it up to esh.... angelosa2016-06-151-2/+0
* romload.cpp: added ROMX_FILL, passing a ROM_SKIP(param_value) will fill and s... angelosa2016-06-152-1/+11
* Memory fun [O.Galibert] Olivier Galibert2016-06-144-147/+319
* driver.cpp: removed the old soundlatch methods. (nw) Ivan Vangelista2016-06-122-111/+0
* Moved things a bit around to better decouple fulivi2016-06-092-3/+1
* remove #include addition due to smf's better fix therealmogminer@gmail.com2016-06-081-2/+0
* Fix build on MSVC thanks to Rene, also fix debug_break crashes therealmogminer@gmail.com2016-06-084-4/+17
* Fix -nodebug crash (nw) therealmogminer@gmail.com2016-06-082-9/+11
* Major refactoring of debugger core [Ryan Holtz] therealmogminer@gmail.com2016-06-0817-1895/+1836
* Procedural texture for vectors in HLSL ImJezze2016-06-053-4/+1
* Placed back old output system as module "-output windows" need more things cl... Miodrag Milanovic2016-06-052-3/+5
* TODO note, nw angelosa2016-06-051-0/+13
* Added commit command to debugger. [Angelo Salese] angelosa2016-06-052-8/+39
* Changed UI handlers to be stored as std::function(); implemented old set_hand... Nathan Woods2016-06-041-0/+1
* Update help file, the whole help string parser is so 90s, nw angelosa2016-06-041-0/+5
* Added comlist comment to debugger [Angelo Salese] angelosa2016-06-044-10/+42
* Damn, missed that one (nw) Olivier Galibert2016-06-042-4/+2
* Merge pull request #912 from npwoods/ui_option_as_enum Vas Crabb2016-05-302-1/+15
|\
| * Changed the backing representation of OPTION_UI from being a string to an enum Nathan Woods2016-05-292-1/+15
* | MT6225 MT6226 MT6227 debugger may crash when validating expression with non-e... Vas Crabb2016-05-301-52/+52
|/
* Fixed MT06222 ImJezze2016-05-282-12/+39
* Merge pull request #892 from ajrhacker/port_optional Miodrag Milanović2016-05-252-13/+5
|\
| * Unnecessary leftover (nw) AJR2016-05-231-2/+1
| * Add flag to mark input fields as optional AJR2016-05-232-14/+7
* | Cleanups and version bumpmame0174 Miodrag Milanovic2016-05-252-14/+14
* | psikyosh.cpp/drawgfx.cpp - Fix debug asserts MT3753 Paul Priest2016-05-241-2/+0
* | Moved extension of vector lines to where it belongs (nw) ImJezze2016-05-222-12/+30
* | Fix accessing base() when there is empty buffer (nw) Miodrag Milanovic2016-05-221-1/+1
* | Added base sprites. Also added STEP2_INV / STEP4_INV, nw angelosa2016-05-191-1/+2
|/
* Ioport refactoring and cleanups (nw) AJR2016-05-186-70/+103
* emumem: Get rid of the install_* return value [O. Galibert] Olivier Galibert2016-05-182-55/+47
* Revert "Allow for output to verify that a machine's emulation has ended prope... Scott Stone2016-05-161-9/+3
* Allow for output to verify that a machine's emulation has ended properly spec... Scott Stone2016-05-161-3/+9
* Move slider_state and ui_menu_item into src/frontend/mame, nw therealmogminer@gmail.com2016-05-162-47/+1
* Fix stupid syntax error Vas Crabb2016-05-161-1/+1
* Hopefully fix PPC targets Vas Crabb2016-05-141-2/+2
* Added ability to create standalone emulators, added zexall as example (nw) Miodrag Milanovic2016-05-082-1/+2
* no deps between osd and frontend, internal debugger removed (nw) Miodrag Milanovic2016-05-061-0/+2
* Check software parts for incompatibility as well as compatibility AJR2016-05-033-32/+89
* hh*: reduce svg screen size from 4K to 1080p, this gets rid of framerate hicc... hap2016-05-021-2/+2
* INC -> HXX makes editors and code analyzers see it as C++ (nw) Miodrag Milanovic2016-05-012-1/+1
* screen.cpp: only log at start the message about deprecated vblank etabeta782016-05-011-3/+2
* remove legacy calls (nw) Miodrag Milanovic2016-05-016-180/+0
* Make watchdog timer a separate device AJR2016-04-306-0/+30
* Move system name lookup into frontend (nw) AJR2016-04-283-16/+1
* hh_hmcs40/ucom4: increased screensize hap2016-04-271-1/+1
* svg artwork: now that caching is done, we can increase screensize without wor... hap2016-04-271-0/+17