Vas Crabb
bec996831e
the AudioUnit is happier if we don't stop it for silence (nw)
2015-04-05 02:38:41 +11: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
db3cad9be9
remove not needed dirs from creation list (nw)
2015-04-04 15:48:29 +02:00
Miodrag Milanovic
ed0de1632e
Moved plist generate to lua (nw)
2015-04-04 15:36:44 +02:00
Miodrag Milanovic
4788c3222d
Fixed VS custom tasks due to limitations (nw)
2015-04-04 15:15:30 +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
Miodrag Milanovic
1585c50360
Parameter naming convention change agreed with GENie maintainer (nw)
2015-04-04 14:25:35 +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
3a15dfc2d8
goldstar.c DIP/input updates [Bad A. Billy]
2015-04-04 16:50:09 +11:00
briantro
77cfc6a4fa
peplus.c: Minor doc updates / corrections - NW
2015-04-04 00:04:36 -05: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
hap
7b19a9d10b
nw
2015-04-04 01:12:47 +02:00
hap
177fc92622
hh class cleanup 2/2
2015-04-03 22:50:21 +02:00
hap
4d2d78e908
hh class cleanup 1/2
2015-04-03 21:41:19 +02:00
Miodrag Milanovic
7a15cbed2d
Fix for Android include ordering (nw)
2015-04-03 20:22:31 +02:00
Miodrag Milanovic
dc35fbf7ae
Merge branch 'master' of https://github.com/mamedev/mame
2015-04-03 17:56:34 +02:00
Miodrag Milanovic
e4dacf506b
feature for direct dependency (nw)
2015-04-03 17:56:06 +02:00
mamehaze
51ed1c71df
mtwins pal [Corrado Tomaselli]
2015-04-03 16:06:23 +01: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
69c4713af0
Added custom build steps support to GENie (nw)
2015-04-03 15:37:00 +02:00
Miodrag Milanovic
66cbe9eee4
removed os_version, since it is not used anymore (nw)
2015-04-03 15:30:56 +02:00
etabeta78
904af8bc0b
(MESS) misc new dumps added to softlists. nw.
2015-04-03 07:43:05 +02:00
Vas Crabb
80b4bd05e9
Some compilers don't like implicitly casting negative values to unsigned types
2015-04-03 09:34:35 +11: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
e29bd3b895
Fixed ForceCpp for XCode4 (nw)
2015-04-02 18:14:21 +02: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
de6c5f38f5
Merge branch 'master' of https://github.com/mamedev/mame
2015-04-02 18:16:37 +02:00
Miodrag Milanovic
69d936dfee
skeleton for XCode support (nw)
2015-04-02 18:16:20 +02:00
hap
a719a97f49
(MESS)New game added or promoted to working
...
-----------------
Coleco Donkey Kong [hap, Kevin Horton, Olivier Galibert]
2015-04-02 18:11:25 +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
Vas Crabb
9d63532184
SDL1 does not work with BFGX
2015-04-03 01:59:42 +11:00
Vas Crabb
1532f81232
Enable BGFX by default on Snow Leopard
2015-04-03 01:54:26 +11:00
Vas Crabb
397265f2fc
bgfx: fix leak of autoreleased objects and support OS X 10.6 Snow Leopard
2015-04-03 01:53:48 +11:00
Vas Crabb
d055017fa2
Make VERBOSE=1 propagate properly, add summary of user-configurable options
2015-04-03 00:45:49 +11:00
Vas Crabb
c8a45461d5
get rid of some obsolete/unreachable stuff, get rid of more abuse of SDLMAME_ macros outside OSD
2015-04-02 23:37:34 +11:00
Vas Crabb
453fd07fa0
Add a nice wrapper for doing backtick-like processing of command output
2015-04-02 22:53:14 +11:00
Vas Crabb
a63bd12019
Add back support for big endian targets including OSX-PPC
2015-04-02 22:26:35 +11:00
Guru
126cac8f43
hng64.c: minor doc fix for clarity (nw)
2015-04-02 16:31:11 +08:00
arbee
140163dcc7
netdev: fix race condition/crash when using the OSD to choose pcap devices. [Rob Braun]
2015-04-01 21:57:10 -04:00
R. Belmont
793271786e
Merge pull request #155 from superctr/master
...
Fix SegaPCM volume register overflow [superctr]
2015-04-01 21:14:14 -04:00
hap
4edfc86f28
improve cdkong speaker volume
2015-04-02 02:41:46 +02:00
Angelo Salese
6e5b5b7361
Don't skip bytes during playback ...
2015-04-01 22:44:07 +02:00
Ian Karlsson
32b8fb5f15
Fix SegaPCM volume register overflow
2015-04-01 20:58:10 +02:00
Angelo Salese
de775477c4
PORT_IMPULSE(1) for coins, coin setting not handled by the MCU apparently
2015-04-01 20:14:04 +02:00