| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Cleanups and version bumpmame0168 | 2015-11-25 | 276 | -1363/+1356 | |
| | | |||||
| * | Cleanup (nw) | 2015-11-25 | 2 | -8/+6 | |
| | | |||||
| * | Merge branch 'master' of https://github.com/mamedev/mame | 2015-11-25 | 1 | -1/+1 | |
| |\ | |||||
| | * | add MACHINE_CLICKABLE_ARTWORK flag to wackygtr. (nw) | 2015-11-24 | 1 | -1/+1 | |
| | | | |||||
| * | | More notes, still nw | 2015-11-25 | 1 | -1/+1 | |
| |/ | |||||
| * | Notes | 2015-11-24 | 2 | -2/+3 | |
| | | |||||
| * | Implemented sound hand-shake flag for Hot Chase, and removed irq hack. Fixes ↵ | 2015-11-24 | 2 | -25/+47 | |
| | | | | | | | for good gameplay speed in it. [Angelo Salese] Added SOUND-ON and SOUND-RST preliminary mechanisms for WEC Le Mans 24/Hot Chase HW, fixes hanging sound if entering into service mode for both. [Angelo Salese] | ||||
| * | Merge branch 'master' of https://github.com/mamedev/mame | 2015-11-24 | 1 | -1/+1 | |
| |\ | |||||
| | * | Warning fix (nw) | 2015-11-24 | 1 | -1/+1 | |
| | | | |||||
| * | | Fix machine status to match current state (nw) | 2015-11-24 | 1 | -5/+5 | |
| |/ | |||||
| * | a7800: The old behavior of (0x60) updated to (0x160). [Mike Saarna, Robert ↵ | 2015-11-24 | 1 | -1/+1 | |
| | | | | | Tuccitto] | ||||
| * | Compile with Emscripten out of the box. [Justin Kerk] | 2015-11-24 | 2 | -0/+15 | |
| | | |||||
| * | these outrun mods are being used in arcades, mainly because they fix the ↵ | 2015-11-24 | 2 | -0/+140 | |
| | | | | | | | Free Play mode and many current arcades use the 'pay once on the door, all machines set to freeplay' busines model. will add the older versions later. | ||||
| * | Merge branch 'master' of https://github.com/mamedev/mame | 2015-11-24 | 11 | -20/+532 | |
| |\ | |||||
| | * | Updated OS/2 support [KO Myung-Hun] | 2015-11-23 | 11 | -20/+532 | |
| | | | |||||
| * | | don't use bad dumps in existing clone (nw) | 2015-11-24 | 1 | -6/+5 | |
| |/ | |||||
| * | improve fades in nost by using one of the pens as the bg pen (nw) | 2015-11-23 | 1 | -1/+1 | |
| | | |||||
| * | (nw) | 2015-11-23 | 1 | -4/+5 | |
| | | |||||
| * | fix bug where large shadow in nost level 7 didn't flicker (tilemap enable flags) | 2015-11-23 | 1 | -3/+5 | |
| | | |||||
| * | this was also said to fit here when it was dumped by Xing Xing, although i ↵ | 2015-11-23 | 3 | -104/+15 | |
| | | | | | haven't checked in detail (nw) | ||||
| * | move this (nw) | 2015-11-23 | 3 | -220/+90 | |
| | | |||||
| * | added dynamic resolution stuff, donghaer 2 player mode sets a 640x480 mode, ↵ | 2015-11-23 | 1 | -18/+27 | |
| | | | | | although scrolling in that mode doesn't currently work properly (nw) | ||||
| * | (nw) | 2015-11-23 | 1 | -2/+2 | |
| | | |||||
| * | disallow unaligned accesses for se3208? | 2015-11-23 | 1 | -3/+12 | |
| | | | | | this allows officeye and donghaer to work, but I'm not entirely convinced it's correct. | ||||
| * | the non-working crystal system games make a lot of unaligned accesses, the ↵ | 2015-11-23 | 1 | -11/+26 | |
| | | | | | working ones do not, this might be significant (nw) | ||||
| * | remove old comment (nw) | 2015-11-23 | 1 | -2/+0 | |
| | | |||||
| * | Revert AVG/DVG device scheduler changes. A bit more research needs to be done | 2015-11-23 | 12 | -148/+158 | |
| | | | | | before it can be considered 100% stable. | ||||
| * | Added MSBUILD support, msbuild.exe must be in path so update your tools (nw) | 2015-11-23 | 2 | -2/+47 | |
| | | |||||
| * | this may or may not improve priorities in nost (level 6 boss effect / final ↵ | 2015-11-23 | 1 | -9/+26 | |
| | | | | | boss works, but haven't yet established if anything broken) | ||||
| * | peplus.cpp: Add data and revision codes - NW | 2015-11-22 | 1 | -43/+43 | |
| | | |||||
| * | Merge pull request #475 from kazblox/patch-1 | 2015-11-22 | 2 | -2/+2 | |
| |\ | | | | | revert ksl order fixes completely | ||||
| | * | ymf262: I fscked up so hard | 2015-11-22 | 1 | -1/+1 | |
| | | | |||||
| | * | fmopl: partially revert ksl order fix | 2015-11-22 | 1 | -1/+1 | |
| | | | | | | | <hap> it only applies to opl3 | ||||
| * | | Made fast delegates work on VS x64 builds (nw) | 2015-11-22 | 1 | -0/+63 | |
| | | | |||||
| * | | new clones | 2015-11-22 | 2 | -10/+64 | |
| |/ | | | | Rolling Thunder (rev 3, hack) [caius] | ||||
| * | Merge pull request #473 from ImJezze/master | 2015-11-22 | 2 | -32/+45 | |
| |\ | | | | | Fixed missing shadow mask (nw) | ||||
| | * | Fixed missing shadow mask | 2015-11-20 | 2 | -32/+45 | |
| | | | | | | | | | | | - fixed missing shadow mask texture when switching between window mode and full screen | ||||
| * | | Fix missing savestate entries in tms5220.c (nw) | 2015-11-22 | 1 | -0/+2 | |
| | | | |||||
| * | | amstrad: added Plus left border shift function | 2015-11-22 | 2 | -5/+20 | |
| | | | |||||
| * | | peplus.cpp: Minor documentation update - NW | 2015-11-22 | 1 | -8/+14 | |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/mamedev/mame | 2015-11-22 | 1 | -24/+20 | |
| |\ \ | |||||
| | * | | wozfdc: I don't find you comitted enough (nw) | 2015-11-21 | 1 | -24/+20 | |
| | | | | |||||
| * | | | New Working Game - supergs - Galaxians (Silver Systems) [Robbbert] | 2015-11-22 | 2 | -1/+18 | |
| |/ / | | | | | | | ================ | ||||
| * | | New 1943 clone adde | 2015-11-21 | 2 | -0/+60 | |
| | | | | | | | | | | | New Clone Added ----------------------------------------- 1943 (US) [caius, The Dumping Union] | ||||
| * | | new Ripper Ribbit clone added | 2015-11-21 | 2 | -5/+39 | |
| | | | | | | | | | | | New Clone Added ------------------------------------------------ Ripper Ribbit (Version 3.5) [coolmod, Ryan Holtz, The Dumping Union] | ||||
| * | | New machines added or promoted from NOT_WORKING status | 2015-11-21 | 2 | -15/+187 | |
| | | | | | | | | | | | ------------------------------------------------------ Trivia R Us (v1.07) [J. Mathevet, Smitdogg, The Dumping Union, Luca Elia] | ||||
| * | | vrender0: allow resolutions higher than 512x240 [Luca Elia] | 2015-11-21 | 2 | -4/+3 | |
| | | | |||||
| * | | se3208: make sure the low bits of the stack pointer are always 0 [Luca Elia] | 2015-11-21 | 1 | -2/+2 | |
| | | | |||||
| * | | Emscripten build fixes (nw) | 2015-11-21 | 3 | -3/+7 | |
| | | | |||||
| * | | wozfdc: Warp factor 4 Scotty [O. Galibert] | 2015-11-20 | 2 | -156/+63 | |
| | | | |||||
