summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu
Commit message (Expand)AuthorAgeFilesLines
* Redoing offs_t to 64-bits expansion. MooglyGuy2026-05-014-12/+3
* (emu.h) dimemory: add remove_addrmap hap2026-04-291-0/+1
* emu/debug/dvmemory.cpp: Recomputing memory view based on evaluated start addr... holub2026-04-262-1/+9
* emu/disound.cpp: Improved calculation of sound_requested_outputs_mask. (#15260) m1macrophage2026-04-261-2/+3
* screen: fix possible issue with update_partial hap2026-04-241-3/+3
* screen: correction to update_partial(scanline) logic after prev commit hap2026-04-231-4/+10
* screen: add support for update_partial(vpos,hpos) hap2026-04-233-34/+37
* sound: fix a convergence problem when a rate-adaptive stream is not connected Olivier Galibert2026-04-071-2/+2
* Cleaned up unsupportable legacy stuff: Vas Crabb2026-04-062-240/+1
* Fix up more stuff for upgraded tools, etc. Vas Crabb2026-04-041-16/+16
* Various cleanups: Vas Crabb2026-04-045-42/+32
* scripts/genie.lua: updated clangcl build settings to c++20 Patrick Mackinlay2026-04-031-2/+0
* Eliminated many temporary std::string objects. Vas Crabb2026-04-0315-61/+60
* Switched language standard to C++20, bumped compiler requirement to GCC 11. (... Vas Crabb2026-04-023-9/+15
* emu/gamedrv.h, emu/device.h: Allow source and manufacturer strings to be dedu... Vas Crabb2026-03-292-31/+45
* jaminator, beena, tvochken: Fix slot option name clash AJR2026-03-251-0/+8
* Fixed various things that C++20 doesn't allow: Vas Crabb2026-03-251-190/+346
* -emu/dislot.cpp: Cleaned up interface. Vas Crabb2026-03-2211-180/+221
* -dynax/ddenlovr.cpp: Use slotted control panels. Vas Crabb2026-03-201-5/+39
* tilemap: set all scroll rows/cols on single param scrollx/y hap2026-03-191-2/+3
* misc: normalize blue palette hap2026-03-162-5/+5
* z80,6502,i86: no need for that m_reset_time local variable hap2026-03-151-3/+3
* screen: fix configure issue if main-mcfg doesn't use set_raw and sub-mcfg does hap2026-03-131-0/+1
* sound: forward audio latency setting to abuffer hap2026-03-111-10/+10
* sound abuffer: after overflow, reduce buffers to 1 instead of clear hap2026-03-111-1/+1
* sound: change abuffer resync to more abrupt hap2026-03-111-8/+6
* ui: include fastforward in unthrottle_mute, hap2026-03-111-30/+21
* emu/diimage.cpp: Notify on changing preset images. Vas Crabb2026-02-271-5/+13
* misc/statriv2.cpp: got rid of tag lookups, made use of derived classes and ot... Ivan Vangelista2026-02-241-0/+1
* srcclean and tidy Vas Crabb2026-02-221-1/+1
* Miscellaneous fixes: Vas Crabb2026-02-211-2/+6
* emumem_mview: remove extra negative check after prev commit hap2026-02-161-5/+2
* emumem_mview: on switch, do nothing if selected slot is same as before hap2026-02-161-11/+18
* cpu/sharc: Improved memory access code: Vas Crabb2026-02-111-5/+8
* inpttype: add p4 analog direction control defaults hap2026-02-081-14/+14
* emu/debug: Allowed device_state_interface to participate in global symtable s... holub2026-02-063-27/+34
* sound: alternate method for checking if machine is not yet running hap2026-02-041-2/+2
* emu/romentry.h: constexpr at namespace scope implies static for variables and... Vas Crabb2026-02-041-52/+52
* romload.h: Fix typo in e6bc966bed649c05a03755ca5f2848d9cef7d1f1 AJR2026-02-031-1/+1
* romentry.h: Replace various macros with constexprs and inline functions; mark... AJR2026-02-032-67/+71
* (emu.h) inpttype: remove barely used IPT_TILT1/2/3/4, combine IPT_GAMBLE_DOOR... hap2026-02-033-29/+6
* Revert "Miniforce and CPU1 (#14873)" Vas Crabb2026-02-011-113/+0
* Merge commit '24658d27e85' into HEAD Vas Crabb2026-01-3012-88/+175
|\
| * emu/romentry.cpp: Found another thing that needs to use the "classic" locale. Vas Crabb2026-01-271-4/+6
| * emu/debug: Use "classic" locale for debug console. Vas Crabb2026-01-2711-84/+169
* | Miscellaneous minor changes: Vas Crabb2026-01-301-1/+1
* | luna/dma: implement what I think is what really happens Olivier Galibert2026-01-281-0/+1
* | Miniforce and CPU1 (#14873) Joakim Larsson Edström2026-01-281-0/+113
|/
* noscreens.lay: no mame lingo in warning msg hap2026-01-201-2/+2
* noscreens.lay: add footnote with more verbose msg hap2026-01-181-0/+2