summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* coretmpl.h: Move lru_cache_map to separate header AJR2021-02-031-0/+2
* video/resnet.cpp: Code cleanup AJR2021-02-031-61/+47
* sorcerer: Add screen raw parameters AJR2021-02-021-0/+1
* Bug fixes and usablility enhancements: Vas Crabb2021-01-291-0/+2
* -Qt debugger updates: Vas Crabb2021-01-281-2/+4
* debug/express.cpp: Fix parsing for preincrement & predecrement operators; mak... AJR2021-01-242-90/+72
* input.cpp, inputdev.cpp: Misc. fixes AJR2021-01-242-3/+4
* -osd/windows: Minimise full-screen windows on losing focus (#2997). Vas Crabb2021-01-211-2/+2
* Much more core std::string_view modernization AJR2021-01-2043-420/+509
* views: Fix some issue when the view does nor span an exact power-of-two block Olivier Galibert2021-01-182-12/+14
* -osd: Clean up inline maths utilities. Vas Crabb2021-01-185-13/+13
* -Improved accuracy of System 573's digital I/O audio emulation. (#7664) 9871238791132021-01-161-2/+2
* New machines marked as NOT_WORKING AJR2021-01-111-0/+2
* metro.cpp: VDP clock is not so standard on some PCBs AJR2021-01-101-1/+1
* render.h, rendlay.h: Dependency refactoring AJR2021-01-046-595/+611
* emumem: more idiomatic way to access members inherited from argument-dependen... Vas Crabb2021-01-0414-83/+116
* Low-level #include overhaul AJR2021-01-024-13/+15
* Further additions of std::string_view AJR2021-01-014-165/+148
* hash.cpp, hashing.cpp: Change string processing to use std::string_view param... AJR2021-01-011-1/+1