Miodrag Milanovic
e0deb80b54
Fix building on clang, executable fail starting due to mixed allocators (nw)
2016-01-04 13:29:42 +01:00
Miodrag Milanovic
698cec6344
Removed FILTER_DEPS, not stable and not functional (nw)
2016-01-03 17:13:16 +01:00
Olivier Galibert
11bfbc1736
makedep.py: Finish making it python3-compatible [O. Galibert]
2016-01-03 11:12:11 +01:00
David Haywood
d74d1febc4
more potential workouts for the I960 are always a good idea (nw)
2016-01-02 08:15:41 +00:00
Miodrag Milanovic
17f5c825f3
missed this one (nw)
2016-01-01 15:14:06 +01:00
Miodrag Milanovic
729d3d3f16
Make linking of winpthreads static for posix mingw build (nw)
2016-01-01 12:27:00 +01:00
Miodrag Milanovic
f1a0a3cb88
Added pre-compiled headers support to build system (nw)
2016-01-01 08:23:58 +01:00
Miodrag Milanovic
1aa986d617
Revert "removing MESS brand and making MAME a name not acronym (nw)"
...
Too contraversial for now :)
This reverts commit 47bf03513e
.
2015-12-31 10:51:15 +01:00
Miodrag Milanovic
47bf03513e
removing MESS brand and making MAME a name not acronym (nw)
2015-12-31 10:31:00 +01:00
David Haywood
3b0d814b9b
new NOT WORKING
...
Fast Invaders (2 sets) [ANY]
2015-12-30 06:07:39 +00:00
Miodrag Milanovic
9c2669081c
Added platform parameter and some ARM fixes (nw)
2015-12-27 15:35:29 +01:00
Miodrag Milanovic
75e80ec4f6
Fix QT5 build on linux by adding -fPIC
2015-12-27 13:47:54 +01:00
Olivier Galibert
9d231a83ad
qt5 debugger port [O. Galibert]
2015-12-27 12:58:00 +01:00
Miodrag Milanovic
e756a66b14
qtdebugger as separate lib (nw)
2015-12-26 15:56:13 +01:00
therealmogminer@gmail.com
df60e5db3e
Fix build
2015-12-23 18:16:25 +01:00
David Haywood
2cb6396333
before I misplace the files again (nw)
2015-12-22 21:41:25 +00:00
Miodrag Milanović
54cadc3c31
Merge pull request #514 from bmunger/r9751
...
New driver:
ROLM 9751 [Brandon Munger]
2015-12-21 16:05:06 +01:00
Brandon Munger
cebed33843
r9751: fix for g++14 and add rolm as a manufacturer
2015-12-20 19:55:06 -05:00
hap
6ffbf69aa3
initial skeleton driver for TI Spelling B
2015-12-21 01:46:16 +01:00
Justin Kerk
169a193dc0
New skeleton: Saturn ST-17xx series DVD players [Justin Kerk]
2015-12-20 16:13:25 -08:00
Brandon Munger
b3b834c45a
r9751: rename drivers to cpp
2015-12-20 17:46:11 -05:00
Brandon Munger
052b94a236
r9751: moved driver from mess directory to mame
2015-12-20 17:46:11 -05:00
Brandon Munger
8fe5c58a6f
r9751: forgot to update machine.lua
2015-12-20 17:46:10 -05:00
Brandon Munger
d3785e805e
Initial ROLM 9751 driver
2015-12-20 17:46:09 -05:00
Miodrag Milanovic
c8583ebdc9
os calls do not follow MAKE escaping
2015-12-20 09:45:39 +01:00
AJR
d6445f496c
Allow SDLMAME to build on OS X from paths containing spaces (and allow SOURCES option as well)
2015-12-19 20:20:55 -05:00
AJR
ad4d85f68f
Fixed wrong number of arguments to makedep.py in SOURCES build
2015-12-19 20:00:22 -05:00
R. Belmont
4518735134
Revert "Allow SDLMAME to build on OS X from paths containing spaces"
2015-12-19 18:55:02 -05:00
AJR
8567ac0d64
Allow SDLMAME to build on OS X from paths containing spaces
2015-12-19 11:09:57 -05:00
Justin Kerk
85d74eb2c9
Emscripten build fixes (nw)
2015-12-19 08:17:34 +00:00
Ville Linde
0df7787f16
Split Taito TC0780FPA into its own device [Ville Linde]
2015-12-18 22:07:02 +02:00
Vas Crabb
a8d1e313b4
Make Lazarian playable
...
* Decode PLA bitstream and use for video mixing
* Document colour format and make up usable colour values
* Implement shell and area effects
* Use proper video timings - yes there is blank space on the right
* Add PLA from lazarian to laserbat as bad dump as it's needed now
* Yes it's impossible to get black because there's no LSB for blue
* Colours are still wrong, but at least it's only the intensities now
* There are still alignment issues between layers
* catnmous is completely broken, need schematic for PLA hookup
2015-12-15 21:03:31 +11:00
David Haywood
570de81e04
new clones
...
Ninja-Kid II / NinjaKun Ashura no Shou (set 4) [system11]
2015-12-13 15:59:21 +00:00
Miodrag Milanovic
c15d7adef3
compile parameters specific for 3rdparty component (nw)
2015-12-12 15:03:22 +01:00
Miodrag Milanovic
74cfff6fc6
Update to LUA 5.2.3, so source changes (nw)
2015-12-12 14:49:48 +01:00
Miodrag Milanovic
379581fb36
macro removal INLINE -> static inline (nw)
2015-12-12 08:58:57 +01:00
Miodrag Milanovic
9a2ed1703a
tagged_list without tagmap_t (nw)
2015-12-11 13:59:37 +01:00
Miodrag Milanovic
ee942ae0fb
some MSBUILD fixes (nw)
2015-12-10 12:16:06 +01:00
Cowering
00a496face
(retrying) fix up some lto things (still can't compile full MAME on Windows) Also add a few msg texts for VS warnings (NW)
2015-12-09 12:58:08 -06:00
Miodrag Milanovic
700683468a
Removed dead PPC code (nw)
2015-12-09 10:25:40 +01:00
Vas Crabb
e706b93447
propagate ARCHOPTS to linker
2015-12-07 22:07:29 +11:00
Miodrag Milanovic
46471ac080
Can't do override checks due to QT headers (nw)
2015-12-07 06:57:05 +01:00
Miodrag Milanovic
6a765a95ec
Added addprojectflags function and added -Wsuggest-override for all that are not 3rdparty projects.
...
It is place where all additional checks we should put
2015-12-06 17:07:50 +01:00
Felipe Corrêa da Silva Sanches
0618c642ba
adding a basic machine driver for the Patinho Feio and setting up build system for the driver and the CPU module
2015-12-06 13:32:03 -02:00
Miodrag Milanovic
ccc677d0e5
Need this on linux
2015-12-04 20:36:05 +01:00
Miodrag Milanovic
2ce19e896b
Removed need for -Wno-c++11-narrowing for clang
...
and -Wno-unused-result,-Wno-narrowing and -Wno-attributes on gcc (nw)
2015-12-04 20:22:48 +01:00
Miodrag Milanovic
20b32acb8b
OSX version is taken on different way so it is considered 6.0 (nw)
2015-12-03 14:50:04 +01:00
Miodrag Milanovic
d9db2350fb
OSX version of clang 3.5 is actually 3.4 with features (nw)
2015-12-03 14:40:03 +01:00
Miodrag Milanovic
7433c42f30
it is available in all version from 3.4 (nw)
2015-12-03 14:32:20 +01:00
Miodrag Milanovic
eba667fdb3
fix for QT headers compile as c++14 (nw)
2015-12-03 14:26:00 +01:00