| Commit message (Expand) | Author | Age | Files | Lines |
| * | segasaturn_vdp2.cpp: add m_gfxdecode device, fix startup crash. Add notes rev...saturn_vdp_split |  angelosa | 2021-12-05 | 3 | -48/+65 |
| * | quick fix left-over |  angelosa | 2021-12-02 | 1 | -1/+0 |
| * | saturn.cpp: bulk move VDP2 as a device (warning: not for inclusion, fails and... |  angelosa | 2021-12-01 | 7 | -582/+659 |
| * | segasaturn_vdp2.cpp: minor QA corrections |  angelosa | 2021-12-01 | 1 | -3/+7 |
| * | saturn.cpp: bulk move VDP1 as a device |  angelosa | 2021-12-01 | 7 | -684/+773 |
| * | Merge branch 'master' into saturn_vdp_split |  angelosa | 2021-12-01 | 39 | -20109/+1591 |
| |\ |
|
| | * | comquest.cpp: Fixed clang unused private data member warnings. |  Vas Crabb | 2021-12-02 | 1 | -6/+1 |
| | * | Various cleanups. |  Vas Crabb | 2021-12-02 | 35 | -20087/+1555 |
| | * | sparclite: update notes |  hap | 2021-12-01 | 1 | -16/+11 |
| | * | sparclite: add preliminary system support ctrl reg |  hap | 2021-12-01 | 2 | -11/+39 |
| | * | g65816: Replace #ifdef UNUSED_FUNCTION with [[maybe_unused]] to deter code rot |  AJR | 2021-12-01 | 2 | -6/+2 |
| * | | saturn.cpp: resplit back to separate VDP1/2 files, greatly rewrite QA notes a... |  angelosa | 2021-12-01 | 2 | -2352/+2340 |
| |/ |
|
| * | saturn: fixed some includes. |  Robbbert | 2021-12-01 | 2 | -7/+1 |
| * | stv: moved video into video/saturn.cpp to remove possible circular dependency... |  Robbbert | 2021-12-01 | 4 | -2210/+2209 |
| * | poker72.cpp: updated according to comments on previous commit (palette_init r... |  Ivan Vangelista | 2021-12-01 | 1 | -16/+4 |
| * | Soul-crushingly frustrating clean-up: |  Vas Crabb | 2021-12-01 | 30 | -9300/+431 |
| * | midearth: Fix crash caused by incorrect length of memory share |  AJR | 2021-11-30 | 1 | -8/+10 |
| * | hh_sm510: add note about elektronika |  hap | 2021-11-30 | 1 | -0/+20 |
| * | poker72.cpp: updated to use a finder for the memory back and other minor clea... |  Ivan Vangelista | 2021-11-30 | 1 | -50/+62 |
| * | saitek_osa/sparc: add note about expanded ram |  hap | 2021-11-30 | 2 | -3/+8 |
| * | -Filled out most of the Slovak translation. [Milan Galcik] |  Vas Crabb | 2021-11-30 | 22 | -2416/+400 |
| * | mc68328: update logging to match handler size |  Patrick Mackinlay | 2021-11-30 | 1 | -1/+1 |
| * | im01: im01t is from 1991 |  hap | 2021-11-29 | 1 | -3/+3 |
| * | Machines promoted to working |  hap | 2021-11-29 | 2 | -43/+69 |
| * | Remove template code generators |  angelosa | 2021-11-29 | 8 | -679/+0 |
| * | Fixed three fruit machine layouts that weren't cleaned up properly, and clean... |  Vas Crabb | 2021-11-30 | 22 | -19216/+686 |
| * | im01: add freq measurements, add 7segs to artwork |  hap | 2021-11-29 | 3 | -18/+60 |
| * | -igs017.cpp, igs_m027.cpp: Improved lhzb* descriptions. |  Vas Crabb | 2021-11-29 | 13 | -11092/+388 |
| * | New machines marked as NOT_WORKING (#8897) |  HappyASR | 2021-11-29 | 2 | -0/+24 |
| * | dynax.cpp: Added TMP91P640N dump for Mahjong Ougon no Hai. [XingXing] |  HappyASR | 2021-11-29 | 3 | -9/+70 |
| * | apple2: properly instantiate the template methods [R. Belmont] |  arbee | 2021-11-28 | 2 | -14/+8 |
| * | apple2: updates and cleanups [R. Belmont] |  arbee | 2021-11-28 | 4 | -337/+198 |
| * | im01: add 7segs, sound, preliminary inputs |  hap | 2021-11-29 | 1 | -8/+115 |
| * | im01: turns out it is the newer im01t program |  hap | 2021-11-29 | 2 | -4/+5 |
| * | New machines marked as NOT_WORKING |  hap | 2021-11-28 | 5 | -10/+166 |
| * | various devices and drivers: seperate -> separate |  Ivan Vangelista | 2021-11-28 | 14 | -30/+30 |
| * | emumem fix |  Olivier Galibert | 2021-11-28 | 1 | -2/+2 |
| * | Fun with flags: Allows handlers to have user-defined flags set on |  Olivier Galibert | 2021-11-28 | 23 | -801/+1483 |
| * | jack.cpp: correct default number of lives for joinem and unclepoo (#8899) |  Steven Coomber | 2021-11-28 | 1 | -1/+1 |
| * | sparc: remove pseudocode comments copy pasted from manual |  hap | 2021-11-28 | 1 | -909/+29 |
| * | Improved handcrafted inyourfa priority PROM, fixing missing graphics in cutsc... |  David Haywood | 2021-11-28 | 1 | -1/+1 |
| * | sparc: STD/STDA/LDD/LDDA when RD is odd is an illegal instruction |  hap | 2021-11-28 | 1 | -2/+11 |
| * | New working clone (#8891) |  algestam | 2021-11-28 | 2 | -0/+17 |
| * | fourx4: split off to a separate driver. |  Robbbert | 2021-11-28 | 4 | -50/+124 |
| * | hercules: fixed inputs |  Robbbert | 2021-11-28 | 1 | -14/+28 |
| * | More fruit machine layout cleanup. |  Vas Crabb | 2021-11-28 | 588 | -782168/+14884 |
| * | am29000: Simplify shift calculation for multiply and divide steps, eliminatin... |  AJR | 2021-11-27 | 1 | -26/+15 |
| * | sparc: undo accidental delete on prev commit |  hap | 2021-11-27 | 1 | -0/+9 |
| * | sparc: fix unreachable code in execute_rdsr |  hap | 2021-11-27 | 1 | -17/+8 |
| * | atari_s1,atari_s2: WIP. All games except 4x4 are playable. |  Robbbert | 2021-11-28 | 3 | -369/+459 |