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
mariuszw
19274c6a92
Load proms for Black Window prototype (no whatsnew)
2015-01-08 22:03:59 +01:00
Osso
35642262d8
midtunit.c, midwunit.c, midyunit.c: reduced tagmap lookups (nw)
2015-01-08 18:41:40 +01:00
Stiletto
50ea0b3706
another minor comment change (nw)
...
another minor comment change (nw)
2015-01-08 06:44:05 -05:00
Stiletto
73bad96db9
Minor comment fixes (nw)
...
Minor comment fixes (nw)
2015-01-08 06:39:32 -05:00
Oliver Stöneberg
1178b2dc22
osd_work: use same SPIN_LOOP_TIME value on all platforms (nw)
2015-01-08 12:21:57 +01:00
etabeta78
a2a0deb682
(MESS) ui: converted barcode reader menu to use devctrl
...
base class so to avoid the need of an intermediate menu
where to select the reader to act on. nw.
2015-01-08 12:26:16 +01:00
etabeta78
8d5d2fad35
(MESS) ui: fixed a small problem with tape control menu with
...
systems with multiple cassette drives attached. nw.
2015-01-08 12:23:50 +01:00
Oliver Stöneberg
5253c48fe6
fixed testkeys linking on Windows (nw)
2015-01-08 11:19:47 +01:00
Oliver Stöneberg
b07ef1dc5e
osd_work: moved thread count printing to KEEP_STATISTICS / prevent KEEP_STATISTICS loop from going out-of-bounds (nw)
2015-01-08 10:55:56 +01:00
Oliver Stöneberg
8ef233f78a
proper fix for PROFILE=1 with clang (nw)
...
png2bdc was crashing because an implicitly enabled optimizations - see
http://llvm.org/bugs/show_bug.cgi?id=14713
2015-01-08 10:21:18 +01:00
Oliver Stöneberg
3908aa8ccf
sync: cleanups (nw)
2015-01-08 10:08:00 +01:00
Olivier Galibert
2550eee8fe
Merge pull request #96 from RealComboman/patch-1
...
added outputs so artwork can display current gear settings
2015-01-08 09:36:33 +01:00
etabeta78
847585ad36
(MESS) ui: minor improvement to Tape Control menu, so that when
...
multiple cassettes are available it is clear which drive controls are
displayed (see e.g. sol20 or pet2001 with "-tape2 c2n" slot). also
cleaned up some function names and better described the usage of
the devctrl.h base class. nw.
2015-01-08 08:53:48 +01:00
R. Belmont
91cf4d319e
Merge pull request #95 from ramiropolla/cross-compile
...
Fix linking for Windows SDL cross-compilations (ramiropolla)
2015-01-07 22:37:01 -05:00
RealComboman
5dd608769c
added outputs so artwork can display current gear settings
2015-01-07 23:01:26 -04:00
couriersud
25a3c8f54d
Fixed typo in last commit. (nw)
2015-01-08 02:17:39 +01:00
couriersud
8b20927852
Changed error about wrong OSD to a warning. Non supported builds can now
...
add the proper define (OSD_WINDOWS, OSD_MINI, OSD_SDL, or
OSD_my_own_OSD) in my_own_OSD.mak (nw)
2015-01-08 01:47:27 +01:00
couriersud
d7baf9f5d8
Make file2str.pv compatible with python 2.5 (nw)
2015-01-08 01:29:24 +01:00
Oliver Stöneberg
3a291c4cb7
fixed MESS tiny build (nw)
2015-01-08 00:20:41 +01:00
Oliver Stöneberg
d301010314
gaelco3d: small optimization (nw)
2015-01-07 23:41:23 +01:00
Ramiro Polla
929ef81d6c
Fix linking for Windows SDL cross-compilations
...
- Library names must be lower-case when cross-compiling from Linux (-limm32 instead of -lImm32)
- ntohl() needs -lws2_32
2015-01-07 23:41:11 +01:00
Oliver Stöneberg
269035ff03
osd_work: default back to numproc-1 threads for WORK_QUEUE_FLAG_MULTI (nw)
2015-01-07 23:41:03 +01:00