Commit Graph

15971 Commits

Author SHA1 Message Date
Brian Troha
3acdb010c5 new working clone - Alt Beast set 5 (formerly Juuouki set 2)
Now that the FD1094 key has been supplied we see it's actually Altered Beast ;-)


New games added or promoted from NOT_WORKING status
---------------------------------------------------
Altered Beast (FD1094 317-0069) [Stefan Lindberg, Chris Hardy, The Dumping Union]
2012-02-20 00:12:44 +00:00
Aaron Giles
d73542e199 The right fix is to not compare against array index -1. 2012-02-19 17:22:07 +00:00
Miodrag Milanovic
e82fa6e24e Rewrite INS8250 to use diserial, updated Microtouch to modern and made it serial device, updated connected drivers [Carl] 2012-02-19 16:46:00 +00:00
Miodrag Milanovic
d24e475f0e This one visible on clean only (nw) 2012-02-19 16:13:29 +00:00
Miodrag Milanovic
6edc79e1fd compile fix (nw) 2012-02-19 15:42:06 +00:00
R. Belmont
8f0d4dc709 chdcd: Fix crash when parsing bin/cue [R. Belmont] 2012-02-19 15:35:46 +00:00
Angelo Salese
cf4b58b6f6 Clean-ups and version bump 2012-02-19 15:23:23 +00:00
R. Belmont
2f8094ea33 Compile fix for PPC OSX (nw) 2012-02-19 15:05:37 +00:00
Miodrag Milanovic
3fc01aab1b Added more checks while doing listslots (nw) 2012-02-19 14:41:15 +00:00
Miodrag Milanovic
438f8781de ups (nw) 2012-02-19 14:16:27 +00:00
Miodrag Milanovic
2c4fdd2625 Added possibility to see subslot devices when they are added from softlist, also removed "const" from get_default_card_software, that enable better usage and no need for it to be like that (no whatsnew) 2012-02-19 14:09:07 +00:00
Fabio Priuli
e1de7b7db1 fixed MacOSX compile. no whatsnew.
src/lib/util/chd.c: In member function 'chd_error chd_file::compress_v5_map()':
src/lib/util/chd.c:1660: warning: comparison is always true due to limited range of data type
2012-02-19 13:26:01 +00:00
Ryan Holtz
285c2fd3b7 - Fixed N64 RDP to not try to render a triangle with no spans. [Ryan Holtz] 2012-02-19 11:21:36 +00:00
Miodrag Milanovic
4ba8461f7c Added windows implementation of pseudo tty access functions over pipes [Carl] 2012-02-19 08:50:03 +00:00
Miodrag Milanovic
f15ecf090f Fix compile under 4.6.2 (no whatsnew) 2012-02-19 08:46:27 +00:00
Scott Stone
04d36f7f50 Missed a parent on description rename (nw) 2012-02-19 04:06:59 +00:00
Scott Stone
fffd05a4c6 Further rom name adjustments per Guru's direction (nw) 2012-02-19 03:59:57 +00:00
Scott Stone
b4bb202b7e rom name update per Guru for kofnwj (nw) 2012-02-19 02:53:48 +00:00
Aaron Giles
a33c799e22 free_file_line no longer complains about NULL free's not existing.
Removed unnecessary checks for NULL that were added due to the
previous problem.
2012-02-19 02:01:54 +00:00
Aaron Giles
1db230096b Update CHD error list in chd.c
Remove 100% redundant and silly list of error strings in harddriv.c
and chd_cd.c
2012-02-19 01:59:23 +00:00
Aaron Giles
24400ec223 Rewrote SAMPLES as a modern device. Updated all callers. FLAC
reading is now done using the FLAC wrapper. There is now a
samples_iterator class to centralize the logic for handling
the sample list walking.

Also redid the cheesy half-baked votrax device since it relied 
on some old samples-based handling. Until we have a real 
implementation, it would be good to route the various clients 
through the current one to at least wire it up properly, even 
if it just plays samples in the end. Will look into that 
shortly.
2012-02-19 01:53:16 +00:00
Scott Stone
b76358a335 Documentation fixes for gambling games, covering MT# 4680, 4682, 4683, 4687-4690 (nw) 2012-02-19 01:23:50 +00:00
R. Belmont
1a7f8efd92 New games added as GAME_NOT_WORKING
-----------------------------------
Soul Surfer (Rev A) [f205v. The Dumping Union]
Initial D Arcade Stage Ver. 3 (Export) [f205v, The Dumping Union]
2012-02-19 01:16:43 +00:00
Ryan Holtz
a286574bb1 - Assorted N64 SP/DP/CPU comms accuracy fixes. [Ryan Holtz] 2012-02-19 00:44:19 +00:00
Scott Stone
444ded2016 Nearly finished making some individual rom name adjustments to ease potential merging issues. (nw) 2012-02-19 00:27:36 +00:00
Brian Troha
04ba4a7e4e vamphalf.c: Added correct speed up to Diet Family [Dave Haywood] 2012-02-18 22:33:49 +00:00
Scott Stone
e3cd5e1e17 Misc rom name adjustments (nw) 2012-02-18 20:42:26 +00:00
Miodrag Milanovic
c4baab0fee Fixed CHD error messages for image devices (no whatsnew) 2012-02-18 18:22:47 +00:00
Miodrag Milanovic
05c62ec803 Fixed cdrom_file allocation, it contains classes so can't be allocated by malloc this fix crash opeining CUE file directly from MESS (no whatsnew) 2012-02-18 16:13:16 +00:00
R. Belmont
f1df472f90 namcos23: documentation update [Guru] 2012-02-18 15:00:19 +00:00
Miodrag Milanovic
287777d6a1 Delete dynamic_array buffer only if allocated, fixes crash in taitogn, require at least clean lib compile (no whatsnew) 2012-02-18 14:09:09 +00:00
Miodrag Milanovic
07077bc425 Fixed taitogn regression (no whatsnew) 2012-02-18 13:25:02 +00:00
Miodrag Milanovic
f47c0750ce dma8237: fix uninitialized variable [Hans Ostermeyer]
mc146818: remove previous Apollo hack, fix 32768 Hz. updates [Hans Ostermeyer]

