Cesare Falco
7652d47d8e
Add makefile switch to choose linking against bundled OR system expat library.
2015-05-11 09:37:45 +02:00
Luca Elia
2e719ed1ec
New games added or promoted from NOT_WORKING status
...
---------------------------------------------------
Crazy Dou Di Zhu [Guru, bnathan]
2015-05-10 19:54:55 +02:00
Miodrag Milanovic
e923df8137
made mess to behave as before (nw)
2015-05-10 18:03:15 +02:00
hap
54c88e91e6
added Tamagotchi generation 1 driver
2015-05-09 21:24:09 +02:00
hap
a9fa89ef41
moved E0C6S46 to its own file
2015-05-09 19:47:27 +02:00
Miodrag Milanovic
7513fb00a0
Fix resources and updated verinfo to give default for mame in any subtarget case except mess (nw)
2015-05-09 16:32:49 +02:00
Andrew Gardner
ab3a1886b1
Messy merging maybe done
2015-05-09 16:28:22 +02:00
Miodrag Milanovic
ca37d40f69
Removed comments and added generic license for whole team on top (nw)
2015-05-09 16:05:30 +02:00
Miodrag Milanovic
5df1b60963
MAME now represent full build, for building MESS drivers only use [Miodrag Milanovic]
...
make SUBTARGET=mess, for building only Arcades drivers only use:
make SUBTARGET=arcade
2015-05-09 15:10:29 +02:00
mahlemiut
d7fe898124
cpcexp: added ROMEN signal, and a function to tell an expansion to set up any RAM mapping it needs. Added support for Brunword MK4 as an expansion device.
2015-05-09 13:27:06 +12:00
hap
2ec391faca
actually hmcs40 is/should/will be in MAME: it's the hitachi mcu used in some old alpha denshi games
2015-05-05 19:11:19 +02:00
hap
fc68370aa5
added E0C6200 cpu skeleton.
...
also commented out some cpu cores from mame.lua, not needed anymore for unidasm compile due to this check:
if (CPUS["MYCPU"]~=null or _OPTIONS["with-tools"]) then
2015-05-05 15:54:07 +02:00
R. Belmont
f5ab8dbe65
Merge pull request #170 from mbcoguno/osx-libsdl-glext
...
Drop NO_SDL_GLEXT define on OSX [mbcoguno]
2015-05-02 21:48:27 -04:00
hap
3b17cba4b5
added preliminary COP400 handheld driver
2015-05-01 20:36:52 +02:00
Miodrag Milanovic
d33822a35c
ssues with white-space in MAME_DIR [qmc2]
2015-04-30 13:20:36 +02:00
Parry
05f71a27f9
Drop NO_SDL_GLEXT define on OSX
2015-04-30 14:10:59 +08:00
cracyc
3c886dfe12
(mess) m24: add z8000 apb support [Carl]
...
isa_cga: m24 640x400x1 mode (nw)
upd765: return 0xff when reading from fifo while busy (nw)
z8000: mreq instruction and the apb expects sout to work just like out (nw)
2015-04-29 21:08:43 -05:00
Miodrag Milanovic
2c1c3e84a0
build mess tools for ume (nw)
2015-04-29 11:15:51 +02:00
Miodrag Milanovic
64219f27d2
Fix OSX target dir
2015-04-29 08:11:09 +02:00
Miodrag Milanovic
b6fa59a775
Unified objdir and targetdir for supported platforms, best delete build folder in order not to clean situation (nw)
2015-04-26 09:48:50 +02:00
couriersud
66d555e323
Added 74175 and 82S16 devices to netlist. nl_breakout now compiles. (nw)
2015-04-25 14:18:41 +02:00
Miodrag Milanovic
3a37417a6b
use target suffixes only for main executable (nw)
2015-04-25 13:02:38 +02:00
mahlemiut
57728d624f
pc_vga: split Cirrus video devices to separate files.
2015-04-25 14:41:23 +12:00
Miodrag Milanovic
45d4aed8b7
do not strip by default
2015-04-22 14:24:41 +02:00
Miodrag Milanovic
3827f898ab
Renamed to STRIP_SYMBOLS and made logic more clear (nw)
2015-04-22 14:23:49 +02:00
Miodrag Milanovic
eb2a14b153
fix
2015-04-22 13:26:18 +02:00
couriersud
6297e4cf18
Merge branch 'master' of https://github.com/mamedev/mame.git
2015-04-22 00:45:32 +02:00
couriersud
7fa10acca6
Added 74192, 9316, 9310 and 74193 devices to netlist. Added breakout
...
(wip) netlist as well, but still have to implement three more devices
until work can really start. [Couriersud]
2015-04-22 00:45:21 +02:00
David Haywood
490b86bae8
skeleton SP, gotta start somewhere (nw)
...
(plenty more sets can be added, some probably need making into CHDs as a few games used CF cards)
2015-04-21 23:40:43 +01:00
Curt Coder
67d09b16e9
(MESS) c3040: Disk format WIP. (nw)
2015-04-21 23:52:22 +03:00
Curt Coder
e7967e81b9
(MESS) c4040: Added own sector dump disk format since it's different from what the 1541 uses. [Curt Coder]
2015-04-21 22:25:52 +03:00
Curt Coder
643d5fafe7
(MESS) Added sector image format for the Commodore 8280 8" floppy drive. [Curt Coder]
2015-04-20 22:34:40 +03:00
couriersud
67d69aa02d
Add 9312/DM9312 to netlist. [Couriersud]
2015-04-20 00:55:19 +02:00
Miodrag Milanovic
073fd3f7d4
Added NO_STRIPPING option and enabled stripping of executable by default (nw)
2015-04-19 16:21:36 +02:00
Miodrag Milanovic
1a5d5bbbd1
added ume subtarget dummy so can test compile of all devices (nw)
2015-04-18 20:16:22 +02:00
Miodrag Milanovic
f56db1ff3f
fixed android compile (nw)
2015-04-18 12:51:33 +02:00
couriersud
0d60fe7805
Make sure USE_OPENMP is passed via define. (nw)
2015-04-17 18:05:01 +02:00
Miodrag Milanovic
dc35f927f7
made libflac possible to compile under xcode, and simplify for other (nw)
2015-04-17 11:24:33 +02:00
couriersud
119d23192b
Fix OPENMP linking. (nw)
2015-04-16 23:44:30 +02:00
Miodrag Milanovic
3060bb0637
fix for few more executable files (nw)
2015-04-16 15:26:26 +02:00
Miodrag Milanovic
fab6dab064
Make generated projects behave same as before revert (nw)
2015-04-16 14:29:34 +02:00
Miodrag Milanovic
08747b36ec
test for linking (nw)
2015-04-16 13:44:11 +02:00
Miodrag Milanovic
a50dec8b3c
extract libs and liboptions from pkg-config, prepare for future work (nw)
2015-04-16 12:31:53 +02:00
Miodrag Milanovic
74c337de45
Should speedup OSX builds (nw)
2015-04-15 13:59:10 +02:00
Miodrag Milanovic
af80289b76
fix typo (nw)
2015-04-13 19:00:45 +02:00
Miodrag Milanovic
f6fbdaa2e8
Added QT_HOME to support custom QT installations (nw)
2015-04-13 18:51:07 +02:00
arbee
b96b59caee
atlantis: added PCI9050 device skeleton. [R. Belmont]
2015-04-12 13:13:33 -04:00
Vas Crabb
d8254403dc
Headers are in lua files now :/
2015-04-11 22:40:07 +10:00
Miodrag Milanovic
c334fda9a9
Start adding .h and .inc files to help usage inside IDE's like VS and XCode (nw)
2015-04-11 14:17:02 +02:00
Miodrag Milanovic
59e60e47df
Added SHADOW_CHECK parameter so we can work on shadowing issues in our code (nw)
2015-04-11 08:46:02 +02:00