Commit Graph

33070 Commits

Author SHA1 Message Date
Miodrag Milanovic
02d37b6915 Added integral version of jsoncpp source (nw) 2015-01-10 13:53:11 +01:00
Miodrag Milanovic
950a428641 Made compilation with latest mongoose possible (nw) 2015-01-10 13:47:51 +01:00
Miodrag Milanovic
8556d0cdf7 Added integral source of mongoose (nw) 2015-01-10 13:30:30 +01:00
Miodrag Milanovic
61f7cd05df Added integral source of sqlite3 to 3rdparty (nw) 2015-01-10 13:25:50 +01:00
Miodrag Milanovic
0404bdd34c Fixes for libjpeg compile (nw) 2015-01-10 12:50:58 +01:00
Miodrag Milanovic
b0640c888b Added integral libjpeg 8c to 3rdparty folder (nw) 2015-01-10 12:32:56 +01:00
Miodrag Milanovic
60d8d08c52 Compile fixes (nw) 2015-01-10 12:24:05 +01:00
Miodrag Milanovic
c4fa7719b1 Added integral version of WinPcap SDK (nw) 2015-01-10 12:21:12 +01:00
Miodrag Milanovic
e427c5471b Fixed include paths for 3rdparty libs (nw) 2015-01-10 12:06:16 +01:00
Miodrag Milanovic
67e5785c2f Applied expat changes in order to compile (nw) 2015-01-10 12:03:05 +01:00
Miodrag Milanovic
2c9a5344f3 Added integral version of expat (nw) 2015-01-10 11:59:27 +01:00
Miodrag Milanovic
31251f6c09 Added integral version of zlib in 3rdparty folder (nw) 2015-01-10 11:51:23 +01:00
Miodrag Milanovic
fb5c151082 Converted png2bcd tool to python [Andrew Gardner] 2015-01-10 11:35:34 +01:00
Osso
739811854e gticlub.c: reduced tagmap lookups (nw) 2015-01-10 08:41:59 +01:00
Osso
13fba5bd7a Merge pull request #99 from RealComboman/patch-4
output APB marquee flashing lights via led0 & led1
2015-01-10 07:11:47 +01:00
Stiletto
fc2c20ba40 Removed Allied Leisure mention (nw)
Pretty sure the "A.L. Australia" logo in eggventra, does not have anything to do with the old American company Allied Leisure. Plus having an (originally Australian) company named Leisure & Allied Industries has not helped matters over the years. (nw)
2015-01-10 00:14:56 -05:00
arbee
c944fe9ce0 New games added or promoted from NOT_WORKING status
---------------------------------------------------
- Pop'n Music 3 (ver JA-A) [R. Belmont]
2015-01-09 22:24:04 -05:00
RealComboman
f865da76c7 output APB marquee flashing lights via led0 & led1 2015-01-09 22:22:06 -04:00
couriersud
363b6dd26c Aligned sdlfile.c to winfile.c (which is actually included by sdl).
Consequently removed quite some dead code spread across different files.
2015-01-10 01:53:20 +01:00
couriersud
d1f0fd9fe8 Moved OSX osd_sleep and friends to modules/lib (nw) 2015-01-10 01:12:58 +01:00
couriersud
dfb34cdb00 For unix and windows, moved osd_ticks() and friends to
src/osd/modules/lib. For mainline and SDL windows the implementations
slightly differed. Dropped the SDL one in favour of mainline windows
osd_ticks() implementation. (nw)
2015-01-10 00:47:56 +01:00
couriersud
a96765a520 Fix windows compile and add missing files. (nw) 2015-01-10 00:09:06 +01:00
couriersud
7c21447150 Merge branch 'master' of https://github.com/mamedev/mame.git 2015-01-10 00:06:11 +01:00
couriersud
d7b9f653e3 Moved osd midi stuff to osd/modules/midi. Needed to touch a couple of
other files so that mame compiles and links. Tested SDL build
(linux/windows).
2015-01-09 23:21:19 +01:00
mamehaze
6e8a78dd0b actually this is less invasive, based on code that was already there, and works in all cases, previous attempt failed when writing sfiii3 nvram (nw) 2015-01-09 22:04:59 +00:00
etabeta78
451bd0731c ioport: added a PORT_DEVICE flag to identify inputs of any kind which are
connected to a device different from the root_device. these are the dynamical
inputs and it might be useful to be able to catch them without performing a
string comparison of the device tag against the root_device one. [Fabio Priuli]

ui: start displaying the device tag close to input names for the dynamical inputs
which use PORT_DEVICE, so to avoid some weird quirks in the input menus
when slot devices are modified. [Fabio Priuli]

out of whatsnew: for testing purposes I have added PORT_DEVICE only to serial inputs (bus/rs232)
and SMS controllers (bus/smsctrl). if you want to test these with slot devices of a driver you are more
familiar with, just add the macro to the inputs you want to test.

