Commit Graph

13461 Commits

Author SHA1 Message Date
smf-
8e499bf4fb changed parent of ec_supbxmab to something that exists. 2011-09-01 08:29:07 +00:00
Scott Stone
9f6a7817b1 Fixed new Naomi Korean BIOS dumps to match actual dump checksums (epr-21579d, epr-21579). They were added to MAME using checksums from other BIOS files (epr-21577e, epr-21577d). 2011-09-01 00:59:42 +00:00
smf-
c26a00ac0c stopped parent roms with a different crc but the same name from being found as bad. 2011-08-31 19:25:06 +00:00
mariuszw1
106f7338dd VC2008 compile fix (no whatsnew) 2011-08-31 18:26:33 +00:00
Miodrag Milanovic
dbe5cfe7e0 Electrocoin driver splitup by Haze (no whatsnew)
Out of log: it require msm8251 from mess, which I will convert in next days and hookup again.
2011-08-31 17:45:18 +00:00
Scott Stone
fe6a5c5813 Fixed MT Bugs:
04475: quizmeku: Missing gfx
03641: sspirits, gground: Only half of the game's frames are rendered.
03195: crkdown: graphic artifacts and speed drop during gameplay
2011-08-31 16:47:19 +00:00
Andrew Gardner
a97cebe411 Adds projection calculation for 3d eye-space points. [Andrew Gardner]
* out of whatsnew.txt *
This code is to just show a decent method for projecting the 3d points into 2d.
The code itself is fine, but the way it splats points to the screen is silly and
Angelo will likely know a much better way to hook it up.
It looks like the focal length of the camera is a little short right now, but
we'll find the right values eventually.
2011-08-31 14:47:48 +00:00
Scott Stone
e86791a8a0 Corrected romname for Super Hang-On to match actual PCBinfo from Guru (no whatsnew) 2011-08-31 13:58:59 +00:00
Miodrag Milanovic
60829fe60c Added proper display rom for South Park pinball 0.9x version (no whatsnew) 2011-08-31 13:43:03 +00:00
Miodrag Milanovic
acea2fa296 Added some Stern Whitestar older revisions [Miodrag Milanovic] 2011-08-31 13:17:24 +00:00
Michaël Banaan Ananas
aabfaaf0e4 Preliminary support for ym2149 ssg selectable clock divider. Does any hardware have the ability to control it on the fly? If we find one, we have a testcase to continue implementing this pin. 2011-08-30 18:32:26 +00:00
Michaël Banaan Ananas
03ada8a386 minor cleanup/precompute rates 2011-08-30 16:14:08 +00:00
Michaël Banaan Ananas
ff2de72d6a cleanup 2011-08-30 12:25:04 +00:00
Olivier Galibert
f900b44eb0 floppy: Refactor slightly. Name, descrition, etc are now an intrinsic property of converters. [O. Galibert] 2011-08-30 10:58:21 +00:00
smf-
846463227f doesn't report samples as bad when they aren't found, which makes them consistent with verifyroms. 2011-08-30 10:02:21 +00:00
Fabio Priuli
5594b84961 made handling of NONE_NEEDED audits a bit more coherent. no whatsnew. 2011-08-30 09:57:33 +00:00
Fabio Priuli
69374d9553 fixed segfault when using -verifysamples [Fabio Priuli]
the offending bit was the call of record->shared_source() without having explicitly set m_shared_source to NULL. 
it might be worth to initialize m_shared_source to NULL, but I was not 100% sure about effects on other rom verification routines, so for the moment I simply set it to NULL when verifying samples
2011-08-30 08:21:23 +00:00
Fabio Priuli
610a2d921d only report samples audit result for sets with required samples [Fabio Priuli]
out of whatsnew: this does not fix the the segfault when -verifysamples is used, but I hope to fix it soon (unless anyone beats me to it... be my guest if you want to fix it)
2011-08-30 07:10:30 +00:00
R. Belmont
a0515ca5d2 New games added as GAME_NOT_WORKING
-----------------------------------
Fighting Bujutsu [Ville Linde, R. Belmont]
2011-08-30 01:07:06 +00:00
Michaël Banaan Ananas
0e3ac170fb typo 2011-08-29 22:00:13 +00:00
Michaël Banaan Ananas
e217cf4c70 rm namcos10 separate inputs since main inputs are not working yet 2011-08-29 15:55:07 +00:00
Michaël Banaan Ananas
66f2b1f8cf update k051649 users
MESS will need to update mess/machine/msx_slot.c
2011-08-29 15:19:04 +00:00
Michaël Banaan Ananas
456cb3e2b5 added TEST register, used in some homebrew msx stuff for smooth pcm playback 2011-08-29 14:55:00 +00:00
Michaël Banaan Ananas
1e612ed0c8 small fix for MESS 2011-08-29 12:17:31 +00:00
Brian Troha
1e74fafa55 model3.c: Redumped Spikeout FE. Special thanks to Philip Bennett & Bart Trzynadlowski for verifying and testing the redumped roms. [[Dr. Spankenstein, wild eyed, Paratech, Layne, Lord Flux, atchoo, cbt, gatt9, tormod, BrianT, The Dumping Union] 2011-08-29 01:18:44 +00:00
Michaël Banaan Ananas
b6384b7596 replacing raidena sound prg rom with a known good dump.
more info: http://www.mametesters.org/view.php?id=961
2011-08-28 18:06:41 +00:00
Miodrag Milanovic
6404c0fbba More Bingo games added, need to identify hw properly and split in more files (no whatsnew) 2011-08-28 16:19:20 +00:00
Michaël Banaan Ananas
6b4620427c mrdrillr and tgm cabs have 4way joysticks, so default to it.
(that is, until mame's input devices emulation is 'closer' to the pcb pins, allowing eg. left+right or up+down too, see MT3673 for example)
2011-08-28 14:54:38 +00:00
Michaël Banaan Ananas
bd457f6e0a correct rounding when applying analog sensitivity 2011-08-28 13:59:02 +00:00
Miodrag Milanovic
29f358dc40 Sync ROMs with PinMAME (no whatsnew) 2011-08-28 10:50:51 +00:00
Ryan Holtz
4523bfa2d0 HLSL "Hurricain't Keep A Good Dev Down" Bugfix Extravaganza: [Ryan Holtz, Bat
Country Entertainment]
- Created two flags, -hlsl_ini_write and -hlsl_ini_read. The former enables
  custom HLSL INI writing explicitly, the other enables loading of the same.
- Fixed disappearing aperture effect when using custom INI files.
- Fixed diagonal seam on some games, for serious real this time
- Fixed phosphor simulation, now works as expected
2011-08-28 09:10:53 +00:00
Jonathan Gevaryahu
1bf5ecd874 Add comment about new raiden2 rom combination, add missing
pals as undumped, fix IC locations on several sets.
[Lord Nightmare, Hammad, EdCosta]
2011-08-28 04:55:17 +00:00
Brian Troha
4b14719c08 Minor note about an English version of Exvania as recently discovered on eBay UK - NW 2011-08-28 03:30:57 +00:00
R. Belmont
3d5c98c533 fix stack trashing in m68kmake (nw) 2011-08-28 01:26:43 +00:00
R. Belmont
d2cb425361 m68k: use 68340 instruction table for 68340, cpXXX instructions are 020/030 only, add CINV, CPUSH stubs for 040 [R. Belmont] 2011-08-27 22:07:32 +00:00
R. Belmont
42532831b3 m68k: Preliminary support for MC68340 (CPU32). Reorganized to facilitate C++ conversion. [David Haywood] 2011-08-27 17:57:28 +00:00
Brian Troha
f43b5ed886 dday.c: Added dipswitch locations to the D-Day sets [Corrado Tomaselli, Brian Troha] 2011-08-27 16:22:52 +00:00
Brian Troha
7cba23b003 armedf.c: Verified correct sprite roms for Terra Force (Japan) [ShouTime] 2011-08-27 15:28:24 +00:00
Brian Troha
ff7a4ec62a vamphalf.c: Minor notes about undumped Semicom games on similar hardware - NW 2011-08-27 15:12:53 +00:00
Michaël Banaan Ananas
c5229e863d (raidena sound prgrom note) 2011-08-27 14:50:27 +00:00
Brian Troha
a553270e3f naomi.c: Added rev "A" Japan BIOS, original Korean BIOS as well as rev "D" Korea [gamerfan, Smitdogg, BrianT, The Dumping Union] 2011-08-27 14:48:12 +00:00
Michaël Banaan Ananas
5f0d8b73d8 ymf262 doesn't use external memory anyway 2011-08-27 12:04:42 +00:00
Michaël Banaan Ananas
08c1f3bc9e (add xtals) 2011-08-27 12:00:23 +00:00
Angelo Salese
c934b87663 Implemented double buffering and improved colors for 3d in Top Landing [Angelo Salese] 2011-08-27 00:13:08 +00:00
Angelo Salese
ac3d7daae4 Note updates for Air Inferno 2011-08-26 21:46:48 +00:00
Angelo Salese
6406ee3bf6 Fixed Stick Z behaviour 2011-08-26 16:22:32 +00:00
Angelo Salese
418b93df69 Somehow improved the framebuffer copying, still needs work ... 2011-08-26 14:34:12 +00:00
Angelo Salese
278da8e8d2 Small update 2011-08-26 14:07:11 +00:00
smf-
adfb88b595 correct rom for animal basket. 2011-08-26 11:35:33 +00:00
Michaël Banaan Ananas
5a3c2b2ed6 (small correction) 2011-08-25 20:01:53 +00:00