summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu (unfollow)
Commit message (Expand)AuthorFilesLines
2021-10-20debugger: Memory accesses in expressions don't support taking the first expos... Vas Crabb1-3/+3
2021-10-19express.cpp: Fix regression in interpreting db@, ib@, ob@ and similar memory ... AJR1-0/+4
2021-10-20Tie up a few loose ends: Vas Crabb2-50/+79
2021-10-19-debugger: Finished updating commands and documentation. Vas Crabb3-206/+255
2021-10-18Still more user experience improvements: Vas Crabb12-221/+584
2021-10-15More user experience improvements: Vas Crabb3-65/+95
2021-10-14More user experience improvements: Vas Crabb8-341/+414
2021-10-13Various improvements to the user experience: Vas Crabb6-298/+314
2021-10-11frontend: Keep cleaning up. Vas Crabb2-701/+703
2021-10-09Overdue internal UI enhancements (#8674) Vas Crabb4-58/+73
2021-10-05softlist.cpp: Add support for a 'notes' field to store information ab… (#8482) wilbertpol4-4/+38
2021-10-05Fix pcatmem command (probably regressed in 360d3a5950f0649270822e2db1ea25028e... AJR1-1/+1
2021-10-04Fix multiple issues with debug memory tracking AJR2-5/+20
2021-10-05util: Further API cleanups: (#8661) Vas Crabb16-96/+174
2021-09-30emu/video.cpp: Set file names via -snapname when exiting in -seconds_… (#8633) 0kmg1-1/+1
2021-10-01debugger: Extended target address syntax to include device/address space. (#8... Vas Crabb10-1249/+1698
2021-09-29dvmemory: remove outdated/unused FD1094_HACK hap1-9/+0
2021-09-27libc++ 6 std::is_invocable_r doesn't work on MFP for incomplete class - disab... Vas Crabb1-2/+6
2021-09-26Actually stage the fix to validity.cpp, clean up video/kikikai.cpp a little, ... Vas Crabb1-1/+1
2021-09-24sound: make the compressor optional (clamp overdrive to -1.0-1.0 when off) hap4-4/+15
2021-09-22Make debugger 'out' command step over return delay slots on SH architectures AJR1-1/+9
2021-09-22view: take into account the pre-offsetting when expanding handlers Olivier Galibert2-4/+6
2021-09-22cpu/drcbex64.cpp: Proof-of-concept for optimisation of calling out. Vas Crabb1-12/+18
2021-09-21-delegates: Fixed structure return with MSVC C++ ABI. Vas Crabb2-12/+12
2021-09-20util/delegate.h: Try to catch issues earlier, and some cleanup. Vas Crabb3-308/+787
2021-09-16-util/delegate.cpp: One less level of indirection for functoid delegates. Vas Crabb5-61/+183
2021-09-14Moved a few slot devices into anonymous namespaces, getting more stuff out of... Vas Crabb2-2/+2
2021-09-12emumem: Put back masking removed by mistake Olivier Galibert2-4/+4
2021-09-11Formats-related refactoring AJR3-1/+3
2021-09-11gamedrv.h, ioprocs.h: Fix typos in comments AJR1-3/+3
2021-09-11views: Fix a number of problems with specific boundaries. Olivier Galibert7-128/+257
2021-09-07-Reworked device type definition macros a little and added more Doxygen. Vas Crabb4-65/+443
2021-09-07device.h: fix typos Patrick Mackinlay1-2/+2
2021-09-06Allow devices to specify a parent for the purpose of searching for ROMs. Vas Crabb3-6/+37
2021-09-06-ui: Made zoom controls a bit more intuitive. Vas Crabb7-41/+28
2021-09-04d9final.cpp, ppmast93.cpp, tmspoker.cpp, ultrsprt.cpp: used finders instead o... Ivan Vangelista1-1/+1
2021-08-31Move endianness type into lib/util header AJR7-88/+53
2021-08-31-viewgfx: Added fractional zoom-out support to the tilemap viewer. Also added... MooglyGuy2-0/+2
2021-08-30More miscellaneous cleanup: Vas Crabb1-39/+36
2021-08-27points.cpp: Minor correction to aef90f0db9ae60be5d03e86b4418c57f10f6b06b AJR1-1/+1
2021-08-27Octalize watchpoint hit message for memory spaces defined as octal AJR1-9/+19
2021-08-23Add compile-time option to show visible annoying red border when sound is ove... Aaron Giles1-0/+1
2021-08-22formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb34-475/+431
2021-08-22Revert "Allow the bpset/wpset/rpset & map commands to act on any cpu, by pref... Vas Crabb1-27/+22
2021-08-16Fix exception in debug memory viewer selecting a floating point format when t... AJR1-0/+2
2021-08-16debugger/win/memorywininfo.cpp: Fix build AJR1-1/+1
2021-08-16dvmemory: Substitute strongly typed enum for magic numbers specifying data fo... AJR2-54/+79
2021-08-15divtlb.cpp: remove a crash caused by the modulus operator yz70s1-2/+6
2021-08-15Debugger-related feature removals and cleanup AJR12-219/+28
2021-08-06emu/render.cpp: Fixed automatic sizing of snapshots/recordings. (#8397) antonioginer1-13/+22