Commit Graph

15208 Commits

Author SHA1 Message Date
Wilbert Pol
332caa2c57 Commented out empty enum. (nw) 2012-03-10 19:09:58 +00:00
Olivier Galibert
5597e4f150 tms57kdec: correct fix (nw) 2012-03-10 14:13:57 +00:00
mahlemiut
168f4a8920 i386: remove one too many ampersands. (no whatsnew) 2012-03-10 10:49:43 +00:00
Yasuhiro Ogawa
de4cb7d134 New games added
---------------
Skater (cassette)
Super Doubles Tennis (cassette)

[Chack'n & Team Japump!!!, Charles MacDonald, Dr. Spankenstein, Kevin Eshbach, T. Huff, SteveS, E. Page-Hanify, Hikari, ArcadeDude, F. Bukor, N. Francfort, jmurjr, arcade-history.com, ThumB, Hurray Banana, Paratech, Xiaou2, Cornishdavey, A. Costin, M. Ponweiser, Tormod & Rambo]

also renamed cgsumo to coozumou as it's a Japanese version
2012-03-10 04:05:23 +00:00
R. Belmont
104879cea0 New clones added
----------------
Tekken 4 (TEF1 Ver. C) [Tormod, Smitdogg, The Dumping Union]
2012-03-10 03:52:40 +00:00
R. Belmont
c3b58af07b New clones added
----------------
Soul Calibur III (SC31002-NA-NA) [Smitdogg, The Dumping Union]
2012-03-10 03:48:17 +00:00
R. Belmont
d09925ac0b New games added as GAME_NOT_WORKING
-----------------------------------
Mazan: Flash of the Blade (MAZ1 Ver. A) [Hans Johanson]
2012-03-10 03:33:06 +00:00
R. Belmont
3168efb9c9 New games added as GAME_NOT_WORKING
-----------------------------------
Power Shovel Simulator [Uncle Tom, The Dumping Union]

New clones added
----------------
Battle Gear 2 (2.01J) [Uncle Tom, The Dumping Union]
2012-03-10 01:09:20 +00:00
R. Belmont
6cac56ea05 fix gcc 4.6 compile (nw) 2012-03-10 01:07:04 +00:00
mahlemiut
605432768d Various i386, x87 and PIC fixes. [Carl] 2012-03-09 21:54:29 +00:00
Olivier Galibert
9f8283fd0d copy/paste ftw (nw) 2012-03-09 19:13:38 +00:00
Olivier Galibert
a41b3c3898 tms57002: Modernize [O. Galibert] 2012-03-09 18:50:18 +00:00
Brian Troha
3dba40f47a darkseal.c: Add PCB location for remaining MASK roms. Renames roms to conform to MAME (Data East) format. IE:
GN
05-2

Is gn_05-2 and not gn-05-2

No Whatsnew
2012-03-09 17:00:14 +00:00
Miodrag Milanovic
c8820d7708 sync with mess (no whatsnew) 2012-03-09 15:31:23 +00:00
Olivier Galibert
434bfea7df votrax: Analog path [O. Galibert] 2012-03-09 11:26:31 +00:00
mahlemiut
24b663714e Fix GCC 4.4.3 compile (no whatsnew) 2012-03-09 06:39:58 +00:00
Brian Troha
13f82f072f New Deer Hunting USA clone
New Clone Added
--------------------------------------------
Deer Hunting USA V3 [Brian Troha, The Dumping Union]
2012-03-08 23:48:28 +00:00
Brian Troha
946843d320 darkseal.c: Added PCB locations to roms - nw 2012-03-08 23:33:26 +00:00
Brian Troha
2c0f096127 segas16b.c: Differentiate between ROM Board Type and ROM Board Number - NW 2012-03-08 20:19:55 +00:00
Brian Troha
6db348fc51 segas16b.c: Minor doc update - Some Sega game/rom # updates from various pics on the FTP. - NW 2012-03-08 20:09:33 +00:00
Michaël Banaan Ananas
eb036dc6ed invadpt2br rom pv01 wasn't a bad dump, just partially encrypted 2012-03-08 18:01:06 +00:00
Scott Stone
403e070cfc rom labels corrected per dumps made by Corrado T. (nw) 2012-03-08 16:46:13 +00:00
Olivier Galibert
2127a817bf ymf271: Timer setup fix [trap15] 2012-03-08 12:48:15 +00:00
Aaron Giles
1b3a299c0d Death to generic spriteram. 2012-03-08 09:54:00 +00:00
Aaron Giles
bd1935c924 Add some temporary hacks to the votrax to get the parameters to
all change to real values so the analog filters can be tested.

Changed USE_FAKE_VOTRAX back to 1. Was accidentally checked in
the wrong way in a previous change.
2012-03-08 09:09:52 +00:00
Aaron Giles
388d53737e Create new devices buffered_spriteram<n>_device, which manage buffered
spriteram. Removed core support for legacy buffered spriteram, and
updated all drivers to use the new devices instead. [Aaron Giles]

Removed required/optional_shared_size helpers. Instead the existing
required/optional_shared_ptr helpers now have a bytes() method that
can be used to query the size of the shared region. [Aaron Giles]
2012-03-08 07:39:27 +00:00
Aaron Giles
8d0ec85106 Fix specifying device-based VBLANK callbacks. 2012-03-08 07:35:14 +00:00
Aaron Giles
2a04855fb3 Add save_item template specialization for dynamic_array. 2012-03-08 07:34:49 +00:00
Aaron Giles
841d3a3999 Fix display of driver name under MSVC. Some minor cleanup in that function. 2012-03-08 07:34:13 +00:00
Aaron Giles
d73e3bbb05 A few tweaks, better logging. 2012-03-08 07:33:38 +00:00
Michaël Banaan Ananas
78f65da927 fix various remaining regressions with device tag strcmp 2012-03-07 20:23:54 +00:00
Wilbert Pol
e3cf71776b Fixed typo (nw) 2012-03-07 19:46:01 +00:00
Curt Coder
a54ae8335f Refactored YM3526 to use devcb. [Curt Coder] 2012-03-07 18:42:58 +00:00
Miodrag Milanovic
6c65c7f868 Sync with MESS (no whatsnew) 2012-03-07 07:34:10 +00:00
Brian Troha
22ab1ec1ef segas18.c: Minor doc update - Updated info for Shadow Dancer (US) including Sega game ID#, PCB # & rom board # - NW 2012-03-07 03:56:39 +00:00
Michaël Banaan Ananas
55b618200f fix menu refresh on entering 2012-03-06 21:28:52 +00:00
Michaël Banaan Ananas
0c5886b5b5 (typo) 2012-03-06 18:48:12 +00:00
Aaron Giles
d92c81c254 When copying CHDs, preserve the flag that indicates whether the metadata
is included in the SHA1. When creating LD CHDs, don't use a checksum on 
the AVLD metadata, like we did before. Fixes recompression of laserdisc
CHDs.

Fix copy/paste error in the chd.h header which caused the flags passed to
be ignored when writing metadata.
2012-03-06 17:58:12 +00:00
smf-
658556bba9 added nflclsfb decrypt. 2012-03-06 12:57:27 +00:00
Miodrag Milanovic
95b451277d Removed legacy image devices and related code (no whatsnew) 2012-03-06 12:57:06 +00:00
Scott Stone
6a0b6fbc3b Changed CHD region tag to something more appropriate (nw) 2012-03-06 10:46:36 +00:00
Miodrag Milanovic
686e8cea52 Sync with MESS (no whatsnew) 2012-03-06 07:30:55 +00:00
Scott Stone
5f83fb7118 Added Konami Pyson skeleton driver w/Guru notes and the known 2 dumped games. (nw)
New games marked as GAME_NOT_WORKING
------------------------------------
World Soccer Winning Eleven Arcade Game Style  [Team Japump, Guru]
World Soccer Winning Eleven Arcade Game 2003  [Team Japump, Guru]
2012-03-06 03:37:05 +00:00
Brian Troha
3d4f2b959c nwk-tr.c: Minor clean up: Fixed a rom name, a comment, white space and added PCB location to all roms. - NW 2012-03-05 22:09:42 +00:00
Brian Troha
c95ba8cccd model2.c: Tiny doc update - Sega rom board ID# for VON (US) - NW 2012-03-05 22:01:57 +00:00
Olivier Galibert
1612adbb19 ioport: Support obsolete gcc versions [O. Galibert] 2012-03-05 20:11:39 +00:00
Olivier Galibert
347ff9bce4 k054539: Uncross the streams [O. Galibert] 2012-03-05 18:28:03 +00:00
Michaël Banaan Ananas
4e3ac4fb9d fix gfx regression 2012-03-05 15:52:06 +00:00
Miodrag Milanovic
a172c8b2a1 Partial conversion of legacy floppy to modern device (no whatsnew) 2012-03-05 15:20:05 +00:00
Michaël Banaan Ananas
e3d99ce92d fix ebases trackball 2012-03-05 15:12:45 +00:00