Commit Graph

33655 Commits

Author SHA1 Message Date
Alex W. Jackson
6f23cd927d srmp5.c: cleanup/modernization (nw) 2015-02-07 17:20:46 -05:00
mamehaze
682a02d8ec new NOT WORKING
Super Rock and Bowl ]Bad A Billy, Smitdogg, The Dumping Union]

(same base / driver board as tapatune, without the video board on top)
2015-02-07 21:24:40 +00:00
hap
c34536b285 ucom4 skeleton opcode handlers 2015-02-07 22:04:02 +01:00
Justin Kerk
2756a23b1a Emscripten target now uses SDL2. [Justin Kerk] 2015-02-07 20:41:47 +00:00
Justin Kerk
3cbfac80cb Fix SOUND_JS module (nw) 2015-02-07 20:11:06 +00:00
hap
2126f6cdf3 ucom4 disassembler 2015-02-07 16:50:19 +01:00
Robbbert
68af4f9b5f Merge branch 'master' of https://github.com/mamedev/mame 2015-02-07 23:50:27 +11:00
Robbbert
85cdd69eb3 (MESS) mbee: sped up bank switching; removed unneeded format files (nw) 2015-02-07 23:48:34 +11:00
hap
e8b4785baa added tomy tennis skeleton driver 2015-02-07 12:20:07 +01:00
Olivier Galibert
b2a19b6a68 Kale, does that break c65? (nw) 2015-02-07 11:27:55 +01:00
Olivier Galibert
d35b80ca06 huh? (nw) 2015-02-07 11:24:32 +01:00
Ivan Vangelista
74e4975110 buggychl: enabled save state support, everything was already taken care for (nw) 2015-02-07 10:57:22 +01:00
Guru
1393600c36 t5182.c: fix copy/paste error in comment and clarify where the original chip came from (nw) 2015-02-07 16:58:53 +08:00
Ivan Vangelista
be7aac56af darkmist.c, mustache.c, panicr.c: added save state support, small cleanups (nw)
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)
2015-02-07 09:32:43 +01:00
Robbbert
be6304da89 (MESS) mbee128: improvements; mbee256: fixed some of the paste problems (nw) 2015-02-07 15:53:04 +11:00
hap
2cd878633a added NEC uCOM-4 MCU core skeleton 2015-02-07 00:50:04 +01:00
Angelo Salese
aa73e9ccef Merge branch 'master' of https://github.com/mamedev/mame 2015-02-07 00:16:00 +01:00
couriersud
f3d3cbde44 Removed debug output from input.c. 2015-02-06 23:49:46 +01:00
Angelo Salese
da2bff94b8 Merge branch 'master' of https://github.com/mamedev/mame 2015-02-06 23:29:14 +01:00
Angelo Salese
c51151b4e6 (Protection) note about Kozure Ookami, for future reference. 2015-02-06 23:28:52 +01:00
mahlemiut
e07d4d513e flex_dsk: added empty formats[] member, to keep clang happy 2015-02-07 11:18:53 +13:00
couriersud
9b460727ee Fix baseline (windows) "-video none" build. There is something else
going wrong here. The renderer is never setup and actually called. That
may be one purpose but should be documented in renderer_none. (nw)
2015-02-06 22:20:34 +01:00
MetalliC
e5a9d0bdf3 (MESS) Beta Disk interface convert to wd_fdc 2015-02-06 20:39:58 +02:00
MetalliC
4746a62fd2 naomi.c: initdv2jo have same PIC as initdv2j (nw) 2015-02-06 20:39:55 +02:00
Ivan Vangelista
19b121f0b0 d9final.c: enabled save state support (nw) 2015-02-06 18:37:10 +01:00
R. Belmont
5260ab6370 Merge pull request #127 from announ/patch-1
Fix compiling on SDL < 2.0.2 [announ]
2015-02-06 09:22:30 -05:00
announ
c58e0db8b8 Set SDL_HINT_MOUSE_RELATIVE_MODE_WARP only for SDL ≥ 2.0.2 2015-02-06 11:38:31 +00:00
Oliver Stöneberg
bb37242a3b Revert "jagblit.inc: attempt to fix expression that triggers clang warning (nw)"
This reverts commit 388875c61d.
2015-02-06 11:48:42 +01:00
mamehaze
427b2edbe6 Merge branch 'master' of https://github.com/mamedev/mame 2015-02-06 09:14:19 +00:00
mamehaze
2bd20863ba added build date information to the Gun Smoke sets, based on strings in ROM (nw) 2015-02-06 09:13:57 +00:00
Robbbert
4f4a67ddd3 (MESS) oops (nw) 2015-02-06 19:40:28 +11:00
Robbbert
05cec06ade (MESS) kaypro: OG has verified gaps and base class for KAY format. 2015-02-06 19:25:42 +11:00
Robbbert
d826b5b1ae (MESS) kaypro: reinstated support for the old DSK format, but you need to rename your disks to KAY. 2015-02-06 17:45:53 +11:00
Lord-Nightmare
5f0039850c fix compile (n/w) 2015-02-05 22:53:29 -05:00
couriersud
f5a41bb547 A bit more alignment between windows and sdl. (nw) 2015-02-06 02:20:19 +01:00
couriersud
984e40296b Get rid of "resize" render method. (nw) 2015-02-06 01:13:55 +01:00
briantro
d936763e77 silvmil.c: Update the dipswitch settings for Puzzlove as per PCB. - NW 2015-02-05 17:31:38 -06:00
couriersud
950b1b0514 Introduced a comparable "osd_renderer" interface like it now exists for
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)
2015-02-05 23:24:15 +01:00
Alex W. Jackson
388875c61d jagblit.inc: attempt to fix expression that triggers clang warning (nw) 2015-02-05 16:31:45 -05:00
Oliver Stöneberg
413b612c11 fixed clang 3.4 compilation (nw) 2015-02-05 21:43:50 +01:00
briantro
828c40a187 New PE+ Slot game added
New Game Added
-------------------------------------------
Player's Edge Plus (PS0090) Gold, Silver & Bronze Slots [BrianT]
2015-02-05 14:13:33 -06:00
mamehaze
a5fab82f53 new clones
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.
2015-02-05 19:27:53 +00:00
yz70s
f8183c071d i386: add x87 opcodes FCMOVB FCMOVE FCMOVBE FCMOVU FCMOVNB FCMOVNE FCMOVNBE FCMOVNU FCOMI FUCOMI FUCOMIP (nw) 2015-02-05 19:23:22 +01:00
cracyc
86cadf5f71 (mess) pc9801: fix egc shifter (nw) 2015-02-05 12:18:12 -06:00
Ivan Vangelista
62ecdbcbf9 toki.c: don't know what happened with this, but thanks Haze for fixing compile (nw) 2015-02-05 18:23:32 +01:00
Oliver Stöneberg
e1469ee855 re-enabled some C++11 compiler warnings (nw) 2015-02-05 17:52:09 +01:00
Oliver Stöneberg
37f2f2e5be fixed some more C++11 compiler warnings (nw) 2015-02-05 17:27:51 +01:00
Oliver Stöneberg
593e3c33a8 fixed some C++11 compiler warnings (nw) 2015-02-05 16:57:45 +01:00
Oliver Stöneberg
56f03a8f8f fixed -Wunused-local-typedefs warnings with ATTR_UNUSED and enabled it again (nw) 2015-02-05 16:41:05 +01:00
Oliver Stöneberg
a4c8ca2c25 fixed makefile (nw) 2015-02-05 15:40:53 +01:00