summaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* Cleanups and version bumpmame0157 Miodrag Milanovic2014-12-31156-5363/+5284
|
* m68k: generate the correct kind of stack frame for 68010 bus errors. [R. ↵ arbee2014-12-301-1/+6
| | | | Belmont]
* asteroid.c: use configured bank entries instead of postload (nw) Alex W. Jackson2014-12-303-57/+42
|
* (nw) Alex W. Jackson2014-12-301-2/+2
|
* zaccaria.c: kill some trampolines (nw) Alex W. Jackson2014-12-302-33/+9
|
* zaccaria.c, zac2650.c: added save state support (nw) Osso2014-12-306-97/+137
|
* Fix missing speaker levels for trs80 (level2) by initializing ↵ jbu2014-12-302-23/+31
| | | | speaker_sound_device with custom 4 levels.
* fixed uninitialized member in a2_video_device (nw) Oliver Stöneberg2014-12-301-0/+1
| | | | happened with e.g. apple2, apple2c0
* new clones mamehaze2014-12-302-0/+52
| | | | Fantasy Zone (Time Attack, bootleg) [rtw]
* final clarification of disabled UndefinedBehaviorSanitizer checks (nw) Oliver Stöneberg2014-12-301-1/+4
|
* more clarification on disabled UndefinedBehaviorSanitizer checks (nw) Oliver Stöneberg2014-12-301-1/+7
|
* small clarification on disabled UndefinedBehaviorSanitizer checks (nw) Oliver Stöneberg2014-12-301-2/+4
|
* fixed usage of uninitialized member in tms5110_device (nw) Oliver Stöneberg2014-12-301-1/+2
| | | | happened with snspell
* oh, R only goes up to 10 hap2014-12-301-2/+2
|
* testdriver for an unknown late-70s TMS1100 electronic game. What game is it? hap2014-12-303-0/+213
|
* Move some includes around to fix compile errors on OSX; if this breaks any ↵ Wilbert Pol2014-12-2912-4/+16
| | | | other environments then feel free to revert this. (nw)
* c128.c: removed duplicate macros (nw) Osso2014-12-291-2/+0
|
* fixed linking on FreeBSD (nw) Oliver Stöneberg2014-12-291-8/+9
| | | | also simplified network part in sdl.mak a bit
* snes_ppu_device: removed unneeded running_machine parameter were it wasn't ↵ Osso2014-12-293-34/+34
| | | | needed and removed some machine().first_screen() calls (nw)
* added a bunch of new dumps and removed a dupe. nw. etabeta782014-12-292-17/+70
|
* fixed SANITIZE=thread linking (nw) Oliver Stöneberg2014-12-291-1/+8
|
* (MESS)Game added or promoted to working hap2014-12-294-0/+249
| | | | | ------------------ Amaze-A-Tron [hap, Sean Riddle]
* snes.c: fixed save state problem (see smwu for example) (nw) Osso2014-12-291-1/+1
|
* Changed sdl_window_info to be closer to C++: couriersud2014-12-298-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) yz70s2014-12-283-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 couriersud2014-12-2835-571/+1169
|\
| * Add a TEA1002 color encoder device and use it for the Aquarius. It might Dirk Best2014-12-287-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 hap2014-12-282-45/+15
| |
| * removed no-longer-needed asserts from z80dma Robert2014-12-282-4/+2
| |
| * z80dma : fixed buffer overflow. Fixes altos5 and wmbullet floppies. Robert2014-12-281-1/+1
| |
| * Small comment fixes/addenda. (n/w) Lord-Nightmare2014-12-273-5/+6
| |
| * Didn't need that much to boot (nw) Olivier Galibert2014-12-271-6/+4
| |
| * (nw) mamehaze2014-12-272-36/+26
| |
| * arcompact - it's actually executing code in cartridge space now (nw) mamehaze2014-12-275-160/+193
| |
| * New clones added mariuszw2014-12-272-5/+86
| | | | | | | | | | -------------------- Super Breakout (Cocktail, prototype) [Mariusz Wojcieszek]
| * mc1502.c: fixed hardlocking regression for pk88 (nw) Osso2014-12-271-2/+1
| |
| * Robert, is that your idea of a joke? (nw) Olivier Galibert2014-12-274-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 ↵ Osso2014-12-271-3/+2
| | | | | | | | z8536.c (nw)
| * sf2amf: working inputs (MT05808) [darq] Osso2014-12-271-2/+2
| |
| * (MESS) excalibur : more unused code (nw) Robert2014-12-273-71/+0
| |
| * checkpoint (nw) mamehaze2014-12-273-91/+52
| |
| * documentation fix. nw. etabeta782014-12-271-1/+1
| |
| * (MESS) megadriv: slightly improved support for CodeMasters 2-in-1 carts etabeta782014-12-273-6/+28
| | | | | | | | and added a pair of unlicensed game dumps. nw.
| * (MESS) softlist: misc additions. nw. etabeta782014-12-273-0/+179
| |
| * arcompact - start to add the hardware loop support (nw) mamehaze2014-12-266-77/+80
| |
| * spelling fix (nw) mariuszw2014-12-271-1/+1
| |
| * New clones added mariuszw2014-12-273-20/+70
| | | | | | | | | | -------------------- Dominos 4 (Coctail) [Mariusz Wojcieszek]
| * arcompact (nw) mamehaze2014-12-263-120/+132
| |
| * arcompact (nw) mamehaze2014-12-263-6/+95
| |
* | Fix "-mt" for SDLMAME windows build [Calamity, Couriersud]. couriersud2014-12-281-1/+21
|/