m68k: fix FSGLMUL/FSGLDIV plus some minor MMU improvements [Hans Ostermeyer]

m68k: slightly less stubby CINV [Hans Ostermeyer]
2012-02-18 10:58:12 +00:00
smf-
c19f1f8c49 fixed whitespace in macro_string(). 2012-02-18 07:15:45 +00:00
Scott Stone
0fb3eb2cbf Changed sample pack names for alphamc07 -> equites and aristmk4 -> 3bagflvt to match up sample to an actual setname. [Tafoid]
Started making some individual rom name adjustments, assisting those who decide to use parent-only romset merging, a more likely event now with added .7z solid archiving.  (nw)
2012-02-18 02:48:45 +00:00
Brian Troha
a189646e80 New Game - Diet Family
Out of whatsnew - Haze should be able to correct the speed up soonish

New Game Added
-----------------------------------------
Diet Family [Dr. Spankenstein, Paratech, joe35car, tormod, M. Hoenig, Mosquito2001, M. Ponweiser, M. Viste, Phil Bennett, N. Francfort, A. Costin, J. Finney, gamerfan, Smitdogg, The Dumping Union]
2012-02-18 00:23:17 +00:00
Scott Stone
46c7ed406e Changed goodluck to be clone of bsuerte due to rom comparisons (nw) 2012-02-17 22:49:04 +00:00
Scott Stone
4126c9f0e0 Fixed MT#04685: yosakdon, yosakdona: Unable to control players 2012-02-17 20:29:14 +00:00
Aaron Giles
633f8e497f Move all-0 detection to the write path. Use hunk_info on the
compression path to detect whether the write went through.
2012-02-17 18:37:10 +00:00
Aaron Giles
397de27f0c Fail initializing the CD-FLAC codec if the hunk size is not CD-compatible.
Centralize detection of existing output files. Add detection (require --force)
for extracted files as well. Move checks outside of try/catch so that the
files are not subsequently deleted.
2012-02-17 18:24:30 +00:00
Aaron Giles
9e8ea7466f Added new CHD codec: CD-FLAC which knows how to shuffle CD data
to more optimally use FLAC. Updated flac wrapper to implement a
tell callback so FLAC can tell us how much we've decoded. Updated
chdman to use CD-FLAC codec in preference over the existing 
codecs for CDs by default. Credit Haze for the idea.
2012-02-17 15:34:14 +00:00
R. Belmont
37cbf2808e Fix -romident to work with .7z archives [David Haywood] 2012-02-17 14:22:28 +00:00
Miodrag Milanovic
5b0924d6fa Fix char_to_hex upper chars, this fixes listxml output (no whatsnew) 2012-02-17 10:26:51 +00:00
Miodrag Milanovic
b6bf294ed3 fix from mess, visible by 32bit mingw 4.4.7 (no whatsnew) 2012-02-17 09:38:56 +00:00
Ryan Holtz
1fdead69f6 - Added warm reset support to N64 hardware [Ryan Holtz] 2012-02-17 05:30:47 +00:00
Ryan Holtz
93648728b7 - Hook up 64DD RTC and interrupts in the N64 code. Please insert disc. [Ryan Holtz] 2012-02-17 02:40:14 +00:00
mahlemiut
c2a33be1bd chdcodec.c: Fix Linux compile (no whatsnew) 2012-02-16 22:36:52 +00:00
Ryan Holtz
9812116f2b - Fixed an issue with text being missing in some Aleck 64 games. [Ryan Holtz]
- Reduced memory usage in the N64 driver. [Ryan Holtz]
2012-02-16 22:10:34 +00:00
Aaron Giles
e055a551c1 Remove redundant hashing code, use hashing.h instead.
Remove overabstraction in hash.h; it's ok to hard code the
two types of hashes we have. Even adding another one would
not be very difficult. ;)
2012-02-16 21:53:30 +00:00
Aaron Giles
a825e9730d Fix blocksize for FLAC encoder.
Fix writing uncompressed CHDs via createhd.
2012-02-16 18:09:56 +00:00