Commit graph

19413 commits

Author SHA1 Message Date
Nathan Woods
3aa34032cf MSVC compilation fixes (nw) 2012-12-31 11:46:37 +00:00
Wilbert Pol
a30b5a231f be gone (nw) 2012-12-31 11:32:05 +00:00
Brian Troha
4763b2bbda monzagp.c: use bootleg's "2" rom to fill in for missing rom in parent set. Marked as BAD_DUMP instead of nothing and marking as NO_DUMP - NW 2012-12-31 05:31:01 +00:00
Brian Troha
7395798a39 new Taito's Super Cup Finals clone
New Clone Added
------------------------------------------
Super Cup Finals (Ver 2.2O 1994/01/13) [dlfrsilver, The Dumping Union]
2012-12-31 05:17:16 +00:00
cracyc
a01f6e9417 [mess] pc.c:convert mc1502 to use wd_fdc (nw)
will boot but changing disks doesn't currently work
2012-12-31 02:12:38 +00:00
R. Belmont
2c9eb21bd3 Naomi: Updated a few previously unknown game numbers [Arzeno Fabrice] 2012-12-31 01:27:19 +00:00
Jonathan Gevaryahu
c4c9ff63d6 (MESS) A2Swyft: Change rom name to match card label, add jedec derived dump of pal16r4 [Lord Nightmare, D. Elvey] 2012-12-31 01:25:34 +00:00
Angelo Salese
bffe58b498 My version of the compile fix 2012-12-31 01:04:26 +00:00
Robbbert
5e58f75109 (MESS) fixed compile error (nw) 2012-12-31 00:15:27 +00:00
Olivier Galibert
d7170adf5d input: Fix joystick constraint computations when multiple sources are possible [O. Galibert] 2012-12-30 23:35:29 +00:00
David Haywood
c88908508e floppy order fixes (nw) 2012-12-30 22:53:38 +00:00
David Haywood
8a7a1159e8 some additional floppy order swapping (nw) 2012-12-30 22:26:10 +00:00
Wilbert Pol
6731260b78 Fix another tiny bug (nw) 2012-12-30 22:12:21 +00:00
Wilbert Pol
876916f548 Fix a tiny bug (nw) 2012-12-30 22:08:47 +00:00
Wilbert Pol
67c211dd92 (MESS) g7400: Let's start displaying some things. (nw) 2012-12-30 21:56:29 +00:00
David Haywood
ee3329220a re-order some floppy discs (nw) 2012-12-30 21:37:09 +00:00
David Haywood
71df55ebe7 shuffle floppies around based on minimum chipset requirement (nw) 2012-12-30 20:40:32 +00:00
Wilbert Pol
22f330482b (MESS) odyssey2: Some small EF934x changes (nw) 2012-12-30 20:14:04 +00:00
David Haywood
a0ef569e93 amiga SL improvements (nw) 2012-12-30 19:43:26 +00:00
Cowering
af0d9de57c Update ROM name from PCB info 2012-12-30 18:43:26 +00:00
Andrew Gardner
e3cf860063 Modernize the QSound sound device. [Andrew Gardner]
Out of whatsnew:
The one that started it all.  It works now.  No idea what I was doing wrong
before, but I'm not doing it anymore.  It appears as though a clean build might
be necessary for this one to take.  I've tested more CPS2 games than I care to
mention, a bunch of zn games, and a cps1 game and they all are happy, so we
should be good.  Now for the fun stuff...
2012-12-30 17:34:01 +00:00
Oliver Stöneberg
9f068fc5b2 [MESS] use proper DEVICE_IMAGE_LOAD errorhandling for atom (nw) 2012-12-30 16:21:28 +00:00
Oliver Stöneberg
9641e9a3c5 [MESS] fixed atom cart loading and added fatalerror when tag could not be found - cart doesn't seem to do anything though (nw) 2012-12-30 16:16:31 +00:00
Andrew Gardner
46f3271b45 Ah, i see there is a better way to get a typed device. Neato. (nw) 2012-12-30 16:05:25 +00:00
Andrew Gardner
c28fe11f39 Modernize vrender0 (crystal system) sound device. [Andrew Gardner] 2012-12-30 15:56:01 +00:00
Phil Bennett
1e260bd67c Added sound to Street Drivin' and Hard Drivin's Airborne [Phil Bennett] 2012-12-30 15:03:50 +00:00
Miodrag Milanovic
7a50eb1200 (MESS)-mc1502: 5.33 version bios [anasana] 2012-12-30 14:28:07 +00:00
Wilbert Pol
6a748f6368 (MESS) Fixed out of bounds array access by the supergb driver. (nw) 2012-12-30 11:48:19 +00:00
Luca Elia
a93e6f341d metro.c: add PCB layout for Korean version of Toride II Adauchi Gaiden [Guru] 2012-12-30 11:22:23 +00:00
Sandro Ronco
be2b57ee3e (MESS) uzebox: added support for loading .uze images. (nw) 2012-12-30 08:20:30 +00:00
R. Belmont
dcff4c8618 SDL: fix "Illegal integer value for numprocessors: "auto"; reverting to auto" [R. Belmont] 2012-12-30 04:21:12 +00:00
cracyc
f319b5d1e0 [mess] tandy1t.c: make 1000sx keyboard work (nw) 2012-12-30 03:18:44 +00:00
David Haywood
6e4f057c2b Amiga SL work in progress (SPS based) (nw)
this is an active work in progress, only the first pass + ensuring it passes validation is done.
2012-12-30 02:40:31 +00:00
cracyc
2a3bc4b762 [mess] pc.c: restore port_toggle for the tandy keyboard while keeping it not toggled for the pcjr (nw) 2012-12-30 02:08:36 +00:00
Ryan Holtz
fc6ff102b1 - m6805.c: Modernized M6805 CPU core. [MooglyGuy] 2012-12-30 01:26:51 +00:00
cracyc
13d9f05bab [mess] pc.c: make the tandys and other pc compatibles use the am9517a
They can read floppies and boot now.
2012-12-30 00:14:43 +00:00
Wilbert Pol
ca57cd9929 (MESS) odyssey2.c: Several small cleanups, no funcitonal changes. (nw) 2012-12-29 22:21:42 +00:00
cracyc
6fe334d797 [mess] make tandy 1000 286s post (nw) 2012-12-29 20:59:51 +00:00
Michaël Banaan Ananas
5046f0719a New clone added
-----------------
Monza GP (bootleg) [f205v, Antro, Vernimark]
2012-12-29 20:54:26 +00:00
Ryan Holtz
ae9f7ca3db (nw) Fixes HLSL bugs with Rocket Knight Adventures 2012-12-29 20:11:06 +00:00
Michaël Banaan Ananas
7ac7337552 rom 9.10j was verified 2012-12-29 19:53:13 +00:00
Andrew Gardner
910690ec1e Modernize SNKWave sound device. [Andrew Gardner] 2012-12-29 19:21:00 +00:00
Andrew Gardner
c542a922b5 Reverted last change (nw).
Will continue to stick to keeping my source changes to a minimum.
2012-12-29 17:48:04 +00:00
Andrew Gardner
c404070d09 Didn't like those #defines in the headers. (nw) 2012-12-29 17:33:13 +00:00
Andrew Gardner
1f99039570 Modernize the NiLe sound device. [Andrew Gardner] 2012-12-29 17:08:30 +00:00
Michaël Banaan Ananas
ae96df6ffc (pretty sure technodrive is in safe hands) 2012-12-29 16:34:41 +00:00
Wilbert Pol
757fcada5b Documented xtal used by Philips G7400. (nw) 2012-12-29 16:07:52 +00:00
Fabio Priuli
b6355e0103 pico.xml: added a few more Japanese dumps. [Team Europe] 2012-12-29 14:59:50 +00:00
Wilbert Pol
8a35b99ad4 Removed unneeded &&1 (nw) 2012-12-29 14:41:11 +00:00
Wilbert Pol
a8cfadeb1c Small documentation update (nw) 2012-12-29 14:33:12 +00:00