summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu (unfollow)
Commit message (Expand)AuthorFilesLines
2016-06-12driver.cpp: removed the old soundlatch methods. (nw) Ivan Vangelista2-111/+0
2016-06-09Moved things a bit around to better decouple fulivi2-3/+1
2016-06-08remove #include addition due to smf's better fix therealmogminer@gmail.com1-2/+0
2016-06-08Fix build on MSVC thanks to Rene, also fix debug_break crashes therealmogminer@gmail.com4-4/+17
2016-06-08Fix -nodebug crash (nw) therealmogminer@gmail.com2-9/+11
2016-06-08Major refactoring of debugger core [Ryan Holtz] therealmogminer@gmail.com17-1895/+1836
2016-06-05Procedural texture for vectors in HLSL ImJezze3-4/+1
2016-06-05Placed back old output system as module "-output windows" need more things cl... Miodrag Milanovic2-3/+5
2016-06-05TODO note, nw angelosa1-0/+13
2016-06-05Added commit command to debugger. [Angelo Salese] angelosa2-8/+39
2016-06-04Changed UI handlers to be stored as std::function(); implemented old set_hand... Nathan Woods1-0/+1
2016-06-04Update help file, the whole help string parser is so 90s, nw angelosa1-0/+5
2016-06-04Added comlist comment to debugger [Angelo Salese] angelosa4-10/+42
2016-06-04Damn, missed that one (nw) Olivier Galibert2-4/+2
2016-05-30MT6225 MT6226 MT6227 debugger may crash when validating expression with non-e... Vas Crabb1-52/+52
2016-05-29Changed the backing representation of OPTION_UI from being a string to an enum Nathan Woods2-1/+15
2016-05-28Fixed MT06222 ImJezze2-12/+39
2016-05-25Cleanups and version bumpmame0174 Miodrag Milanovic2-14/+14
2016-05-24psikyosh.cpp/drawgfx.cpp - Fix debug asserts MT3753 Paul Priest1-2/+0
2016-05-23Unnecessary leftover (nw) AJR1-2/+1
2016-05-23Add flag to mark input fields as optional AJR2-14/+7
2016-05-22Moved extension of vector lines to where it belongs (nw) ImJezze2-12/+30
2016-05-22Fix accessing base() when there is empty buffer (nw) Miodrag Milanovic1-1/+1
2016-05-19Added base sprites. Also added STEP2_INV / STEP4_INV, nw angelosa1-1/+2
2016-05-18Ioport refactoring and cleanups (nw) AJR6-70/+103
2016-05-18emumem: Get rid of the install_* return value [O. Galibert] Olivier Galibert2-55/+47
2016-05-16Revert "Allow for output to verify that a machine's emulation has ended prope... Scott Stone1-9/+3
2016-05-16Allow for output to verify that a machine's emulation has ended properly spec... Scott Stone1-3/+9
2016-05-16Move slider_state and ui_menu_item into src/frontend/mame, nw therealmogminer@gmail.com2-47/+1
2016-05-16Fix stupid syntax error Vas Crabb1-1/+1
2016-05-14Hopefully fix PPC targets Vas Crabb1-2/+2
2016-05-08Added ability to create standalone emulators, added zexall as example (nw) Miodrag Milanovic2-1/+2
2016-05-06no deps between osd and frontend, internal debugger removed (nw) Miodrag Milanovic1-0/+2
2016-05-03Check software parts for incompatibility as well as compatibility AJR3-32/+89
2016-05-02hh*: reduce svg screen size from 4K to 1080p, this gets rid of framerate hicc... hap1-2/+2
2016-05-01INC -> HXX makes editors and code analyzers see it as C++ (nw) Miodrag Milanovic2-1/+1
2016-05-01screen.cpp: only log at start the message about deprecated vblank etabeta781-3/+2
2016-05-01remove legacy calls (nw) Miodrag Milanovic6-180/+0
2016-04-30Make watchdog timer a separate device AJR6-0/+30
2016-04-28Move system name lookup into frontend (nw) AJR3-16/+1
2016-04-27hh_hmcs40/ucom4: increased screensize hap1-1/+1
2016-04-27svg artwork: now that caching is done, we can increase screensize without wor... hap1-0/+17
2016-04-27plugins/layout: layout embedded script helper plugin [Carl] cracyc2-0/+3
2016-04-27screen: Add svg shapes pre-computation [O. Galibert] Olivier Galibert1-37/+417
2016-04-27Cleanups and version bumpmame0173 Miodrag Milanovic14-49/+49
2016-04-25Machine management cleanups AJR7-15/+39
2016-04-25Fixed cheat issue (nw) Miodrag Milanovic2-1/+3
2016-04-25better solution for rom_ignore in softlists. nw. etabeta781-2/+5
2016-04-24NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic7-74/+70
2016-04-24Fix Clang build (nw) Miodrag Milanovic1-8/+8