summaryrefslogtreecommitdiffstatshomepage
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* spi_sdcard: fix CMD8 response for SDV2/SDHC. [R. Belmont] arbee2021-12-011-5/+5
* spi_sdcard: add CMD18 - CMD_READ_MULTIPLE_BLOCK (#8913) holub2021-12-012-188/+281
* v60: Code cleanup AJR2021-12-017-75/+36
* Fixed a few coverity errors, several of which are real bugs. Vas Crabb2021-12-029-267/+232
* comquest.cpp: Fixed clang unused private data member warnings. Vas Crabb2021-12-021-6/+1
* Various cleanups. Vas Crabb2021-12-0235-20087/+1555
* sparclite: update notes hap2021-12-011-16/+11
* sparclite: add preliminary system support ctrl reg hap2021-12-012-11/+39
* g65816: Replace #ifdef UNUSED_FUNCTION with [[maybe_unused]] to deter code rot AJR2021-12-012-6/+2
* saturn: fixed some includes. Robbbert2021-12-012-7/+1
* stv: moved video into video/saturn.cpp to remove possible circular dependency... Robbbert2021-12-014-2210/+2209
* poker72.cpp: updated according to comments on previous commit (palette_init r... Ivan Vangelista2021-12-011-16/+4
* Soul-crushingly frustrating clean-up: Vas Crabb2021-12-0130-9300/+431
* midearth: Fix crash caused by incorrect length of memory share AJR2021-11-301-8/+10
* hh_sm510: add note about elektronika hap2021-11-301-0/+20
* poker72.cpp: updated to use a finder for the memory back and other minor clea... Ivan Vangelista2021-11-301-50/+62
* saitek_osa/sparc: add note about expanded ram hap2021-11-302-3/+8
* -Filled out most of the Slovak translation. [Milan Galcik] Vas Crabb2021-11-3022-2416/+400
* mc68328: update logging to match handler size Patrick Mackinlay2021-11-301-1/+1
* im01: im01t is from 1991 hap2021-11-291-3/+3
* Machines promoted to working hap2021-11-292-43/+69
* Remove template code generators angelosa2021-11-298-679/+0
* Fixed three fruit machine layouts that weren't cleaned up properly, and clean... Vas Crabb2021-11-3022-19216/+686
* im01: add freq measurements, add 7segs to artwork hap2021-11-293-18/+60
* -igs017.cpp, igs_m027.cpp: Improved lhzb* descriptions. Vas Crabb2021-11-2913-11092/+388
* New machines marked as NOT_WORKING (#8897) HappyASR2021-11-292-0/+24
* dynax.cpp: Added TMP91P640N dump for Mahjong Ougon no Hai. [XingXing] HappyASR2021-11-293-9/+70
* apple2: properly instantiate the template methods [R. Belmont] arbee2021-11-282-14/+8
* apple2: updates and cleanups [R. Belmont] arbee2021-11-284-337/+198
* im01: add 7segs, sound, preliminary inputs hap2021-11-291-8/+115
* im01: turns out it is the newer im01t program hap2021-11-292-4/+5
* New machines marked as NOT_WORKING hap2021-11-285-10/+166
* various devices and drivers: seperate -> separate Ivan Vangelista2021-11-2814-30/+30
* emumem fix Olivier Galibert2021-11-281-2/+2
* Fun with flags: Allows handlers to have user-defined flags set on Olivier Galibert2021-11-2823-801/+1483
* jack.cpp: correct default number of lives for joinem and unclepoo (#8899) Steven Coomber2021-11-281-1/+1
* sparc: remove pseudocode comments copy pasted from manual hap2021-11-281-909/+29
* Improved handcrafted inyourfa priority PROM, fixing missing graphics in cutsc... David Haywood2021-11-281-1/+1
* sparc: STD/STDA/LDD/LDDA when RD is odd is an illegal instruction hap2021-11-281-2/+11
* New working clone (#8891) algestam2021-11-282-0/+17
* fourx4: split off to a separate driver. Robbbert2021-11-284-50/+124
* hercules: fixed inputs Robbbert2021-11-281-14/+28
* More fruit machine layout cleanup. Vas Crabb2021-11-28588-782168/+14884
* am29000: Simplify shift calculation for multiply and divide steps, eliminatin... AJR2021-11-271-26/+15
* sparc: undo accidental delete on prev commit hap2021-11-271-0/+9
* sparc: fix unreachable code in execute_rdsr hap2021-11-271-17/+8
* atari_s1,atari_s2: WIP. All games except 4x4 are playable. Robbbert2021-11-283-369/+459
* saitek_osa/sparc: update note hap2021-11-271-2/+3
* Cleaned up incorrectly formatted license/copyright header comments. (#8885) Angelo Salese2021-11-283-3/+5
* -emu/rendersw.hxx: Fixed incorrect clipping of untextured rectangles. Vas Crabb2021-11-27405-536966/+11295