Commit Graph

34599 Commits

Author SHA1 Message Date
Miodrag Milanovic
3a3fb1dc9d fix for later OSX (nw) 2015-03-26 19:07:46 +01:00
Miodrag Milanovic
7495d63776 changed to removefiles and fixed locations, vs builds do fine now (nw) 2015-03-26 17:32:34 +01:00
Miodrag Milanovic
e38220cd9c Fix for symbols (nw) 2015-03-26 16:57:32 +01:00
Miodrag Milanovic
69d4d86e74 add postbuild only to main file (nw) 2015-03-26 16:48:24 +01:00
Miodrag Milanovic
c29a2b4517 sym file generate on mingw in postbuild process (nw) 2015-03-26 16:37:53 +01:00
Miodrag Milanovic
2444ae8149 Include symbols in builds (nw) 2015-03-26 16:26:10 +01:00
Miodrag Milanovic
44666525b7 Fixed location of map file (nw) 2015-03-26 15:57:34 +01:00
Miodrag Milanovic
604d83b1e3 Added CXX and fixed LD [qmc2] (nw) 2015-03-26 15:49:06 +01:00
Miodrag Milanovic
b4d9920e10 More parameter handling (nw) 2015-03-26 15:45:59 +01:00
Miodrag Milanovic
6abf77a172 enable whitespace in CC and LD (nw) 2015-03-26 14:50:03 +01:00
Miodrag Milanovic
3b8cab2802 fix order (nw) 2015-03-26 14:47:10 +01:00
Miodrag Milanovic
726de20508 Made CC and LD override possible (nw) 2015-03-26 14:43:39 +01:00
Miodrag Milanovic
323d87af33 check generated files even if just compiling (nw) 2015-03-26 14:28:13 +01:00
Miodrag Milanovic
c21bf6fd5d Merge branch 'master' of https://github.com/mamedev/mame 2015-03-26 14:01:38 +01:00
Miodrag Milanovic
5310d041d5 added distro support for linux (nw) 2015-03-26 14:01:14 +01:00
Vas Crabb
2605b33035 Fix tools link on OSX, only embed plist in main target 2015-03-26 23:45:14 +11:00
Vas Crabb
eb8bd38fa8 Embed version information for OSX 2015-03-26 23:45:13 +11:00
Miodrag Milanovic
6c2c891317 fix TOOLS linking on OSX (nw) 2015-03-26 13:37:40 +01:00
Miodrag Milanovic
6f7ac1a200 fix gcc version to use 2015-03-26 13:19:28 +01:00
Vas Crabb
edab1abaaf Make some lines less confusingly long, remove a stray paren, add rule to generate Info.plist back for OSX 2015-03-26 22:44:01 +11:00
therealmogminer@gmail.com
abb1dd5f36 Forgot to hit save, nw 2015-03-26 12:40:00 +01:00
Miodrag Milanovic
83917e51b5 Added two missing devices in ume (nw) 2015-03-26 12:12:18 +01:00
Miodrag Milanovic
8c09cdaa6d ah (nw) 2015-03-26 12:06:18 +01:00
Miodrag Milanovic
8263784f7f exclude rc's in ume build (nw) 2015-03-26 12:00:27 +01:00
Miodrag Milanovic
362404cb5c add this for all gcc versions (nw) 2015-03-26 11:56:52 +01:00
Miodrag Milanovic
ca485faa1b made possible architecture override with PTR64=1 param (nw) 2015-03-26 11:30:45 +01:00
Miodrag Milanovic
ec7276af73 Merge branch 'master' of https://github.com/mamedev/mame 2015-03-26 11:18:30 +01:00
Miodrag Milanovic
53340a5f89 changed .build to build to be visible (nw) 2015-03-26 11:17:59 +01:00
Vas Crabb
991b1364e3 Decorate 64-bit constants, fixes some 32-bit builds 2015-03-26 21:13:37 +11:00
Miodrag Milanovic
c9dec81990 missing SDLMAME_X11 [qmc2] (nw) 2015-03-26 10:52:13 +01:00
Miodrag Milanovic
54f324024e fix compile bgfx under OSX (nw) 2015-03-26 10:50:58 +01:00
Miodrag Milanovic
c869696a3f Fix clang and one more warning added 2015-03-26 10:20:29 +01:00
Miodrag Milanovic
9358a61e7a made tools to be built with TOOLS=1 param (nw) 2015-03-26 09:35:10 +01:00
Miodrag Milanovic
51968eddb3 fixed compiling ldplayer (nw) 2015-03-26 09:20:27 +01:00
Miodrag Milanovic
766f90c867 Merge branch 'master' of https://github.com/mamedev/mame 2015-03-26 09:01:12 +01:00
Miodrag Milanovic
f76d59c41d Moved build system to GENie [Miodrag Milanovic]
make TARGET=mess -j19

will generate all needed files and build MESS, while developing you can use

make TARGET=mess COMPILE=1 -j19
to prevent rebuilding of make files.

Build system have automatic generate of dependencies so will do incremental builds fine.

make clean
will remove all generated files/projects and obj files
2015-03-26 09:00:39 +01:00
Alex W. Jackson
594b1f7e34 powerins.c: use oki address map for bootleg (nw) 2015-03-26 03:59:24 -04:00
Miodrag Milanovic
522a6d8c30 updated to latest 3rdparty 2015-03-26 08:14:29 +01:00
arbee
8ba6abb1c0 (MESS) gba: vblank at line 160, don't do HIRQ or HDMA during Vblank. This fixes raster effects and glitches in dozens if not hundreds of games. [R. Belmont, endrift] 2015-03-25 22:55:51 -04:00
arbee
d6e2bdbb6f fix up comments (nw) 2015-03-25 21:43:33 -04:00
hap
3ef90cbc2d lpu without br/call works as expected 2015-03-26 01:23:26 +01:00
hap
cb3adabd7c (MESS)New working game added
-----------------
Bambino Basketball - Dribble Away [hap, Kevin Horton, Olivier Galibert]
2015-03-26 01:12:42 +01:00
Angelo Salese
8bbd6e86c1 Some work towards "Unknown 186 Gambling Game". Shows some menus, but it's nowhere near playable [Angelo Salese] 2015-03-26 00:52:46 +01:00
arbee
c5e6aaaa71 arm7: STM decrementing mode actually writes in incrementing mode on real h/w. Used heavily by GBA "Classic NES" carts. [R. Belmont, endrift] 2015-03-25 19:17:48 -04:00
Angelo Salese
e3b280999c Merge branch 'master' of https://github.com/mamedev/mame 2015-03-25 22:10:38 +01:00
Angelo Salese
ea04a84603 Note about sl2007, nw 2015-03-25 22:10:05 +01:00
hap
bf77709bea added ssimon i/o 2015-03-25 21:21:01 +01:00
Scott Stone
c5c16ac332 Merge branch 'master' of https://github.com/mamedev/mame 2015-03-25 15:44:49 -04:00
Scott Stone
0d8fea30ec documentation fix for docs/hlsl.txt (nw) 2015-03-25 15:43:57 -04:00
arbee
f589da09ad New games added as GAME_NOT_WORKING
-----------------------------------
Taiko no Tatsujin 7 (TK71-NA-A) [Guru]
Taiko no Tatsujin 8 (TK8100-1-NA-A) [Guru]
Zoids Infinity [Guru]
Zoids Infinity EX Plus (ver. 2.10) [Guru]
2015-03-25 15:40:55 -04:00