Commit Graph

34727 Commits

Author SHA1 Message Date
Vas Crabb
9a8109a63c Fix VERBOSE=1 for top-level makefile, fix always regenerating makefiles on Windows, make many variable in top-level makefile immediate rather than deferred 2015-03-31 15:13:12 +11:00
Vas Crabb
eb17c33b2d Fix layout generation for MESS 2015-03-31 14:46:58 +11:00
hap
23a2142b7c (MESS)New games added or promoted to working
-----------------
Bandai Packri Monster [hap, Kevin Horton, Olivier Galibert]
Bandai Zackman [hap, Kevin Horton, Olivier Galibert]
Parker Brothers Q*Bert [hap, Kevin Horton, Olivier Galibert]
Tomy Kingman [hap, Kevin Horton, Olivier Galibert]
Tomy Tron [hap, Kevin Horton, Olivier Galibert]
2015-03-31 02:20:53 +02:00
hap
c59f2cf5f9 first rename snspella to snspellb
added snspell 1979 version VSMs, and two more speak&read modules
2015-03-31 00:41:06 +02:00
hap
0c09d9185b added support for always-on plates/leds 2015-03-31 00:09:07 +02:00
hap
9489babd4f packmon/zackman WIP 2015-03-30 22:14:10 +02:00
mamehaze
71e84b82e3 document used register read/writes (nw) 2015-03-30 21:08:15 +01:00
hap
6abbb73744 tmtron, kingman WIP 2015-03-30 21:41:10 +02:00
hap
d12f015212 notes 2015-03-30 20:42:05 +02:00
Miodrag Milanovic
fabb71138e Merge branch 'master' of https://github.com/mamedev/mame 2015-03-30 20:33:58 +02:00
Miodrag Milanovic
de541d79ee removed windows/osinline.h and placed MSVC dependent files in top folder (nw)
moved MSVC defines from winprefix.h to osdcomm.h
removed empty file compilation - porttime.c
removed osinline.h in windows and sdl and change files using them.
2015-03-30 20:30:18 +02:00
Ivan Vangelista
78c1ed0927 m72.c: completed and enabled save state support (nw) 2015-03-30 19:51:19 +02:00
Ivan Vangelista
4e89e12e02 unkhorse.c: added save state support (nw) 2015-03-30 19:36:14 +02:00
mamehaze
c6aeb4df96 Merge branch 'master' of https://github.com/mamedev/mame 2015-03-30 18:32:30 +01:00
mamehaze
ad76983e54 hng64: push code for what I believe is the sound chip into it's own file (nw) 2015-03-30 18:32:10 +01:00
Ivan Vangelista
1ce70aee16 dcs.c: added missing save state, fixes dram reload problems in blitz11 and wargods (nw) 2015-03-30 19:30:57 +02:00
Vas Crabb
945ff007a6 Fix creation of paths 2015-03-31 01:51:01 +11:00
Miodrag Milanovic
2f3d1de477 Added IgnoreLDFlags, change sent upstream (nw) 2015-03-30 15:24:18 +02:00
Miodrag Milanovic
795f88aee1 reverted change (nw) 2015-03-30 14:39:21 +02:00
Miodrag Milanovic
84146cc28c Merge branch 'master' of https://github.com/mamedev/mame 2015-03-30 14:37:37 +02:00
Miodrag Milanovic
a1369c9e30 Added dependency, so generation task wait for genie to be built (nw) 2015-03-30 14:37:10 +02:00
Miodrag Milanovic
fadbc9808c Updated to latest 3rdparty (nw) 2015-03-30 14:36:33 +02:00
Miodrag Milanovic
86ac81dd33 Removed files from old attempt of build gen (nw) 2015-03-30 14:09:05 +02:00
Curt Coder
7846f994b3 Fixed "ld: warning: directory not found for option '-L/usr/lib64'" on OS X. (nw) 2015-03-30 13:30:45 +03:00
hap
70e09f9618 (MESS)New working game added
-----------------
Super Simon [hap, Sean Riddle]
2015-03-30 11:34:39 +02:00
Vas Crabb
3567c77114 Restore ledutil for windows builds with TOOLS=1 2015-03-30 19:14:52 +11:00
Vas Crabb
73deef44fa Fix UME build, allow custom target to inject stuff in main makefile 2015-03-30 18:30:29 +11:00
Miodrag Milanovic
7ae85d216b Merge branch 'master' of https://github.com/mamedev/mame 2015-03-30 09:25:23 +02:00
Miodrag Milanovic
d5dd20d82d added back unidasm, and enabled building even in tiny builds (nw) 2015-03-30 09:25:12 +02:00
Vas Crabb
9a1a5c0513 Create directory for layouts for custom targets 2015-03-30 18:13:21 +11:00
Curt Coder
1bc42a863e OS X 10.10 build fix by Micko. (nw) 2015-03-30 09:39:14 +03:00
Vas Crabb
f1523ec806 Make MinGW and OSX targets use dependencies for running genie
Use REGENIE=1 to force genie re-run without removing/touching files
Mark many targets as phony as appropriate
Improve situation for custom targets/OSDs
2015-03-30 14:19:54 +11:00
hap
cadae0c939 cdkong, cgalaxn, pbqbert WIP
cgalaxn doesnt work at all, suspect mcu core bug?
2015-03-30 01:20:16 +02:00
couriersud
84067e88ee linux-gmake, linux-gmake-clang: Only run genie build stage if scripts or
makefile has changed. 

