Miodrag Milanovic
3e38b7d541
Updated MESS info for licenses (nw)
2015-05-13 09:23:17 +02:00
etabeta78
e978f44775
clifront.c: Slightly optimized -romident so that each software list is
...
parsed only once instead of as many times as the number of drivers
it is attached to. Also, removed the implication that files with
(size != power of 2) are to be skipped, since we now want to identify
also tapes and floppies and not only ROM binaries. [Fabio Priuli]
2015-05-13 08:17:40 +02:00
Miodrag Milanovic
e674358476
update for Jim Stolis (nw)
2015-05-13 07:50:26 +02:00
Peter Ferrie
88f2f9d65d
fix compile on MSVC2012 (nw)
2015-05-12 20:45:42 -07:00
Lord-Nightmare
e5e01fc725
Merge branch 'master' of https://github.com/mamedev/mame
2015-05-12 23:26:57 -04:00
Lord-Nightmare
00276eaac6
Fix for previous sn76489a patch (nw)
2015-05-12 23:25:34 -04:00
RobertoFresca
25866c88fb
minor corrections and cleans... nw
2015-05-13 00:20:32 -03:00
Scott Stone
a3e1a6ccc8
All games in ddenlovr.c: Given the overall state of the driver and the inability to save states correctly for many years, all sets have had GAME_SUPPORTS_SAVE flag removed. (nw)
2015-05-12 19:15:20 -04:00
yz70s
b9e3ff70fa
chihiro.c: add support for swizzled render targets (nw)
2015-05-12 22:47:07 +02:00
couriersud
c9a40fdda5
Finally got USE_DEACTIVE_DEVICE to work with breakout as well.
...
This adds about 10% to 20% performance. In addition,
increased timing accuracy for deactivated devices.
However still, there may be timing inaccuracies which certain
circuits may not tolerate. Disabled for now. [Couriersud]
2015-05-12 21:34:29 +02:00
couriersud
b9f376b38e
Fix SOR criteria. (nw)
2015-05-12 21:34:03 +02:00
couriersud
4bde85438a
Netlist:
...
- Fixed soft reset due to wild BJT_SW oscillations
- Downsized nld_signal.h to one template
- Some minor changes improving performance by some notches.
- Always compile nl_asserts to avoid bit rot.
- Adjusted monitor gain for breakout.
[Couriersud]
2015-05-12 21:34:03 +02:00
R. Belmont
1590e0cb74
Merge pull request #179 from nitrofurano/patch-6
...
Update palette in 315_5124.c [nitrofurano]
2015-05-12 14:45:42 -04:00
Miodrag Milanovic
59b3fc54f8
missed one (nw)
2015-05-12 20:16:21 +02:00
Miodrag Milanovic
0b35d445a1
update for James Wallace (nw)
2015-05-12 20:10:02 +02:00
Miodrag Milanovic
a3a678f276
Added resto for Kale, these are BSD3 (nw)
2015-05-12 19:59:36 +02:00
Miodrag Milanovic
34ef3df89e
Update for Mirko Buffoni and some shared (nw)
2015-05-12 19:49:55 +02:00
Miodrag Milanovic
44a8b40271
part of license work for Kale, mostly those that needs to be GPL (nw)
2015-05-12 18:23:44 +02:00
hap
ae24f91e2b
E0C6S46 checkpoint: added lcd driver, timers, interrupts
2015-05-12 18:02:51 +02:00
Miodrag Milanovic
973608485b
Thanks to Karl Stenerud his cores are now BSD3 (nw)
2015-05-12 17:33:34 +02:00
R. Belmont
3c0ef9ab73
More license self-service (nw)
2015-05-12 10:49:29 -04:00
R. Belmont
5a7d450bf5
License self-service (nw)
2015-05-12 10:48:14 -04:00
Miodrag Milanovic
4110c9c007
Update for Jarek Parchanski (nw)
2015-05-12 15:39:07 +02:00
Miodrag Milanovic
9649ec2870
did change for smf (nw)
2015-05-12 14:30:28 +02:00
Andrew Gardner
892e7e406b
More work on Monty - video works but the 'keyboard' doesn't yet (nw)
2015-05-12 13:53:52 +02:00
Miodrag Milanovic
7762b8f594
Merge branch 'master' of https://github.com/mamedev/mame
2015-05-12 13:25:51 +02:00
Miodrag Milanovic
c796237981
added cppcheck target in order to run analysis of code (nw)
2015-05-12 13:24:38 +02:00
etabeta78
f1255b59d6
a bunch of new dumps and many consistency fixes. nw.
2015-05-12 13:24:02 +02:00
etabeta78
4f8bcab90b
msx: started adding disk images to msx1_flop.xml and msx2_flop.xml, based
...
on preliminary partial work by Riley110 [Fabio Priuli]
out of whatsnew: more work soonish...
2015-05-12 13:23:03 +02:00
etabeta78
3a75547d63
gameking.xml: added dump of one multigame cart. [TeamEurope]
...
leapster.xml: added a few new dumps. [TeamEurope]
2015-05-12 13:09:16 +02:00
nitrofurano
fb7d11bb73
Update 315_5124.c
...
mistake on colour index 15, it should be palette.set_pen_color(64+15, 255, 255, 255), not palette.set_pen_color(64+15, 0, 0, 0)
2015-05-12 11:26:49 +01:00
Miodrag Milanovic
f2b21a51f8
Added doxygen documentation definition file and make target for it (nw)
2015-05-12 10:28:41 +02:00
Miodrag Milanovic
54e5245846
added licenses to hlsl files (nw)
2015-05-12 09:18:09 +02:00
cracyc
affc880caf
pcw16: make it work when first starting too (nw)
2015-05-11 22:47:19 -05:00
cracyc
899ee187b2
pcw16: make suspend/resume work a bit better (nw)
2015-05-11 22:42:11 -05:00
RobertoFresca
23eeecbfb6
clean, spaces, alignement... nw
2015-05-11 19:16:18 -03:00
yz70s
9bdeedb52b
chihiro.c: add 3d method 1808 puls a few misc. changes (nw)
2015-05-12 00:00:14 +02:00
hap
88c04136c8
exit execute loop if it ran out of icount after an interrupt
2015-05-11 23:01:51 +02:00
Lord-Nightmare
3a298f294a
Merge branch 'master' of https://github.com/mamedev/mame
2015-05-11 14:28:50 -04:00
Lord-Nightmare
7b90d41357
fix clang compile (n/w)
2015-05-11 14:11:34 -04:00
Stiletto
1ba88539b4
PCB info changes from Siftware. (nw)
...
PCB info changes from Siftware. (nw)
2015-05-11 14:10:32 -04:00
hap
f222769016
updated license (note: it is lgpl compatible, no dual license needed) - Also got rid of ancient outdated changelog
2015-05-11 19:41:04 +02:00
Ivan Vangelista
c5822c196e
monsterb: fixed typo, music should work again (nw)
2015-05-11 19:29:31 +02:00
Vas Crabb
da50c694be
Merge pull request #178 from wallyweek/syslibs
...
Add makefile switch to choose linking against bundled OR system expat…
2015-05-12 02:56:18 +10:00
Miodrag Milanovic
74334a71ed
changes for Ernesto Corvi (nw)
2015-05-11 18:51:47 +02:00
Miodrag Milanovic
cfd2e459f4
done for Tomasz Slanina (nw)
2015-05-11 17:57:26 +02:00
Miodrag Milanovic
bfeeaa44f3
Brad Oliver licenses (nw)
2015-05-11 17:51:56 +02:00
R. Belmont
26572a83c3
Merge pull request #173 from ImJezze/master
...
Many HLSL shader improvements [Jezze]
2015-05-11 11:02:01 -04:00
Miodrag Milanovic
8f7aae6937
Changes for Bryan McPhail (nw)
2015-05-11 16:07:11 +02:00
Miodrag Milanovic
e4b919213e
lot more updated (nw)
2015-05-11 15:09:24 +02:00