summaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* huh? (nw) Olivier Galibert2015-02-072-7/+10
|
* buggychl: enabled save state support, everything was already taken care for (nw) Ivan Vangelista2015-02-072-15/+10
|
* t5182.c: fix copy/paste error in comment and clarify where the original chip ↵ Guru2015-02-071-2/+2
| | | | came from (nw)
* darkmist.c, mustache.c, panicr.c: added save state support, small cleanups (nw) Ivan Vangelista2015-02-079-200/+234
| | | | t5182_device: moved internal ROM in the device, instead of having it in the games' romsets. General cleanups to bring the device closer to modern MAME (nw)
* (MESS) mbee128: improvements; mbee256: fixed some of the paste problems (nw) Robbbert2015-02-072-134/+54
|
* added NEC uCOM-4 MCU core skeleton hap2015-02-079-0/+405
|
* Merge branch 'master' of https://github.com/mamedev/mame Angelo Salese2015-02-071-1/+0
|\
| * Removed debug output from input.c. couriersud2015-02-061-1/+0
| |
* | Merge branch 'master' of https://github.com/mamedev/mame Angelo Salese2015-02-0672-2017/+2295
|\|
| * flex_dsk: added empty formats[] member, to keep clang happy mahlemiut2015-02-072-0/+4
| |
| * Fix baseline (windows) "-video none" build. There is something else couriersud2015-02-061-1/+1
| | | | | | | | going wrong here. The renderer is never setup and actually called. That may be one purpose but should be documented in renderer_none. (nw)
| * (MESS) Beta Disk interface convert to wd_fdc MetalliC2015-02-067-111/+94
| |
| * naomi.c: initdv2jo have same PIC as initdv2j (nw) MetalliC2015-02-061-2/+4
| |
| * d9final.c: enabled save state support (nw) Ivan Vangelista2015-02-061-23/+23
| |
| * Merge pull request #127 from announ/patch-1 R. Belmont2015-02-061-2/+1
| |\ | | | | | | Fix compiling on SDL < 2.0.2 [announ]
| | * Set SDL_HINT_MOUSE_RELATIVE_MODE_WARP only for SDL ≥ 2.0.2 announ2015-02-061-2/+1
| |/
| * Revert "jagblit.inc: attempt to fix expression that triggers clang warning (nw)" Oliver Stöneberg2015-02-061-1/+1
| | | | | | | | This reverts commit 388875c61d471d882c811a785ea27c93f9349ff4.
| * Merge branch 'master' of https://github.com/mamedev/mame mamehaze2015-02-0626-687/+714
| |\
| | * (MESS) oops (nw) Robbbert2015-02-061-2/+0
| | |
| | * (MESS) kaypro: OG has verified gaps and base class for KAY format. Robbbert2015-02-062-12/+11
| | |
| | * (MESS) kaypro: reinstated support for the old DSK format, but you need to ↵ Robbbert2015-02-064-11/+26
| | | | | | | | | | | | rename your disks to KAY.
| | * fix compile (n/w) Lord-Nightmare2015-02-051-2/+0
| | |
| | * A bit more alignment between windows and sdl. (nw) couriersud2015-02-067-63/+62
| | |
| | * Get rid of "resize" render method. (nw) couriersud2015-02-066-72/+40
| | |
| | * silvmil.c: Update the dipswitch settings for Puzzlove as per PCB. - NW briantro2015-02-051-34/+18
| | |
| | * Introduced a comparable "osd_renderer" interface like it now exists for couriersud2015-02-059-528/+578
| | | | | | | | | | | | | | | | | | SDL to mainline. Ultimately, this will allow renderers to be placed in modules\renderer and e.g. allow the opengl renderer to be used in mainline or the d3d renderer to be used in sdlmame. (nw)
| | * jagblit.inc: attempt to fix expression that triggers clang warning (nw) Alex W. Jackson2015-02-051-1/+1
| | |
| | * fixed clang 3.4 compilation (nw) Oliver Stöneberg2015-02-051-3/+3
| | |
| | * New PE+ Slot game added briantro2015-02-052-0/+16
| | | | | | | | | | | | | | | New Game Added ------------------------------------------- Player's Edge Plus (PS0090) Gold, Silver & Bronze Slots [BrianT]
| * | added build date information to the Gun Smoke sets, based on strings in ROM (nw) mamehaze2015-02-061-5/+11
| |/
| * new clones mamehaze2015-02-052-8/+60
| | | | | | | | | | | | | | | | Side Arms - Hyper Dyne (US, 861202) [system11] (note, the date string for this game can be found in the ROMs, so I've added it to all sets, the new set is the newest, others are a few days earlier) system11 also thinks our current ROM names are from a bootleg.
| * i386: add x87 opcodes FCMOVB FCMOVE FCMOVBE FCMOVU FCMOVNB FCMOVNE FCMOVNBE ↵ yz70s2015-02-052-1/+378
| | | | | | | | FCMOVNU FCOMI FUCOMI FUCOMIP (nw)
| * (mess) pc9801: fix egc shifter (nw) cracyc2015-02-052-56/+76
| |
| * toki.c: don't know what happened with this, but thanks Haze for fixing ↵ Ivan Vangelista2015-02-052-15/+15
| | | | | | | | compile (nw)
| * re-enabled some C++11 compiler warnings (nw) Oliver Stöneberg2015-02-052-5/+1
| |
| * fixed some more C++11 compiler warnings (nw) Oliver Stöneberg2015-02-0511-57/+57
| |
| * fixed some C++11 compiler warnings (nw) Oliver Stöneberg2015-02-056-18/+18
| |
| * fixed -Wunused-local-typedefs warnings with ATTR_UNUSED and enabled it again ↵ Oliver Stöneberg2015-02-053-10/+8
| | | | | | | | (nw)
| * fixed makefile (nw) Oliver Stöneberg2015-02-051-1/+1
| |
| * disable a GCC warning with CPP11=1 (nw) Oliver Stöneberg2015-02-052-2/+8
| | | | | | | | also moved clang C++11 warning supression into CPP11 define
| * flags_clang.mak: additions for clang 3.6 and cleanups (nw) Oliver Stöneberg2015-02-051-7/+18
| | | | | | | | | | | | | | | | also enabled some warning by default again. they were disabled because of bugs in clang which have been fixed by now. unfortunately the disabling predates the proper version handling, so it's not clear for which versions they should be ignored. so if they come up again we just need to re-add them by checking for the proper version
| * added makefile define CPP11 to compile C++ code as C++11 [Oliver Stöneberg] Oliver Stöneberg2015-02-051-1/+8
| |
| * segas16b.c: small documentation update (nw) Guru2015-02-051-86/+84
| |
| * Merge branch 'master' of https://github.com/mamedev/mame Robbbert2015-02-055-5/+8
| |\
| | * Report core file position in case of a CHD hunk read error (nw) jbu2015-02-051-1/+4
| | |
| | * minor naming fixes. nw. etabeta782015-02-054-4/+4
| | |
| * | (MESS) kaypro: kayproii, kaypro4, omni2 can boot from floppy, marked as working. Robbbert2015-02-053-63/+60
| |/ | | | | | | Kaypro4p88 and kaypro10 can also boot from floppy but have other issues.
| * Fix compile on windows (sdl). (nw) couriersud2015-02-051-1/+1
| |
| * Remove some passing around of running_machine where it is not needed. couriersud2015-02-055-68/+61
| | | | | | (nw)
| * Too many #defines and #ifdefs. Missed this one on drawgbfx. (nw) couriersud2015-02-051-1/+1
| |