Commit Graph

11463 Commits

Author SHA1 Message Date
Aaron Giles
5e4df8c772 Hash generation and general cleanup. New class hash_collection holds
and manages a collection of hashes, and can be built from an internal
format string which is stored with each ROM. All core instances are
cleaned up to use the new interfaces, but it's likely that hashfile
code in MESS will need an update.

Also compacted the form of the hash strings used for ROMs, and fixed
verification/hashing of non-ZIPped files.
2011-02-14 08:41:08 +00:00
R. Belmont
06d479c54f PSX: add DMA mode used for CD transfers on home system, fix DMA bug that caused home system to freeze. [pSXAuthor, Harmony, R. Belmont] 2011-02-14 03:39:51 +00:00
Luca Elia
8799e8e38f New games added or promoted from NOT_WORKING status
---------------------------------------------------

Pye-nage Taikai [Luca Elia, Gnoppi, john666, Gerald (COY), Smitdogg, The Dumping Union]
Taihou de Doboon [Luca Elia, Gnoppi, john666, Gerald (COY), Smitdogg, The Dumping Union]
2011-02-13 21:55:12 +00:00
Aaron Giles
5140c0e6a0 Fix assert when saving snapshots beyond the first. 2011-02-13 21:30:40 +00:00
Aaron Giles
9ff458e52f Fix compile. 2011-02-13 21:24:37 +00:00
Angelo Salese
b526c2c622 More CD-DA fixes ... 2011-02-13 20:35:13 +00:00
Angelo Salese
0faa5c67fe Another silly bugfix, being in a rush doesn't help much ... 2011-02-13 19:42:16 +00:00
Angelo Salese
e0f6ccc6e2 Fix compile 2011-02-13 19:27:21 +00:00
Andrew Gardner
d14f5fbeab No propset == no commit. Added missing files. (no whatsnew) 2011-02-13 19:06:31 +00:00
Angelo Salese
5acc1521c4 Hopefully fixed rf5c68 issues, also added bare-bones CD-DA support 2011-02-13 18:53:36 +00:00
Andrew Gardner
9513bb12af OKI MSM9810 : Added preliminary ADPCM2 support. [Andrew Gardner, Lord Nightmare]
[out of whatsnew]
Thanks for the tables, LN.  I haven't implemented them exactly as you describe yet, and I may contact you with some questions.
Thanks for hooking up the sound in sigmab98, Luca.  They give me a bunch more test cases:
Still missing "straight 8 bit playback" mode.
Still not respecting sample rate.
Still not respecting stereo.
Missing the OPT command.
2011-02-13 17:48:20 +00:00
Miodrag Milanovic
569f818281 Input ports can now be added to device, names are formed as sub tags from parent device tag. [Miodrag Milanovic] 2011-02-13 17:45:31 +00:00
Dirk Best
8c07036b0f i386: Changed READ/WRITEPORT macros to inline functions to properly support aligned vs. unaligned writes. Fixes regressions in MESS for all drivers using the PCI bus and possibly others. [Dirk Best] 2011-02-13 16:28:43 +00:00
Michaël Banaan Ananas
8a0d451bcc tms9928a.c: Fixed colors in multicolor mode [Michael Zapf] 2011-02-13 14:53:43 +00:00
Luca Elia
7dd297d676 sigmab98: added preliminary sound to the Sammy medal games [Andrew Gardner]
New games added or promoted from NOT_WORKING status
---------------------------------------------------

