summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu
Commit message (Expand)AuthorAgeFilesLines
* Better handling of null/missing items. More consistent error handling. Reduce...save-experiments Aaron Giles2021-04-2012-160/+386
* Keep link to parent item so that full names can be computed as needed. Remove... Aaron Giles2021-04-192-93/+123
* Differentiated raw arrays from vector arrays. Add warnings for raw arrays tha... Aaron Giles2021-04-193-47/+123
* Detect array members that can't be replicated and manually register each item... Aaron Giles2021-04-195-338/+430
* Expose size of device class through the device type. This helps with error ch... Aaron Giles2021-04-191-0/+5
* More descriptive errors. Added compare mode and leveraged it to compare saved... Aaron Giles2021-04-183-77/+149
* Moved CRC and size calculations into the streamers. Improved validation when ... Aaron Giles2021-04-182-346/+570
* Checkpoint on JSON restore after successfully performing a JSON restore. Stil... Aaron Giles2021-04-172-544/+1212
* Implemented save_file. JSON and secondary files are now written to a ZIP-form... Aaron Giles2021-04-162-48/+463
* g update: Aaron Giles2021-04-159-970/+785
* Remove final cases where people directly registered state data with the core ... Aaron Giles2021-04-1410-249/+56
* Replace STRUCT_MEMBER usage from cpu devices with structured saves. Allow uni... Aaron Giles2021-04-131-20/+22
* Add support for std::array and for custom types that map to integers/FP value... Aaron Giles2021-04-132-25/+56
* Add bitmap support to registrar. Aaron Giles2021-04-121-4/+16
* Added save state window to debugger. Centralized unique/vector/pointer unwrap... Aaron Giles2021-04-129-73/+736
* Add explicit unique_ptr/vector containers. Fix registration checks. Added mod... Aaron Giles2021-04-095-69/+162
* Created new hierarchical save_registrar, which supports self-describing struc... Aaron Giles2021-04-0933-177/+898
* Allow breaking into main menu before the machine fully starts (i.e. just befo... AJR2021-04-091-2/+2
* Add %o format support to debugger printf command AJR2021-04-061-0/+26
* options: simplified the statename/snapname logic for naming after image devic... etabeta2021-04-042-27/+4
* battlane: fix a problem with double height sprites at last boss [dink] hap2021-04-011-3/+3
* Added some swlist warnings for Tafoid's tests. Robbbert2021-04-021-0/+2
* srcclean in preparation for release Vas Crabb2021-03-281-1/+1
* Addressed Github issue #7843 (mute on unthrottle) (#7875) MooglyGuy2021-03-221-1/+1
* mpc60: Misc. additions and notes AJR2021-03-141-0/+1
* video/k057714.cpp: Implemented raster timing registers. (#7846) 9871238791132021-03-131-0/+1
* pmac6100: Move it to a new driver Olivier Galibert2021-03-121-1/+50
* -A few incremental UI code improvements: Vas Crabb2021-03-122-22/+49
* views: Ensure alternatives are always created Olivier Galibert2021-03-101-0/+4
* emumem_mview.cpp: Use count_leading_zeros to simplify awidth calculation AJR2021-03-051-6/+1
* fix #7806 (#7841) feos2021-03-051-1/+1
* views: Keep a reference to the handlers so that installs overlapping them don... Olivier Galibert2021-03-032-0/+11
* Add 'wpsize' variable to access the data size from a watchpoint (#7837) Scott Percival2021-03-033-3/+6
* Revert "fileio.cpp: This doesn't technically require emu.h" AJR2021-02-281-1/+1
* coolridr.cpp: Use measured clocks for Cool Riders by correct XTAL usage based... Brian Troha2021-02-281-1/+2
* emuview: Fix init_handlers in specific cases, fix mapping ioports in views Olivier Galibert2021-02-273-4/+4
* fileio.cpp: This doesn't technically require emu.h AJR2021-02-261-1/+1
* addrmap: Allow creators in the memory map Olivier Galibert2021-02-241-0/+21
* Ensure validation of device tags in non-default slot options AJR2021-02-201-0/+1
* emumem: Disable the unmap-value-in-device-map test for now Olivier Galibert2021-02-202-12/+18
* rendlay.cpp: Increased precision of ellipse calculations. Vas Crabb2021-02-171-128/+162
* emumem: Fix regions and shares on dynamically-installed device maps Olivier Galibert2021-02-163-38/+105
* debug: add cls command to clear console buffer hap2021-02-164-1/+13
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-1424-73/+65
* Stop converting debugger console commands to all lowercase before parsing the... AJR2021-02-133-56/+56
* Update state views when memory is modified through the debugger (since regist... AJR2021-02-091-0/+1
* input.cpp: Fix regression in token parsing AJR2021-02-031-2/+2
* render/bgfx: Fix failure to load texture .png files when -artpath contains mu... AJR2021-02-032-3/+3
* Use std::clamp in various core functions AJR2021-02-033-17/+8
* input.cpp, inputdev.cpp: Convert a few more functions to use std::string_view AJR2021-02-034-38/+37