| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Cleanups and version bumpmame0157 | 2014-12-31 | 156 | -5363/+5284 | |
| | | |||||
| * | m68k: generate the correct kind of stack frame for 68010 bus errors. [R. ↵ | 2014-12-30 | 1 | -1/+6 | |
| | | | | | Belmont] | ||||
| * | asteroid.c: use configured bank entries instead of postload (nw) | 2014-12-30 | 3 | -57/+42 | |
| | | |||||
| * | (nw) | 2014-12-30 | 1 | -2/+2 | |
| | | |||||
| * | zaccaria.c: kill some trampolines (nw) | 2014-12-30 | 2 | -33/+9 | |
| | | |||||
| * | zaccaria.c, zac2650.c: added save state support (nw) | 2014-12-30 | 6 | -97/+137 | |
| | | |||||
| * | Fix missing speaker levels for trs80 (level2) by initializing ↵ | 2014-12-30 | 2 | -23/+31 | |
| | | | | | speaker_sound_device with custom 4 levels. | ||||
| * | fixed uninitialized member in a2_video_device (nw) | 2014-12-30 | 1 | -0/+1 | |
| | | | | | happened with e.g. apple2, apple2c0 | ||||
| * | new clones | 2014-12-30 | 2 | -0/+52 | |
| | | | | | Fantasy Zone (Time Attack, bootleg) [rtw] | ||||
| * | final clarification of disabled UndefinedBehaviorSanitizer checks (nw) | 2014-12-30 | 1 | -1/+4 | |
| | | |||||
| * | more clarification on disabled UndefinedBehaviorSanitizer checks (nw) | 2014-12-30 | 1 | -1/+7 | |
| | | |||||
| * | small clarification on disabled UndefinedBehaviorSanitizer checks (nw) | 2014-12-30 | 1 | -2/+4 | |
| | | |||||
| * | fixed usage of uninitialized member in tms5110_device (nw) | 2014-12-30 | 1 | -1/+2 | |
| | | | | | happened with snspell | ||||
| * | oh, R only goes up to 10 | 2014-12-30 | 1 | -2/+2 | |
| | | |||||
| * | testdriver for an unknown late-70s TMS1100 electronic game. What game is it? | 2014-12-30 | 3 | -0/+213 | |
| | | |||||
| * | Move some includes around to fix compile errors on OSX; if this breaks any ↵ | 2014-12-29 | 12 | -4/+16 | |
| | | | | | other environments then feel free to revert this. (nw) | ||||
| * | c128.c: removed duplicate macros (nw) | 2014-12-29 | 1 | -2/+0 | |
| | | |||||
| * | fixed linking on FreeBSD (nw) | 2014-12-29 | 1 | -8/+9 | |
| | | | | | also simplified network part in sdl.mak a bit | ||||
| * | snes_ppu_device: removed unneeded running_machine parameter were it wasn't ↵ | 2014-12-29 | 3 | -34/+34 | |
| | | | | | needed and removed some machine().first_screen() calls (nw) | ||||
| * | added a bunch of new dumps and removed a dupe. nw. | 2014-12-29 | 2 | -17/+70 | |
| | | |||||
| * | fixed SANITIZE=thread linking (nw) | 2014-12-29 | 1 | -1/+8 | |
| | | |||||
| * | (MESS)Game added or promoted to working | 2014-12-29 | 4 | -0/+249 | |
| | | | | | | ------------------ Amaze-A-Tron [hap, Sean Riddle] | ||||
| * | snes.c: fixed save state problem (see smwu for example) (nw) | 2014-12-29 | 1 | -1/+1 | |
| | | |||||
| * | Changed sdl_window_info to be closer to C++: | 2014-12-29 | 8 | -288/+295 | |
| | | | | | | | - Made some members private - moved static functions into sdl_window_info - extended work_param struct with constructors for better readability | ||||
| * | chihiro: add support for vblank wait NV2A accelarator method (nw) | 2014-12-28 | 3 | -137/+233 | |
| | | | | | | It is disabled by default since is slows down too much. There is a new debugger command "chihiro waitvblank" to enable and disable it. | ||||
| * | Merge branch 'master' of https://github.com/mamedev/mame.git | 2014-12-28 | 35 | -571/+1169 | |
| |\ | |||||
| | * | Add a TEA1002 color encoder device and use it for the Aquarius. It might | 2014-12-28 | 7 | -22/+168 | |
| | | | | | | | | | | | | | | | | | make sense to make this a direct descendent of the palette_device instead. Color information based on TEA1002 datasheet. [Dirk Best, nitrofurano, Bruce Abbott] | ||||
| | * | removed identical romsets | 2014-12-28 | 2 | -45/+15 | |
| | | | |||||
| | * | removed no-longer-needed asserts from z80dma | 2014-12-28 | 2 | -4/+2 | |
| | | | |||||
| | * | z80dma : fixed buffer overflow. Fixes altos5 and wmbullet floppies. | 2014-12-28 | 1 | -1/+1 | |
| | | | |||||
| | * | Small comment fixes/addenda. (n/w) | 2014-12-27 | 3 | -5/+6 | |
| | | | |||||
| | * | Didn't need that much to boot (nw) | 2014-12-27 | 1 | -6/+4 | |
| | | | |||||
| | * | (nw) | 2014-12-27 | 2 | -36/+26 | |
| | | | |||||
| | * | arcompact - it's actually executing code in cartridge space now (nw) | 2014-12-27 | 5 | -160/+193 | |
| | | | |||||
| | * | New clones added | 2014-12-27 | 2 | -5/+86 | |
| | | | | | | | | | | | -------------------- Super Breakout (Cocktail, prototype) [Mariusz Wojcieszek] | ||||
| | * | mc1502.c: fixed hardlocking regression for pk88 (nw) | 2014-12-27 | 1 | -2/+1 | |
| | | | |||||
| | * | Robert, is that your idea of a joke? (nw) | 2014-12-27 | 4 | -2/+140 | |
| | | | | | | | | | | | | | | | | | Revert "(MESS) excalibur : removed unused code (nw)" Revert "(MESS) excalibur : more unused code (nw)" This reverts commit 82e58068109f8932732da1cc80761f0ae62e7638. This reverts commit 3b4803da9a482ffdcbb1394a3e2106b2b70d5f84. | ||||
| | * | abc99_device:: fixed "ROMENTRY_ISREGION(region)" assert, now asserts in ↵ | 2014-12-27 | 1 | -3/+2 | |
| | | | | | | | | | z8536.c (nw) | ||||
| | * | sf2amf: working inputs (MT05808) [darq] | 2014-12-27 | 1 | -2/+2 | |
| | | | |||||
| | * | (MESS) excalibur : more unused code (nw) | 2014-12-27 | 3 | -71/+0 | |
| | | | |||||
| | * | checkpoint (nw) | 2014-12-27 | 3 | -91/+52 | |
| | | | |||||
| | * | documentation fix. nw. | 2014-12-27 | 1 | -1/+1 | |
| | | | |||||
| | * | (MESS) megadriv: slightly improved support for CodeMasters 2-in-1 carts | 2014-12-27 | 3 | -6/+28 | |
| | | | | | | | | | and added a pair of unlicensed game dumps. nw. | ||||
| | * | (MESS) softlist: misc additions. nw. | 2014-12-27 | 3 | -0/+179 | |
| | | | |||||
| | * | arcompact - start to add the hardware loop support (nw) | 2014-12-26 | 6 | -77/+80 | |
| | | | |||||
| | * | spelling fix (nw) | 2014-12-27 | 1 | -1/+1 | |
| | | | |||||
| | * | New clones added | 2014-12-27 | 3 | -20/+70 | |
| | | | | | | | | | | | -------------------- Dominos 4 (Coctail) [Mariusz Wojcieszek] | ||||
| | * | arcompact (nw) | 2014-12-26 | 3 | -120/+132 | |
| | | | |||||
| | * | arcompact (nw) | 2014-12-26 | 3 | -6/+95 | |
| | | | |||||
| * | | Fix "-mt" for SDLMAME windows build [Calamity, Couriersud]. | 2014-12-28 | 1 | -1/+21 | |
| |/ | |||||
