Jonathan Gevaryahu
54751a69bd
vsnes.c: flip the 'right' and 'left' half roms for vs baseball english set to match rom labels from recent rom redump, also fixed labels to exactly match chips. [Lord Nightmare, Dead_Body]
2013-11-01 10:37:49 +00:00
Justin Kerk
d703d6a0c1
More SDL header fixes for clang / emscripten (nw)
2013-11-01 04:31:11 +00:00
cracyc
dee0b23f59
i286: fix task state segments (nw)
2013-11-01 03:56:41 +00:00
Michael Zapf
08b2b8aed3
(MESS) geneve: Wait state behavior almost perfect. (nw)
2013-11-01 01:12:37 +00:00
Curt Coder
d14e73e4fd
(MESS) Cleanup. (nw)
2013-10-31 21:52:38 +00:00
Dirk Best
c8a3d8b96e
Merge branch 'master' of mess.org:mame
2013-10-31 20:49:17 +00:00
Dirk Best
7722a78373
Test commit, added personal opinion on SC2 license, Re-A apparently waived all rights (nw)
2013-10-31 20:49:06 +00:00
Curt Coder
9759a93d64
(MESS) Cleanup. (nw)
2013-10-31 20:43:39 +00:00
Angelo Salese
522da35d80
Fixed ROM GFX banking in Great Guns
2013-10-31 14:35:12 +00:00
Angelo Salese
aa6def709e
Confirmed that video register [1] controls upper color bank (fixes Mazer Blazer CRT test). Upcoming: device-ify custom VCU
2013-10-31 13:56:53 +00:00
smf-
bebebc00c8
fixed read sub channel bug introduced in 25577 (fixes ddr2m) (nw)
2013-10-31 01:46:30 +00:00
mahlemiut
7ca83c47a5
wpc: increased number of main CPU bank entries to account for the two versions of White Water that use 1MB ROMs. (no whatsnew)
2013-10-30 23:50:37 +00:00
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