note: it is under discussion whether PORT_DEVICE is in fact useful, or if a string comparison for each
input port is not too costly in terms of performances and thus enough for our scopes... we will see the
result of the discussion, but in any case it will remain possible to match the sets of inputs with their
device :)
2015-01-09 23:01:40 +01:00
mamehaze
1e81bd2557 restore path creation in SDLMAME builds on Windows.
note, this is a bit ugly, I humbly ask that if somebody has a better solution they revert this and apply it instead.

The root of this issue is when SDL builds on Windows were converted over to simply using the WIndows file handling (so that large files requiring 64-bit pointers. eg. laserdisc CHDs would work)  sdlfile.c simply includes winfile.c from the Windows code.
The rest of the SDL code is however passing incorrect slashes in the paths to the Windows code, causing it to fail when creating new folders.
To fix this I've simply copied a #if defined that was used in the sdlfile.c code, and applied it to the winfile.c code in places where path seperators are used, thus fixing the issue for both regular and SDL builds on Windows.  It might however be more appropriate to filter / correct these further up?
2015-01-09 19:25:12 +00:00
hap
93d461892e i forgot 1 file 2015-01-09 17:04:29 +01:00
couriersud
9ea47be08f Merge branch 'master' of https://github.com/mamedev/mame.git 2015-01-09 17:03:34 +01:00
hap
d40fe9f053 tispeak.c: added TI Language Tutor (preliminary, need to figure out why it's buggy) 2015-01-09 17:03:21 +01:00
couriersud
59f34aa130 Fix bug highlighted by Visual Studio Code Analysis. (nw) 2015-01-09 17:03:20 +01:00
Osso
f4be822a4d Merge pull request #98 from p1pkin/naomi#0
new NOT WORKING
2015-01-09 15:17:17 +01:00
MetalliC
4c423a0e66 new NOT WORKING
Shakatto Tambourine (Rev B) (GDS-0002B) [rtw, ShouTime]
game name corrections & docs [MetalliC]

note: key PIC is missing and WANTED!
2015-01-09 16:09:00 +02:00
hap
8ab98240bc fix disasm for rbit and sbit 2015-01-09 12:39:10 +01:00
Oliver Stöneberg
fb72a4033c src/osd/modules/sync: added some errorhandling (nw) 2015-01-09 12:20:45 +01:00
Oliver Stöneberg
03fea60f02 fixed Visual Studio compilation (nw) 2015-01-09 11:58:03 +01:00
couriersud
b20dd29d62 Commit missing files. (nw) 2015-01-09 08:55:02 +01:00
peterferrie
15a5ab001c zn: implement (incomplete?) ROM banking in nbajamex, shows some graphics now [Peter Ferrie] 2015-01-08 22:49:12 -08:00
Olivier Galibert
b60ada63a5 Merge pull request #97 from RealComboman/patch-3
added output so artwork can display current gear settings
2015-01-09 06:49:01 +01:00
briantro
002f2d57b2 seta2.c: Minor info update - NW 2015-01-08 22:38:38 -06:00
briantro
db584e8a3d New Game Added - Endless Riches
New Game Added
-----------------------------------------
Endless Riches [Brian Troha]
2015-01-08 21:54:28 -06:00
couriersud
dbe1f0cfb5 Fixed Visual Studio source analysis warnings. (nw) 2015-01-09 03:26:52 +01:00
couriersud
799d10beb3 Move definition of -DOSD_WINDOWS, -DOSD_SDL and -DOSD_MINI into
$(OSD).mak. Added sanity check to makefile. [Couriersud]
2015-01-09 03:25:46 +01:00
couriersud
ac27a0991c Fix bug in work_osd.c causing discrete sound to crash. [Tafoid, Haze,
Couriersud]
2015-01-09 03:03:44 +01:00
RealComboman
409957a7a0 added output so artwork can display current gear settings
ignore previous push request, missing braces.
2015-01-08 22:02:57 -04:00
couriersud
14e96b6f9d - Moved OS specific low level code to osd/modules/lib.
- Removed duplicate code 
- Should support LIB/BASELIB separation better going forward
2015-01-09 03:01:20 +01:00
Scott Stone
944805f253 (MESS) Alphatronic: Flipped fg/bg colors based off real system picture (nw) 2015-01-08 20:27:14 -05:00
hap
31cfbc98bb fix s_flags[] array out of bounds access 2015-01-09 01:38:34 +01:00
Sandro Ronco
361a8091b9 (MESS) New NOT WORKING systems
----------------------------------------------
VTech Genius Junior Redstar 2 (Germany) [TeamEurope]
2015-01-09 00:13:26 +01:00
smf-
10aa691c0d fix incorrect cr+lf (nw) 2015-01-08 21:49:52 +00:00