Commit graph

34676 commits

Author SHA1 Message Date
mamehaze
232bec8a8d new clones
Super Puzzle Fighter II Turbo (Euro 960529) [fluxcore, idc/Team Avalaunch]

(had to dig out the old keyfinder again for this one, we were lucky because the code is at different offsets here and needed some shifting to find the key, and it's the smallest game too, so longest search time)
2015-03-29 17:14:28 +01:00
Miodrag Milanovic
a600e61c58 Enforce OPTIMIZE = 3 for PROFILE builds, suggested by MG (nw) 2015-03-29 16:18:52 +02:00
Miodrag Milanovic
c95c00c8c0 Separate OS and TARGETOS recognition and supported more platforms (nw) 2015-03-29 15:17:21 +02:00
Miodrag Milanovic
72d5222016 made bgfx compile on more platforms (nw) 2015-03-29 14:29:06 +02:00
Miodrag Milanovic
93025d33c1 Added network flags (nw) 2015-03-29 10:57:10 +02:00
Vas Crabb
c73dbdeaf3 Small cleanup 2015-03-29 18:35:48 +11:00
Vas Crabb
3010be4c30 SDL and Windows strconv are the same thing. 2015-03-29 18:23:02 +11:00
Robbbert
417852bbc9 (MESS) mpf1 : fixed potential bug (nw) 2015-03-29 16:02:49 +11:00
Ivan Vangelista
17c6d24644 seicross.c: MT05899 spotted and fixed by M.A.S.H. (nw) 2015-03-29 06:45:29 +02:00
Vas Crabb
c878883667 Remove all the stuff that causes driver and emu sources to be compiled
differently with different OSDs
Switch back to building for all OSDs in common directory
Move more OSD-specific stuff into OSD scripts
It still isn't completely safe to be building all OSD into same directory
Common OSD "module" files, e.g. debuggers and renderers, build with
different options for each OSD.  It works at the moment, but you will end
up with slightly different executables depending on the order you build
OSDs.
2015-03-29 15:02:23 +11:00
Vas Crabb
dce0421517 Fix ldplayer build 2015-03-29 15:02:23 +11:00
Robbbert
fcc0bfed80 Merge branch 'master' of https://github.com/mamedev/mame 2015-03-29 12:55:11 +11:00
Robbbert
ec1999fcbb (MESS) mpf1 : added some standard pasting codes; connected up the reset button from external artwork; found that mpf1p rom is a bad dump (A9 stuck low when dumped). (nw) 2015-03-29 12:42:41 +11:00
couriersud
1f9ec28ba4 Merge branch 'master' of https://github.com/mamedev/mame.git 2015-03-29 03:35:17 +02:00
couriersud
935c280b4d Fix cross-compile. The following will build mame64.exe on linux
make TARGETOS=windows PTR64=1 OSD=windows OS=linux VERBOSE=1 \
			OVERRIDE_CC="@ccache x86_64-w64-mingw32-gcc" \
			OVERRIDE_CXX="@ccache x86_64-w64-mingw32-g++" \
			OVERRIDE_LD="x86_64-w64-mingw32-g++" \
			WINDRES="x86_64-w64-mingw32-windres" \
			MINGW64=/usr $*
2015-03-29 03:29:22 +02:00
briantro
5e5b4a0680 peplus.c: Correct Cut-N-Paste error - NW 2015-03-28 17:09:16 -05:00
briantro
df95e896ec peplus.c: New custom card back CG set - NW 2015-03-28 16:37:56 -05:00
Miodrag Milanović
f2d6f4cde9 Commented until confirmed working on all platforms 2015-03-28 21:18:27 +01:00
Miodrag Milanovic
8d8415135f Merge branch 'master' of https://github.com/mamedev/mame 2015-03-28 20:55:55 +01:00
Miodrag Milanovic
76803f7337 Added GAWK script to make deps more sane. thanks to OG.
For those not having latest build tools download :
http://gnuwin32.sourceforge.net/downlinks/gawk-bin-zip.php
and put in bin folder of mingw so it is in path
2015-03-28 20:54:22 +01:00
Mike Naberezny
c3110a019f (MESS) pet_rom.xml: Added McTerm 1.10. [Bo Zimmerman, Steve Gray, Mike Naberezny] 2015-03-28 10:33:20 -07:00
Miodrag Milanovic
64e76caae5 Added NoDependency flag to disable dependency file creation, until
create sane exclude of specific paths (nw)
2015-03-28 18:15:33 +01:00
Miodrag Milanovic
a9c86a645d fixed duplicated lib name (nw)
ume links now
2015-03-28 16:06:31 +01:00
Miodrag Milanovic
6825ee0a55 Made ume target include mame and mess targets (nw) 2015-03-28 15:19:21 +01:00
Miodrag Milanovic
bc8b2b2c13 removed DRC example, not needed anymore (nw) 2015-03-28 14:31:28 +01:00
Miodrag Milanovic
bb9140a109 Added support for per-OSD mak files [qmc2] 2015-03-28 14:27:39 +01:00
Miodrag Milanovic
603e5ebb1a put common parameters into PARAMS (nw) 2015-03-28 12:50:15 +01:00
Miodrag Milanovic
d90b5dd812 fix for osx debugger (nw) 2015-03-28 11:51:25 +01:00
Miodrag Milanovic
dfa73bab4f join these into one (nw) 2015-03-28 11:33:59 +01:00
Miodrag Milanovic
d3e72c5e01 Merge branch 'master' of https://github.com/mamedev/mame 2015-03-28 11:03:37 +01:00
Miodrag Milanovic
b14117da2b skipped one file (nw) 2015-03-28 11:03:05 +01:00
Miodrag Milanovic
7f1ad1db99 Explicit file listing in lua scripts making generate much much faster (nw) 2015-03-28 10:10:03 +01:00
Robbbert
d3f6724d40 (MESS) mpf1 : Fixed various issues with memory (nw) 2015-03-28 20:01:06 +11:00
Ivan Vangelista
ede6eec044 thepit.c: added save state support (nw) 2015-03-28 09:02:10 +01:00
Ivan Vangelista
6c87bff5f1 route16.c: added save state support (nw) 2015-03-28 08:21:59 +01:00
Ivan Vangelista
1da97e9c96 portrait.c, spool99.c, stactics.c, tunhunt.c: added / enabled save state support (nw) 2015-03-28 07:41:22 +01:00
Miodrag Milanovic
aea6bc4bb8 linkoptions for QT are needed (nw) 2015-03-28 07:15:14 +01:00
Miodrag Milanovic
ce5ccff643 added NOWERROR support (nw) 2015-03-28 07:03:44 +01:00
Miodrag Milanovic
cf02c07fda Merge branch 'master' of https://github.com/mamedev/mame 2015-03-28 06:57:07 +01:00
briantro
523b36f8bd new Raiden Fighters clone
New Clone Added
--------------------------------------------
Raiden Fighters (Japan set 3) [Artemio Urbina, The Dumping Union]
2015-03-28 00:32:05 -05:00
Vas Crabb
4303fbc35c Put some OSD libs back in main GENie file to fix WinSDL build for now 2015-03-28 16:20:04 +11:00
Vas Crabb
a9bc80bd4b build into OSD subdirectory for people building multiple OSDs 2015-03-28 16:06:06 +11:00
Vas Crabb
eca145893d Generate project files into OSD subdir to facilitate building multiple OSDs 2015-03-28 15:38:12 +11:00
Vas Crabb
78eedb8aba Move more OSD-specific stuff to OSD scripts 2015-03-28 15:09:22 +11:00
hap
3a42563d21 ssimon speed switch 2015-03-28 01:12:44 +01:00
hap
af0394e428 coleco pacman/mspacman WIP 2015-03-28 00:48:09 +01:00
briantro
f20d290887 nmk16.c: Change description of Hot Bubble sets - NW 2015-03-27 15:49:49 -05:00
Miodrag Milanovic
ae98425a87 enable partial support for compile on some other platforms (nw) 2015-03-27 17:30:45 +01:00
Miodrag Milanovic
a539224998 propagated USE_BGFX for unsupported platforms (nw) 2015-03-27 17:19:57 +01:00
mamehaze
c03feee2c2 port needed warning disables from vconv.c to genie.lua for using icl15 (nw) 2015-03-27 16:36:13 +00:00