Hae Hae Ka Ka Ka [Luca Elia, Gnoppi, john666, Gerald (COY), Smitdogg, The Dumping Union]
2011-02-13 14:50:13 +00:00
Michaël Banaan Ananas
ae80966c9b small update 2011-02-13 14:19:50 +00:00
Jonathan Gevaryahu
7b38df7e24 add an xtal for MESS 2011-02-13 09:42:49 +00:00
R. Belmont
800e672c83 salarymc: CD redumped [Roberto Malone, Yohji, Smitdogg, The Dumping Union]
(not for whatsnew below)
Not sure what was wrong with the game with the previous BAD_DUMP'ed CD, but 
it seems to run fine with this image.
2011-02-13 01:31:03 +00:00
R. Belmont
4f281db5f9 Reduce max internal buffering level (no whatsnew) 2011-02-13 00:51:23 +00:00
R. Belmont
e1541008ad Silence unnecessary printfs (no whatsnew) 2011-02-12 23:13:40 +00:00
Curt Coder
06041a31f5 Used the common MC68901 device in micro3d.c. [Curt Coder] 2011-02-12 22:40:48 +00:00
Roberto Zandona
8e12c49ca5 rf5c68: fixed the value returned 2011-02-12 22:25:24 +00:00
Curt Coder
70efaaf040 Delete symbols file if defined when invoking clean target. [Curt Coder] 2011-02-12 22:17:46 +00:00
Curt Coder
7634b3087f Added HD6301 subtype to the M6800 CPU core. [Curt Coder] 2011-02-12 22:13:51 +00:00
R. Belmont
94278c9abe Fix infinite release rate in the new SPU, fixes Brave Blade (no whatsnew) 2011-02-12 21:15:53 +00:00
Angelo Salese
84a312758a Implemented address readback position registers in rf5c68 sound core [Angelo Salese] 2011-02-12 21:05:47 +00:00
R. Belmont
5f3c7b756a Correct SPU IRQ notification in all drivers. Fixes streaming audio in Simpsons Bowling. [R. Belmont] 2011-02-12 20:37:19 +00:00
Aaron Giles
8e313c81a4 Converted atarirle to a device. [Atari Ace] 2011-02-12 18:22:01 +00:00
Aaron Giles
15d6716ee3 Eliminated global/static variables in a aristocr/atlus/bfm/bmc/
capcom/cinemat/dataeast drivers by introducing/using driver_device 
classes. [Atari Ace]
2011-02-12 18:12:15 +00:00
Angelo Salese
8c1a233836 Fixed no cd crash, not worth 2011-02-12 18:06:16 +00:00
Aaron Giles
6d8a9362a8 Eliminated global/static variables in a number of Konami/Sega drivers
by introducing/using driver_device classes. [Atari Ace]
2011-02-12 18:06:00 +00:00
Fabio Priuli
b1fda0923f moved svp variables in its driver state class. no whatsnew, being MESS only. 2011-02-12 17:30:45 +00:00
R. Belmont
1b08b5d529 One more OSX fix (no whatsnew) 2011-02-12 17:07:58 +00:00
R. Belmont
dfba68f60d Fix new SPU compiling on OS X (no whatsnew) 2011-02-12 17:03:09 +00:00
R. Belmont
cf61877230 Replacement PSX SPU [pSXAuthor, R. Belmont] 2011-02-12 16:42:01 +00:00
Angelo Salese
7c929a529c z80dma assert patching, don't bother 2011-02-12 15:49:39 +00:00
Fabio Priuli
92b1e77e6d megadriv.c: Rewritten SegaCD/MegaCD emulation [David Haywood]
cdrom.h: Added alt lba_to_msf conversion needed by SegaCD/MegaCD [David Haywood]
2011-02-12 15:30:18 +00:00
Angelo Salese
c97ddb40d3 Fixed LLDT [reg], LTR and LMSW instructions, and added preliminary implementations of VERR, VERW and LAR in the i386 CPU core. [Barry Rodewald] 2011-02-12 13:59:59 +00:00
Couriersud
fb0d7484bc osd/sdl again compiles against latest SVN 1.3. SDL 1.3 still is WIP so expect more changes. No whatsnew. 2011-02-12 13:36:42 +00:00
Fabio Priuli
2024dc0ed8 No whatsnew. Fixed silly #if / #ifdef mistake. In my very original code ifdef was correct, but then I changed the define before inclusion and forgot to update the drivers. Thanks Arbee for pointing out. 2011-02-12 06:35:20 +00:00
Fabio Priuli
e6d1b6cf45 First (small) step towards driver class for megadrive-based drivers [Fabio Priuli]
out of whatsnew: this can be considered as preliminary. things like the empty md_base_state class have been done in purpose to reduce as much as possible changes in machine/megadriv.c (so to avoid overlaps/conflicts with Haze's work on segacd). next steps will start to move megadrive variables to the class.
2011-02-12 06:32:43 +00:00
R. Belmont
6dd5dc47db chdman: experimental incomplete .nrg disc image import [R. Belmont]
(no whatsnew from here on)
Only supports Mode 1 and audio tracks right now, and the NRG files must be the 
new version output by Nero 5.5 or later.  Please send me images that don't 
work to improve this.
2011-02-12 05:29:45 +00:00
R. Belmont
b814401976 Fix SDL. Maybe. (no whatsnew) 2011-02-12 05:08:26 +00:00
Aaron Giles
d2fac452a3 And woohoo, mame_options() is no more. 2011-02-12 04:14:00 +00:00
Aaron Giles
1b54456be5 mame_file is now emu_file and is a class. It is required
to pass a core_options object to the constructor, along with
a search path. This required pushing either a running_machine
or a core_options through some code that wasn't previously
ready to handle it. emu_files can be reused over multiple 
open/close sessions, and a lot of core code cleaned up
nicely as things were converted to them.

Also created a file_enumerator class for iterating over files
in a searchpath. This replaces the old mame_openpath functions.

Changed machine->options() to return a reference.

Removed public nvram_open() and fixed jchan/kaneko16 to
stop directly saving NVRAM.

Removed most of the mame_options() calls; this will soon go 
away entirely, so don't add any more.

Added core_options to device_validity_check() so they can be
used to validate things.
2011-02-12 03:47:37 +00:00
Brian Troha
061548d2be new clones added
New Clones Added
------------------------------------
Pigskin 621AD (rev 2.0 7/06/90) [Smitdogg, The Dumping Union]
Wild West C.O.W.-Boys of Moo Mesa (ver UA, set 1) [Irongiant]
2011-02-11 22:54:32 +00:00
Jonathan Gevaryahu
5623180791 Fix the interpolation coefficient shifts for the tms5xxx chips based on results of simulating the circuit from the patent. [Lord Nightmare] 2011-02-11 21:42:10 +00:00
Olivier Galibert
939a493396 ksys573, naomi: Device-ify the security flashes and the dallas id chip. [O. Galibert] 2011-02-11 18:43:21 +00:00
Angelo Salese
8eecdc0e5f I've said placeholderS ... ^^' 2011-02-11 18:42:03 +00:00
Angelo Salese
29508857c9 Placeholders for OG 2011-02-11 18:41:03 +00:00