| Commit message (Expand) | Author | Age | Files | Lines |
* | Move object finder resolution before device_start - should solve github #2759 |  Vas Crabb | 2017-10-28 | 1 | -0/+4 |
* | (nw) srcclean - please use UTF-8 for source files, stuff that isn't valid UTF... |  Vas Crabb | 2017-09-24 | 1 | -1/+1 |
* | Revert Z80_R usage in alibaba, added a note about machine().rand(), open to s... |  angelosa | 2017-09-15 | 1 | -0/+2 |
* | Export soft_reset, hard_reset, exit, load, and save functions for Emscripten ... |  James Baicoianu | 2017-07-15 | 1 | -0/+16 |
* | Fix save/load states in Emscripten build (#2470) |  James Baicoianu | 2017-07-15 | 1 | -28/+56 |
* | Make machine().describe_context() a const function returning a std::string (nw) |  AJR | 2017-07-13 | 1 | -5/+3 |
* | Minor core cleanups (nw) |  AJR | 2017-07-13 | 1 | -3/+3 |
* | make device_memory_interface slightly less of a special case, use a typedef t... |  Vas Crabb | 2017-07-10 | 1 | -3/+3 |
* | never hurts to srcclean (nw) |  Vas Crabb | 2017-07-09 | 1 | -1/+1 |
* | better handle the case where HTTP is not enabled. |  Christian Brunschen | 2017-07-06 | 1 | -18/+20 |
* | Add an external panel for the Ensoniq VFX family of keyboards, with a websock... |  Christian Brunschen | 2017-07-05 | 1 | -5/+5 |
* | Initialization ordering fixes (nw) |  Olivier Galibert | 2017-07-03 | 1 | -2/+6 |
* | dimemory: Lift the cap on the number of address spaces per device [O. Galibert] |  Olivier Galibert | 2017-07-03 | 1 | -3/+5 |
* | general cleanup: |  Vas Crabb | 2017-05-23 | 1 | -8/+8 |
* | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 1 | -2/+2 |
* | Refactoring/cleanup to state load/save handling |  Nathan Woods | 2017-05-10 | 1 | -22/+22 |
* | Fixed issue with the Emscripten port where the emulation would continue to ru... |  Justin Kerk | 2017-05-03 | 1 | -0/+5 |
* | Refactored HTTP handling to be easier to extend and use (nw) |  Miodrag Milanovic | 2017-03-19 | 1 | -6/+7 |
* | debugger_access: Refactor [O. Galibert] |  Olivier Galibert | 2017-03-02 | 1 | -0/+1 |
* | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 1 | -1/+1 |
* | Update machine.cpp |  PugsyMAME | 2017-02-25 | 1 | -0/+1 |
* | srcclean (nw) |  Vas Crabb | 2017-01-22 | 1 | -2/+2 |
* | Fix issue enabling/disabling http (nw) |  Miodrag Milanovic | 2017-01-04 | 1 | -0/+2 |
* | One more fix (nw) |  Miodrag Milanovic | 2017-01-04 | 1 | -1/+1 |
* | Added initial HTTP/HTTPS webserver/websocket server support (nw) |  Miodrag Milanovic | 2017-01-04 | 1 | -1/+29 |
* | Revert "moved debugger_access() from address space to machine & removed the a... |  Vas Crabb | 2016-11-21 | 1 | -10/+0 |
* | moved debugger_access() from address space to machine & removed the anti-patt... |  smf- | 2016-11-19 | 1 | -0/+10 |
* | Introduce u8/u16/u32/u64/s8/s16/s32/s64 |  Vas Crabb | 2016-11-19 | 1 | -4/+4 |
* | machine: don't do the periodic_check before every timeslice (nw) |  cracyc | 2016-11-17 | 1 | -3/+0 |
* | Do not use FUNC in delegate where applicable (nw) |  Miodrag Milanovic | 2016-11-06 | 1 | -2/+2 |
* | Moved device_memory_interface from driver_device to dummy_space_device. Expos... |  smf- | 2016-11-03 | 1 | -1/+48 |
* | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 1 | -3/+3 |
* | Soft resets no longer turn back clocks on devices |  AJR | 2016-10-09 | 1 | -2/+25 |
* | std::min and std:max instead of MIN and MAX, also some more macros converted ... |  Miodrag Milanovic | 2016-07-31 | 1 | -1/+1 |
* | Introduced running_machine::compose_saveload_filename() function to convert a... |  Nathan Woods | 2016-07-10 | 1 | -7/+28 |
* | Incorporated cleanups requested by Vas Crabb |  Nathan Woods | 2016-06-24 | 1 | -1/+1 |
* | C++-ified osd_directory (now osd::directory), and added last_modified to osd:... |  Nathan Woods | 2016-06-24 | 1 | -1/+1 |
* | "game" ==> "machine" |  Nathan Woods | 2016-06-23 | 1 | -2/+2 |
* | More efficient device error logging |  AJR | 2016-06-20 | 1 | -0/+13 |
* | remove all usages of tagmap |  Miodrag Milanovic | 2016-06-18 | 1 | -2/+2 |
* | Fix build on MSVC thanks to Rene, also fix debug_break crashes |  therealmogminer@gmail.com | 2016-06-08 | 1 | -0/+11 |
* | Major refactoring of debugger core [Ryan Holtz] |  therealmogminer@gmail.com | 2016-06-08 | 1 | -8/+9 |
* | Ioport refactoring and cleanups (nw) |  AJR | 2016-05-18 | 1 | -1/+1 |
* | Move slider_state and ui_menu_item into src/frontend/mame, nw |  therealmogminer@gmail.com | 2016-05-16 | 1 | -0/+1 |
* | remove legacy calls (nw) |  Miodrag Milanovic | 2016-05-01 | 1 | -101/+0 |
* | Make watchdog timer a separate device |  AJR | 2016-04-30 | 1 | -0/+12 |
* | Cleanups and version bumpmame0173 |  Miodrag Milanovic | 2016-04-27 | 1 | -1/+1 |
* | Merge remote-tracking branch 'upstream/master' into firstrun |  AJR | 2016-04-25 | 1 | -1/+2 |
|\ |
|
| * | Fixed cheat issue (nw) |  Miodrag Milanovic | 2016-04-25 | 1 | -1/+2 |
* | | Machine management cleanups |  AJR | 2016-04-25 | 1 | -3/+5 |
|/ |
|