Commit graph

19571 commits

Author SHA1 Message Date
Fabio Priuli
78667dfcb4 misc fixes (resp. BOM, list name, &Amp;). no whatsnew. 2013-01-08 09:32:40 +00:00
Andrew Gardner
a5c451ab17 dsp16: Few more opcodes & spaces->tabs. (nw) 2013-01-08 05:44:36 +00:00
David Haywood
62753a82b6 Amiga lists shuffle around, document Assassins PD collections from TOSEC ( + some other images I found which are missing from TOSEC..) (nw) 2013-01-08 04:37:50 +00:00
R. Belmont
7f070e650c apollo: fix FDC type. unsure if correct. (nw) 2013-01-08 03:36:44 +00:00
R. Belmont
2fc04181bc cdrom: fixed getting the type of the last track, fixes PCE Bomberman '94 proto (nw) 2013-01-08 01:42:32 +00:00
Robbbert
306f908c0f changed a note (nw) 2013-01-07 23:59:53 +00:00
Robbbert
25129a9ef7 MT 2662 : schaser missile sound was incorrect [Robbbert]
Proof obtained from a video.
2013-01-07 22:31:45 +00:00
David Haywood
9b05a5652f the compiler didn't crucify me for this? (nw) 2013-01-07 22:16:51 +00:00
David Haywood
a4f7daba5a shift outrun / turbo outrun sprites by 1 pixel in the x direction, reference point turbo outrun course map, real hardware isn't glitched like MAME was. (nw) 2013-01-07 22:00:33 +00:00
Curt Coder
cc35a4ed7d flopimg: FM WIP (nw) 2013-01-07 20:51:34 +00:00
Curt Coder
15604c6fc1 Added FM encoding support to flopimg and wd17xx_dsk. [Curt Coder] 2013-01-07 18:23:45 +00:00
Angelo Salese
32b4073ad9 Notes update 2013-01-07 17:22:04 +00:00
Fabio Priuli
dfb8ddd385 fix compile on MacOSX 10.6.8. nw. 2013-01-07 15:03:09 +00:00
Robbbert
9067a86690 P8000_16 : Fixed regression caused by CPU redesign (nw) 2013-01-07 13:13:21 +00:00
mahlemiut
a4e4e7a58b s11b,s11c: Writes to 0x68xx appear to pulse the BG CVSD clock input. Speech output on s11c games now works. 2013-01-07 11:17:37 +00:00
R. Belmont
7bc847a37f n68681: preliminary working diserial-based I/O [R. Belmont] 2013-01-07 04:44:44 +00:00
R. Belmont
52bbb15193 diserial: correct uninitialized data bug where the first character transmitted would sometimes fail to synch. [R. Belmont] 2013-01-07 04:39:01 +00:00
Curt Coder
c0b9575621 (MESS) c64: Cartridge WIP. (nw) 2013-01-06 21:11:25 +00:00
Oliver Stöneberg
670a36cbcd fixed some cppcheck warnings about format identifiers and duplicated enum (nw) 2013-01-06 19:14:29 +00:00
Brian Troha
de7371dc09 new Penfan Girls clone.
New Clone Added
--------------------------------------
Penfan Girls - Step1. Mild Mind (set 2) [Any, The Dumping Union]
2013-01-06 15:55:25 +00:00
Olivier Galibert
823c193bcb upd765: Be verbose about sector IDs when formatting a track [O. Galibert] 2013-01-06 15:15:05 +00:00
Fabio Priuli
6309ec9ffe cpc_flop: sorted some more sets. basically all games starting with #-A are properly sorted now. at some point I will start with the 'B'... no whatsnew. 2013-01-06 14:58:41 +00:00
Nathan Woods
9df72a7b5b [APPLE2GS] Fixing regression 2013-01-06 14:57:11 +00:00
Oliver Stöneberg
614fa9b9f4 more chdcd.c errormessage enhancements / adapted error messages for emu/sound/samples.c / fixed GCC compile (nw) 2013-01-06 14:52:40 +00:00
Oliver Stöneberg
7b9cc374ef improved some error messages (nw) 2013-01-06 14:19:32 +00:00
Oliver Stöneberg
3281ac2cc9 corrected comment and log message in parse_wav_sample() about channels / corrected some format specifiers (nw) 2013-01-06 14:17:04 +00:00
Fabio Priuli
963bc5ac83 fm7/fm77av: Added a few new dumps from black2. no whatsnew.
pico: Added two more new dumps from TeamEurope. no whatsnew.
2013-01-06 14:11:32 +00:00
Curt Coder
932dfb90eb (MESS) c128: Added QuickSilver 128 BIOS. [Curt Coder] 2013-01-06 12:45:16 +00:00
Oliver Stöneberg
7984ce0fab improved error reporting of parse_wav_sample() and fixed potential resource leaks / use more proper errorcodes when encountering an error when parsing an input file (nw) 2013-01-06 12:37:35 +00:00
Curt Coder
4ed1e62460 (MESS) c64: Softlist additions. (nw) 2013-01-06 12:36:59 +00:00
Oliver Stöneberg
133c74b9eb read ISO as binary as well (nw) 2013-01-06 12:11:30 +00:00
Sandro Ronco
4a2611210e (MESS) mstation: added emulation of SST 28SF040 flash. (nw) 2013-01-06 10:03:46 +00:00
Andrew Gardner
cef23d614c dsp16: Additional work (nw).
I'll do a full writeup when the whatsnew.txt comes out.
2013-01-06 06:30:11 +00:00
Ryan Holtz
b41802d6ce 01234567890123456789012345678901234567890123456789012345678901234567890123456789
- drawd3d.c: Move default_texture creation into device_create_resources. Should
             fix intermittent crashes when alt-tabbing back to a full-screen
             instance of MAME. [MooglyGuy]
