Robbbert
bffa0fd1cf
(MESS) elektor : added paste facility, and sample programs (nw)
2013-10-30 12:09:32 +00:00
Michaël Banaan Ananas
0754a4b72b
quizshow.c: Dumped one of the gfx proms, the other one was wounded in action. [Siftware]
...
nw: before anyone asks, the font is unique i think, and definitely NOT the same one as atari proto cannonball
2013-10-30 11:05:07 +00:00
Dirk Best
e2eb6ebf9f
Test commit, ignore
2013-10-30 09:32:57 +00:00
Ivan Vangelista
de58ad7dcf
Removed SOUND_RESET legacy MACRO. (nw)
2013-10-29 18:13:02 +00:00
Angelo Salese
dea200385a
Check-point, definitely needs blitter rewrite
2013-10-29 01:52:18 +00:00
Michael Zapf
4d9d4e3ce5
tms9995: Another fix for the decrementer, slowing it down. (nw)
2013-10-28 23:52:43 +00:00
Curt Coder
366ee4d261
(MESS) abc800: Xebec WIP. (nw)
2013-10-28 22:21:29 +00:00
Michael Zapf
338d3095e1
geneve: Still tuning video wait states. (nw)
2013-10-28 21:31:15 +00:00
Couriersud
bac6bff9e6
Netlist: Some hand-crafted optimizations. GCC seems to like ugly pointer C more than using readable arrays :-( The speedup is noticeable.
2013-10-28 21:27:47 +00:00
Michaël Banaan Ananas
539241d2e3
revert attempted fix for color overlays not working on vector games, this fixes MT issues 05324 and 05332, and breaks 05214 again
2013-10-28 20:23:13 +00:00
Michaël Banaan Ananas
5a9085c8a8
fix hlsl bloom drawing onto the prev frame if artwork backdrop is used (note: bug effect was not visible due to MT bug 05332)
2013-10-28 20:14:42 +00:00
Curt Coder
ca21960e8d
(MESS) abc800: Xebec WIP. (nw)
2013-10-28 20:12:55 +00:00
Fabio Priuli
d32abbbe9b
(MESS) pico.xml: fixed stupid mistake in prev commit. thanks Tafoid for spotting it :)
2013-10-28 19:36:44 +00:00
Couriersud
15b51ba1c8
No whatsnew: Moved device setup out of constructor (again).
...
This wasn't a good idea because some more advanced stuff like virtual function address caching doesn't work in constructors.
2013-10-28 18:37:04 +00:00
Fabio Priuli
707cc76fd1
(MESS) BBC Micro updates / fixes: [Nigel Barnes]
...
- implemented ram device, all models have default ramsize, model A is 16K/32K switchable.
- added additional bios options for OS0.1, OS1.0 in models A/B.
- added clones bbcb_de, bbcb_us for BBC B German and US export models.
- added clones bbcmaiv, bbcmet, bbcmt, bbcm512, bbcmarm for other BBC Master models.
- added clones bbcmc, bbcmc_ar for BBC Master Compact and Arabic models.
- implemented BREAK key.
- fixed 8271 disk loading of ssd,dsd images.
- device mc146818 now accepts default CMOS RAM.
- added default CMOS RAM settings for all Master models.
2013-10-28 18:34:15 +00:00
Fabio Priuli
4fca5f2c04
fixed mess -valid. nw.
2013-10-28 18:31:13 +00:00
Fabio Priuli
8a3a8c63c6
[MESS] pico.xml: added more dumps and more documentation. [Team Europe]
...
out of whatsnew: also sync lists with new dumps from taizou, lostlevels, nintendoage and others.
2013-10-28 18:28:05 +00:00
Angelo Salese
fd2bcc92ab
MT #05322 , also flagged m92 as GAME_NO_COCKTAIL for obvious reasons
2013-10-28 17:48:58 +00:00
Angelo Salese
2338d398fc
MT #05341 , assuming that m68k is off by default
2013-10-28 17:22:38 +00:00
Ivan Vangelista
ec29991cd3
Removed legacy macro from berzerk.c (nw)
2013-10-28 15:56:32 +00:00
Michaël Banaan Ananas
fd936c8a1d
le license
2013-10-28 15:48:01 +00:00
Robbbert
c1ab18c168
(MESS) elektor : allow quickload into pvi space (nw)
2013-10-28 11:37:48 +00:00
Justin Kerk
6aceeec86c
Still need the stub functions from debugwin.c for the NO_DEBUGGER case (nw)
2013-10-28 05:59:36 +00:00
Angelo Salese
568100bd8b
Added a bunch of commands
2013-10-28 01:54:14 +00:00
Angelo Salese
59e119313a
Glueing the pieces together with Butch ...
2013-10-28 00:37:29 +00:00
Angelo Salese
c1e6da6590
Made Jag CD to boot somehow ...
2013-10-27 23:32:34 +00:00
Justin Kerk
b99fba7019
Fix SDL compile with NOASM=1 (nw)
2013-10-27 23:29:06 +00:00
Jonathan Gevaryahu
4a01707cf3
Un-marked the 2608 rom as bad, since AFAIK Jarek did test this dump as an external rom and it completely matched the internal rom when played back, digitally compared at the dac input.
...
Also re-added comments from the original fm.c version.
It would be best if we can find a 2608 to decap eventually, though. [Lord Nightmare]
2013-10-27 22:33:07 +00:00
Curt Coder
e3a24aeb48
(MESS) abc80: Added ROMs for the Scandia Metric FD2. [robcfg]
2013-10-27 22:03:38 +00:00
Angelo Salese
b7b2af8938
MT #00489 : fix tile-sprite priority in Hole Land
2013-10-27 21:31:40 +00:00
Angelo Salese
fca4d40e6d
Preliminary Master volume control for Deco MLC HW [Angelo Salese]
2013-10-27 20:50:28 +00:00
Angelo Salese
d69a718890
MT #05142
2013-10-27 20:09:06 +00:00
Angelo Salese
41d0d5b887
Fixed Riot part of MT #1630
2013-10-27 19:44:16 +00:00
Ivan Vangelista
82b896637b
Removed SOUND_START legacy MACRO. Added SOUND_START_MEMBER and SOUND_RESET_MEMBER macros. (nw)
2013-10-27 19:38:03 +00:00
Curt Coder
faa717c9a1
(MESS) abc800: Xebec WIP. (nw)
2013-10-27 19:11:23 +00:00
Robbbert
eca50ea39d
(MESS) instructor50 : Added flag led. (nw)
2013-10-27 18:21:51 +00:00
Michael Zapf
86d7d3da82
(MESS) geneve: Implementing precise wait state behavior. (nw)
2013-10-27 17:09:50 +00:00
Angelo Salese
44c0bac025
Minor changes to RM Nimbus, nw
2013-10-27 16:40:30 +00:00
Robbbert
43b8018fe1
(MESS) instructor50 : Added user switches and round leds. (nw)
2013-10-27 16:38:29 +00:00
David Haywood
20d0b0dd0f
remove 8 kilobytes of internal ROM sample data from MAME's YM2608 emulation, it's been there for ~11 years.
...
After getting legal advice over some recent happenings this was highlighted as a clear infringement of Yamaha's copyright within the MAME code, and in need of urgent addressing, distributing any builds / source trees with this present is inadvisable.
2013-10-27 15:25:14 +00:00
Angelo Salese
d9ef0ef083
Moar licenses
2013-10-27 14:47:37 +00:00
Angelo Salese
4ede3e1771
Fix MT #05240
2013-10-27 12:33:52 +00:00
smf-
bf616d3610
Marked the turret tower chd as bad and added a note as to why (nw)
2013-10-27 12:33:21 +00:00
Angelo Salese
08bd372dc1
MT #04731 & MT #05335 : fixed "Warning: k053252 read 0e, contact MAMEdev" msg
2013-10-27 11:50:24 +00:00
Angelo Salese
a661c45107
Define licenses
2013-10-27 11:25:10 +00:00
Ivan Vangelista
2bea2827e6
Updated a pair of commented out legacy calls. (nw)
2013-10-27 10:13:07 +00:00
Sandro Ronco
05fe42c943
Specify license for src/mess/drivers/tvc.c
2013-10-27 07:16:02 +00:00
R. Belmont
15456e2839
ncr5380n: improved /BSY behavior on arbitration. [R. Belmont]
2013-10-27 04:01:25 +00:00
Jonathan Gevaryahu
8c1fc01b67
specify licenses (after checking with balrog and Kevtris)
2013-10-27 00:27:24 +00:00
Couriersud
708fd81c72
Netlist: ongoing cleanup
...
- simplified classes
- separated logic and analog inputs/outputs.
2013-10-26 19:58:49 +00:00