Miodrag Milanovic
899f23a7ec
Added PYTHON_EXECUTABLE to use differently named python executable(nw)
2015-04-08 14:19:43 +02:00
Miodrag Milanovic
fd88e8c5e2
fixed location error (nw)
2015-04-08 10:50:28 +02:00
Miodrag Milanovic
cc35d05ec0
added SEPARATE_BIN option to put executable files in bin folder and not in main (useful for continuous integration )(nw)
2015-04-08 08:52:02 +02:00
Miodrag Milanovic
03275c7b68
Added separated target dirs for x32 and x64, so we do not have library collision (nw)
2015-04-08 08:50:29 +02:00
Curt Coder
274078636e
mos6530: Rewritten to support time travel. [Curt Coder]
2015-04-08 09:01:20 +03:00
Curt Coder
5732623008
(MESS) abc80: Emulated the Scandia Metric ABC FD2 floppy controller. [Curt Coder]
2015-04-07 15:32:53 +03:00
Vas Crabb
caf4face0d
Convert CoreAudio output to use AUGraph in preparation for effects
2015-04-07 21:38:43 +10:00
Vas Crabb
7251c89cf4
Add a crappy utility for editing AU effect presets
2015-04-07 21:38:42 +10:00
Miodrag Milanovic
209734925f
Added FILTER_DEPS option for post compile filtering (nw)
2015-04-07 13:23:31 +02:00
Miodrag Milanovic
3991971c86
compile mess tools only if target is mess (nw)
2015-04-07 07:44:51 +02:00
Miodrag Milanovic
c562cfb1c2
well it helps some environments, back till deps are solved
2015-04-07 07:27:02 +02:00
Curt Coder
00c8f695de
(MESS) abc80: Emulated a 16KB RAM card. [Curt Coder]
2015-04-06 21:24:54 +03:00
Miodrag Milanovic
60d67c8c12
my mistake (nw)
2015-04-06 18:52:40 +02:00
Miodrag Milanovic
c69ec4dea6
Some vs2013-clang work (nw)
2015-04-06 18:50:42 +02:00
Miodrag Milanovic
d5c886c6a6
fixed osdmini build (nw)
2015-04-06 18:28:48 +02:00
Miodrag Milanovic
13f137dde7
And one more (nw)
2015-04-06 16:33:21 +02:00
Miodrag Milanovic
1ff712db7a
resurrected some more compile options (nw)
2015-04-06 16:27:14 +02:00
Miodrag Milanovic
c8f26a1a7b
enable multiple definitions for mingw-clang, due to weird issue with multiple symbols (nw)
2015-04-06 13:23:23 +02:00
Miodrag Milanovic
3ffde3b978
postcompile task is unstable, commented for now (nw)
2015-04-06 13:21:28 +02:00
Miodrag Milanovic
eb8b8902d0
Fix for PROFILER build (nw)
2015-04-06 12:37:14 +02:00
Miodrag Milanovic
abf7d057d2
Supported mingw-clang builds (nw)
2015-04-06 11:58:24 +02:00
Miodrag Milanovic
f0b6bb5407
removed premake.make.linkoptions_after, need better static library dependency solution (nw)
2015-04-06 11:54:03 +02:00
Miodrag Milanovic
1de80e729e
macosx build fix (nw)
2015-04-06 10:46:21 +02:00
Curt Coder
0da7bc72da
(MESS) abc80: Fixed cassette loading and added quickload for BAC files. Emulated the ABC expansion unit and ABC memory card. [Curt Coder]
2015-04-06 00:42:28 +03:00
Oliver Stöneberg
3a40df147d
make DEBUG=1 PROFILER=0 actually work (nw)
...
also removed FASTDEBUG hack made obsolete by this fix
2015-04-05 21:38:28 +02:00
Miodrag Milanovic
b0dee85979
Selected Full Optimization for Release Visual Studio builds (nw)
2015-04-05 15:15:02 +02:00
Miodrag Milanovic
0f3be0c321
back (nw)
2015-04-05 15:04:46 +02:00
Miodrag Milanovic
2c38dd1f34
rolled back, not worth of it (nw)
2015-04-05 14:22:46 +02:00
Miodrag Milanovic
be6d03e9c6
enable override of resources by osd (nw)
2015-04-05 13:07:44 +02:00
Miodrag Milanovic
6e0007b83d
Made all windows build use icons (nw)
2015-04-05 12:48:28 +02:00
Miodrag Milanovic
c8b9fc1efb
Fixed linking on some linux platforms
2015-04-05 10:37:11 +02:00
Miodrag Milanovic
9c6fa77b47
Implemented filtering of dependency files, only active if machine have awk or gawk installed (nw)
2015-04-04 19:57:12 +02:00
Vas Crabb
18ec0951bd
Add a simple CoreAudio sound output module
...
It doesn't provide facilities for AU effects, although that could be
added pretty easily if someone wants to. Advantages over SDL sound
output are simpler code and lower latency.
2015-04-05 01:48:35 +11:00
Miodrag Milanovic
3725b2fdc6
Moved MOC handling in lua (nw)
2015-04-04 16:42:58 +02:00
Miodrag Milanovic
ed0de1632e
Moved plist generate to lua (nw)
2015-04-04 15:36:44 +02:00
Miodrag Milanovic
6f0fd1a366
Merge branch 'master' of https://github.com/mamedev/mame
2015-04-04 14:44:22 +02:00
Miodrag Milanovic
1026d09afa
Moved creation of most non-layout files out of makefile (nw)
2015-04-04 14:44:06 +02:00
Vas Crabb
73f53bb15e
* Take more link dependencies caused by OSD out of genie.lua
...
* Always dynamically link SDL on Windows
* Fix SDL1 build on Windows
2015-04-04 18:25:04 +11:00
Vas Crabb
f947a9b160
Harmonise targetos between genie.lua and sdl{,_config}.lua
2015-04-04 15:13:48 +11:00
Vas Crabb
a119fc50ab
Remove some obsolete code, enable MALLOC_DEBUG for SDLWin32
2015-04-04 15:05:21 +11:00
Vas Crabb
4cd434246d
Bring back USE_SDL, CYGWIN_BUILD and malloc debugging for Windows OSD
2015-04-04 14:53:47 +11:00
Miodrag Milanovic
7a15cbed2d
Fix for Android include ordering (nw)
2015-04-03 20:22:31 +02:00
Miodrag Milanovic
2df0d9deed
Added generated m68kops files to tree, added makefile for developers working on core (nw)
2015-04-03 15:59:18 +02:00
Miodrag Milanovic
66cbe9eee4
removed os_version, since it is not used anymore (nw)
2015-04-03 15:30:56 +02:00
Vas Crabb
0a1b6b66b0
Fix warning with some clang configurations, don't automatically disable bgfx for 10.5 Leopard
2015-04-03 08:14:30 +11:00
Miodrag Milanovic
e97c4afe1f
Merge branch 'master' of https://github.com/mamedev/mame
2015-04-02 17:39:00 +02:00
Miodrag Milanovic
23de91ccde
Fix for backtick [qmc2](nw)
2015-04-02 19:04:09 +02:00
Miodrag Milanovic
69d936dfee
skeleton for XCode support (nw)
2015-04-02 18:16:20 +02:00
Miodrag Milanovic
86e36b4912
removed includeosd (nw)
2015-04-02 18:04:21 +02:00
Miodrag Milanovic
0de3599a07
xcode4 fixed (nw)
2015-04-02 17:38:28 +02:00