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
Olivier Galibert
cbd526ed79
Merge pull request #94 from fesh0r/fix-rom-names
...
fix rom names in pet drivers
2015-01-07 22:44:48 +01:00
Andrew McRae
eb84eb523e
fix rom names in pet drivers
...
fix a couple of rom names that have a forward slash in them
2015-01-08 10:16:59 +13:00
Wilbert Pol
4e78ed6ae8
pokey.c: Make acaid5200 pokey_seroc test pass. (nw)
2015-01-07 21:36:19 +01:00
Wilbert Pol
b4ff706c4a
(MESS) Fixed acid5200 pokey_default test. (nw)
2015-01-07 21:36:19 +01:00
couriersud
b052d877de
Fix compile of sync_sdl.c. (nw)
2015-01-07 20:56:57 +01:00
mariuszw
941e26ac2f
New clones added
...
--------------------
Black Widow (prototype) [Mariusz Wojcieszek]
2015-01-07 20:40:15 +01:00
Osso
8a19190b92
calomega.c: greatly reduced tagmap lookups, added save state support (nw)
2015-01-07 18:42:09 +01:00
Oliver Stöneberg
894d241fff
added OSD_EVENT_WAIT_INFINITE and implemented it properly for all platforms (nw)
2015-01-07 17:03:32 +01:00
Oliver Stöneberg
3bffa5e3cf
osd_work: use n threads when n CPUs are detected since modern CPUs have at least two cores per CPU (nw)
...
also makes -np use the actual number supplied across all platforms
2015-01-07 16:47:09 +01:00
Oliver Stöneberg
7dd9bd50d8
osd_work: small formating change (nw)
2015-01-07 16:43:11 +01:00
Oliver Stöneberg
143caa2616
osd_work: use the non-yield implementation of spin_while() for all platforms (nw)
...
futher tests have shown there is no actual speed difference - and it
reduces the CPU load even more
2015-01-07 16:42:16 +01:00
Oliver Stöneberg
d3b6b803f3
fixed non-DEBUG PROFILE=1 build with clang (nw)
2015-01-07 15:58:40 +01:00
etabeta78
3e848420b2
ui: Added "Reset" option to DipSwitch and ConfSettings menu, as well
...
as to the File Manager, for consistency with other menus where an hard
reset is of help [Fabio Priuli]
ui: Fixed DipLocation drawing so that it remains on screen also when
highlighting switches without locations [Fabio Priuli]
out of whatsnew: while at it, I have also cleaned up a bit the handling of
"Reset" in the slot and bios menus...
2015-01-07 15:02:14 +01:00
Oliver Stöneberg
4a6ead87e7
osd_work: removed maximum thread limit for WORK_QUEUE_FLAG_HIGH_FREQ queue on Windows (nw)
...
with the new SPIN_LOOP_TIME value it now scales
2015-01-07 14:28:50 +01:00
Robert
53ab5084a4
fixed compile of derivatives (nw)
2015-01-07 22:18:49 +11:00
Scott Stone
f6823c2676
Merge pull request #68 from ZoeB/master
...
Rename joystick inputs for robotron (williams.c) (nw)
2015-01-06 18:04:38 -05:00