The concept may easily be migrated to other builds. I just don't have
the time to test other builds right now.

The downside of the approach is that you have to force a build stage run
by deleting the build/projects folder. This however is a lot less
frequent than normal "make".
2015-03-30 00:50:56 +02:00
mamehaze
3ef319f0af spider service mode trigger is non-obvious, document it (nw) 2015-03-29 22:41:06 +01:00
Curt Coder
47ab93edd2 clang compile fix. (nw) 2015-03-30 00:20:07 +03:00
couriersud
2bf0febbae Merge branch 'master' of https://github.com/mamedev/mame.git
Conflicts:
	scripts/src/osd/sdl.lua
2015-03-29 23:08:49 +02:00
Curt Coder
d462fbfa59 (MESS) abc80: Added ABCDemo floppy and cassette to the software lists. [Genesis Project] 2015-03-29 23:53:49 +03:00
couriersud
a67f2cb095 Fix compile. (nw) 2015-03-29 22:50:55 +02:00
Lord-Nightmare
705ad1e389 tms5220: some preparation for a possible future merge of tms51xx and 52xx into one .c file (n/w) 2015-03-29 15:18:35 -04:00
therealmogminer@gmail.com
4e11cfcb0d - mips3: Made fast RAM option common to both interpreter and DRC. [MooglyGuy] 2015-03-29 19:20:52 +02:00
hap
9be2780fcd confirmed pla 2015-03-29 19:18:40 +02:00
Miodrag Milanovic
befcf8a176 Merge branch 'master' of https://github.com/mamedev/mame 2015-03-29 19:10:46 +02:00
Miodrag Milanovic
2816588761 more OSX 10.10 fixes and fixed mistake with x64 (nw) 2015-03-29 19:10:34 +02:00
couriersud
4a6023e471 Added two more options to the build system:
USE_QT: Compile the QT Debugger. Default is USE_QT=1 (except macosx),
use USE_QT=0 to disable.
LDOPTS: Optional LDFLAGs.

These are mainly used for cross compilation. The following will compile
a windows SDL build without QT debugger on linux:

make 	TARGETOS=windows PTR64=1 OSD=sdl OS=linux \
		OVERRIDE_CC="@x86_64-w64-mingw32-gcc" \
		OVERRIDE_CXX="@x86_64-w64-mingw32-g++" \
		OVERRIDE_LD="x86_64-w64-mingw32-g++" \
		WINDRES="x86_64-w64-mingw32-windres" \
		USE_QT=0 \
		ARCHOPTS="-idirafter ${MINGW64DIR}/x86_64-w64-mingw32/include/  \
		-I${MINGW64DIR}/Qt/include/ -v" SUBTARGET=tiny MINGW64=/usr \ \
		LDOPTS="-L/mnt/mfhome/andre/mame/w64crosslibs"
2015-03-29 18:58:39 +02:00
Vas Crabb
08fd3f4ec6 Fix TOOLS=1 with OSD=windows 2015-03-30 03:58:12 +11:00
Vas Crabb
8e78543be3 Fix OSD=sdl tools on Windows 2015-03-30 03:58:12 +11:00
Vas Crabb
602e2de3e0 Fix osdmini build on Windows (crashes if you run it though) 2015-03-30 03:58:11 +11:00
Miodrag Milanovic
816518fd49 Fix for OSX (nw) 2015-03-29 18:33:25 +02:00
Miodrag Milanovic
af6030809f Merge branch 'master' of https://github.com/mamedev/mame 2015-03-29 18:26:26 +02:00