2013-01-06 00:28:22 +00:00
smf-
2e6443a49f skip without reading (nw) 2013-01-05 23:37:41 +00:00
Scott Stone
dac3c173c6 Revert of a portion of r20073:
idectrl.c  [Peter Ferrie]
- correct status flags for multi-sector reads
- implement more correct controller reset values
- fix phantom slave drive detection problem

Causes problems noted with many MAME games such as Area 51: Site 4, Primal Rage 2, All Viper.c games among others that are either not starting or constantly RE-starting looking for proper IDE communications.
2013-01-05 22:43:37 +00:00
Oliver Stöneberg
5bf7f966fd fixed NRG reading for good (accidentally removed some non-debug code before commit) (nw) 2013-01-05 22:22:39 +00:00
Oliver Stöneberg
f81826d5ba cleaned up some chdcd.c error messages (nw) 2013-01-05 22:10:53 +00:00
Oliver Stöneberg
13f070feea fixed reading of NRG images / bail out on unsupported tracks in NRG images / cleanups (nw) 2013-01-05 22:03:02 +00:00
Michaël Banaan Ananas
7e7040d7a7 New clone added
-----------------
Sprint 2 (color kit, Italy) [Zab]
2013-01-05 21:08:46 +00:00
Andrew Gardner
e8c759d6aa dsp16: Simplification (nw)
Thanks for fixing the U64 compile issues earlier, Kale!
2013-01-05 20:45:14 +00:00
Oliver Stöneberg
035a7fe8e8 fixed filename set in NRG track parsing / added NRG test to chdman unit test (nw) 2013-01-05 19:25:13 +00:00
Ryan Holtz
3d1e0d9d65 - d3dhlsl.c: Free HLSL resources on device reset. Fixes hang when alt-tabbing
away from a fullscreen window and back. [MooglyGuy]
2013-01-05 19:02:01 +00:00
Oliver Stöneberg
a77655df86 recreated all files for the chdman unittest / added test for TOC input (nw) 2013-01-05 18:29:53 +00:00
R. Belmont
0b9ef21c00 New games added as GAME_NOT_WORKING
-----------------------------------
Sega Bass Fishing Challenge [Surgeville, F.B. More, Sacrilego, gamerfan, CaH4e3, Smitdogg, The Dumping Union, R. Belmont]
2013-01-05 18:29:34 +00:00
Ryan Holtz
c34900b360 - d3dhlsl.c: Clamp hlsl_prescale_x/y to a minimum of 1. Fixes crashes when using
-nomaximize switch. [MooglyGuy]
2013-01-05 17:55:42 +00:00
Michaël Banaan Ananas
f728c29698 New clone added
----------------
Imola Grand Prix (newer set) [f205v, Antro, Vernimark]

(driver rewrite in progress, but going slow)
2013-01-05 17:53:11 +00:00
R. Belmont
a6a1b82868 cdrom: Introduces concept of logical sector addresses so games see the disc with pregap/postgap sectors actually taking up sector numbers as in reality. Fixes PC-Engine CDs with hardcoded sector numbers. [R. Belmont, Angelo Salese] 2013-01-05 17:43:12 +00:00
Oliver Stöneberg
585ecc7c2e first version of chdman unit test / fixed dependies of tests target (nw) 2013-01-05 16:17:42 +00:00
Oliver Stöneberg
e18a790e69 added a "tests" target to the makefile / added chdman unittest placeholders (nw) 2013-01-05 14:20:15 +00:00