summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu
Commit message (Expand)AuthorAgeFilesLines
* render.cpp: print a warning and continue on encountering malformed XML in a l... Vas Crabb2019-09-081-1/+21
* dragon32: Added JCB Speech Synthesis cartridge. Nigel Barnes2019-09-071-0/+1
* rendlay.cpp: Remove useless c_str calls (nw) AJR2019-09-061-5/+1
* i8251: Preliminary addition of synchronous support. Robbbert2019-09-061-4/+3
* Merge pull request #5572 from MoochMcGee/master R. Belmont2019-08-311-3/+3
|\
| * Fix some clang warnings (nw) MoochMcGee2019-08-311-3/+3
* | Exposing running_machine::exit_pending() and npwoods2019-08-281-0/+1
|/
* srcclean (nw) Vas Crabb2019-08-251-1/+1
* Resolve [[nodiscard]] warning from c_str() call. Billy Robert O'Neal III2019-08-231-1/+1
* tilemap.cpp: Add debug assert to validate cliprect (nw) AJR2019-08-231-0/+1
* Remove tilemap.h from emu.h (nw) AJR2019-08-215-5/+3
* Merge pull request #5520 from npwoods/lua_seq_clean R. Belmont2019-08-212-10/+26
|\
| * Extracting input sequence cleaning logic into an seq_clean() function npwoods2019-08-212-10/+26
* | save.h: change workaround (nw) hap2019-08-211-12/+8
|/
* Merge pull request #5507 from npwoods/lua_misc R. Belmont2019-08-202-0/+2
|\
| * Miscellaneous LUA functionality npwoods2019-08-182-0/+2
* | Merge pull request #5509 from despair86/mame-solaris R. Belmont2019-08-192-0/+8
|\ \
| * | Fix Solaris 2.11 (non-Oracle) Rick V2019-08-192-0/+8
| |/
* / MT07379: better automatic group bounds behaviour Vas Crabb2019-08-202-5/+20
|/
* Expose sound buffer and samplerate to luaengine (#5497) feos2019-08-172-4/+23
* ioport: Change PORT_CHANGED_MEMBER param type from void * to u32 (nw) AJR2019-08-152-8/+8
* New working machines Roberto Fresca2019-08-151-0/+1
* gdbstub: added new GDB stub debugger (#5456) Ramiro Polla2019-08-113-0/+13
* Add still-frame PNG image device for use by digitizers/cameras/etc. [R. Belmont] arbee2019-08-092-2/+4
* dvdisasm.cpp: move to the position of the cursor only if the cursor is actual... yz70s2019-08-091-1/+1
* Fix build in newer Emscripten versions (nw) Justin Kerk2019-08-082-5/+5
* Changed mechanisms for overriding the mandatory file manager npwoods2019-08-052-3/+0
* tilemap: hopefully this won't confuse people the way the old variable names d... Vas Crabb2019-08-031-15/+11
* Use canonical spelling of "canonical" (nw) AJR2019-08-023-20/+20
* diimage.h: Fix typo (nw) AJR2019-08-021-1/+1
* emu/mconfig: that stuff was just there to support MCFG macros (nw) Vas Crabb2019-08-031-35/+1
* neptunp2.cpp: Add XTAL definition (nw) AJR2019-08-011-0/+1
* seta2 xtal: add extra digit (nw) hap2019-08-011-1/+1
* fix MT 7382, 32bit overflow in some debug commands (nw) hap2019-07-301-7/+7
* Make debug memory view show correct data when chunks are too small for a spac... AJR2019-07-292-1/+27
* srcclean (nw) Vas Crabb2019-07-284-7/+7
* Allow per-layer blend modes supplied by driver for screens, as required Vas Crabb2019-07-271-13/+7
* tilemap: update note (nw) hap2019-07-261-2/+3
* rendlay: render 7seg off-segments and background with alpha, this allows lcd ... hap2019-07-261-13/+13
* tilemap: revert changes to the tile scroll computations. (#5400) 68bit2019-07-261-2/+5
* tilemap - fix calculation of visible area height and width. 68bit2019-07-251-2/+2
* Added support for profiling LUA npwoods2019-07-242-1/+3
* video: additional fix to 33383cdaa727deb627bf65f865515327947a0720 (MAME slowd... hap2019-07-231-3/+4
* Merge pull request #5370 from npwoods/lua_ui_input_manager_pressed_enabled R. Belmont2019-07-222-4/+18
|\
| * Added ui_input_manager::[set_]presses_enabled() and exposed to LUA npwoods2019-07-212-4/+18
* | Created a -skip_mandatory_fileman option npwoods2019-07-212-0/+3
|/
* Exposed natual_keyboard object to LUA (#5364) npwoods2019-07-202-0/+16
* Merge pull request #5359 from npwoods/lua_effective_frameskip R. Belmont2019-07-202-2/+2
|\
| * Making video_manager::effective_frameskip() public and exposing via LUA npwoods2019-07-182-2/+2
* | Merge pull request #5363 from npwoods/lua_paste ajrhacker2019-07-192-0/+22
|\ \