summaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* Adjust license.txt to indicate it applies to files unless otherwise Aaron Giles2009-10-121-1/+4
| | | | indicated.
* Moved all the OSD/windows code over to straight BSD license. Aaron Giles2009-10-1257-163/+2175
| | | | | | Updated osdmini to work again and compile as an actual target (doing nothing at the moment). Converted all of its code over to straight BSD as well.
* Improvements to Noraut poker driver... Roberto Fresca2009-10-122-90/+736
| | | | | | | | | | | | | | | | | | | | | | * Added Draw Poker Hi-Lo hardware support, based on 8080A CPU. * Mirrored the PPI's offsets to simplify/merge the hardware emulation. * Added hardware documentation and PCB layouts from both DPHL sets. * Added DPHL discrete sound circuitry scheme/documentation. * Added Turbo Poker 2 from Micro Manufacturing. * Added PMA poker. * Documented the Turbo Poker 2 hardware. * Added Turbo Poker 2 PCB layout from hi-res picture. * Switched to the new PPI core. * Commented out the 3rd PPI device till handshaked strobe lines can be properly emulated. For now, all VRAM access is through direct handlers. This allow to remove the hacks per set needed to boot the games. New games marked as GAME_NOT_WORKING ------------------------------------ Draw Poker Hi-Lo (M.Kramer) [Roberto Fresca] Draw Poker Hi-Lo (alt) [Roberto Fresca, Alan Griffin] PMA Poker [Roberto Fresca, Siftware] Turbo Poker 2 [Roberto Fresca, Siftware]
* bingor.c Roberto Fresca2009-10-122-9/+157
| | | | | | | | | | * Added Bell Star V3. * Added PCB layout and pinouts. * Changed the year to 2002. New games marked as GAME_NOT_WORKING ------------------------------------ Bingo Roll / Bell Star V3 [Roberto Fresca, Team Europe]
* m680x0 update: R. Belmont2009-10-127-8/+475
| | | | | | | | - Added working PMMU address translation (not feature complete, but sufficient to boot several 68030 Macs in MESS) - Fixed up disassembly of some PMMU instructions - Added "68020 with 68851" CPU type
* Fix allocation of task node buffers Couriersud2009-10-111-1/+2
|
* Renamed STREAM_UPDATE_FREQUENCY to STREAM_UPDATE_ATTOTIME Couriersud2009-10-113-3/+4
| | | STREAM_UPDATE_FREQUENCY now reflects the frequency.
* A bottle of champaign to the person who explains Couriersud2009-10-111-2/+2
| | | | | | | | | | | | | | | | | | the speed improvement in dkong from 1230% to 1470% due to this change (setting context->data to 0 in reset). Actually, it will avoid the first stream_update of buffer_stream when after approx. 11 samples the dac is written. Without setting data to 0, stream_update(buffer_stream) is called before stream_update(discrete_stream) is called. With the patch, the order is of the stream_updates is determined by streams.c. What makes this interesting is, that the startup order of the stream_updates determines the whole run-time of the game. When profiling, NODE_73 (Sallen-Key-Filter) needs 1066 cycles without the patch and under 135 with the patch, although it is the 4th node after DISCRETE_INPUT_BUFFER. All in all this looks like a caching issue, however I am currently clueless what in the end is causing it.
* adds information on how to access the debug mode in Record Breaker / Go for ↵ Brian Troha2009-10-101-1/+6
| | | | the Gold [Shimapong]
* XTAL information update [Dirk Best] Scott Stone2009-10-101-0/+1
|
* Give Go for the Gold it's own inputs so it can have correct coinage ;-) Brian Troha2009-10-101-1/+9
|
* Fixed Dip Switches for 'attckufo'. stephh2009-10-101-22/+11
|
* Updated taito_h.c driver stephh2009-10-101-7/+12
| | | | | | | | (not worth adding to whatsnew.txt) : - updated notes for 'recordbr' / 'gogold'
* Moved all files in src/lib/util over to straight BSD and common Aaron Giles2009-10-1012-29/+365
| | | | copyright, with permission of all significant contributors.
* fix parent / clone for multfish.c driver Brian Troha2009-10-101-1/+1
|
* Fix bug introduced with profiling changes Couriersud2009-10-091-6/+6
|
* Better task processing Couriersud2009-10-094-74/+128
| | | | | | | | | | | | - tasks are now processed according to their dependency lists. Tasks can now start early and will only process samples which are already available. This has most impact on drivers which have significant variance in the run-time of individual tasks. - tasks now process samples in slices, currently max 240 samples / slice. - TASK_GROUP is now obsolete - Will update drivers at a later stage. - step function pointer now back in node, modules may register optimized step functions. - profiling code now always compiled, introduced static int profiling = ... - some more EXPECTED/UNEXPECTED usage.
* Add some EXPECTED/UNEXPECTED to if statements Couriersud2009-10-092-10/+10
|
* Fix discrete task dependency Couriersud2009-10-091-3/+4
| | | Fix DK_NO_FILTERS
* change the newest multifish clone to use the correct parent. Brian Troha2009-10-091-1/+1
|
* found and added a Multifish clone Brian Troha2009-10-092-5/+5
| | | | | New Clone Added -------------------------------- Multi Fish (031124) {MetalliC]
* Fix for [MT03470]: backfirea: Game mode setting error on startup Fabio Priuli2009-10-091-8/+8
| | | as per comment in the source, only low IN2 should be used with vblank from IN3
* Removing old and duplicate code for genesis/megadrive from MAME (part 2): ↵ Fabio Priuli2009-10-0910-1005/+193
| | | | updated bootlegs to use latest genesis code and finally removed src/mame/drivers/genesis.c!
* Device memory spaces are now visible in the debugger. Aaron Giles2009-10-092-27/+32
|
* Assert copyright ownership of core library files, and relicense Aaron Giles2009-10-0929-57/+840
| | | | under standard BSD license.
* update to multifish driver... Brian Troha2009-10-092-155/+327
| | | | | | | Please, no mention in the whatsnew adds and documents all known sets (3 years or old). Warning: Some sets have the version hacked to show sets "newer" then 3 years old. But these have been verfied to be older sets. There is also a note in the driver about version changes being made to make the opperator look like they are running a version that meets the standard of law change in 2007
* new clone added: Go For the Gold Brian Troha2009-10-092-15/+53
| | | | | New Clone Added --------------------------- Go For The Gold (Japan) [Darran]
* Removing old and duplicate code for genesis/megadrive from MAME (part 1) Fabio Priuli2009-10-088-701/+553
| | | Also, moved some megaplay/megatech constant to a struct and refactored some code (work in progress)
* Adds PCB layout for Igrosoft's Gambling hardware in the multfish.c driver. Brian Troha2009-10-081-8/+65
|
* Corrected rom names for Frogger (Sega set 2) [Derrick Renaud] Brian Troha2009-10-081-16/+16
|
* Fixed multigm2 and multigm3 (Mantis bug 03441) [Mariusz Wojcieszek] mariuszw12009-10-081-5/+12
|
* Fixed c&p error Angelo Salese2009-10-081-1/+1
|
* Fixed mamedriv Angelo Salese2009-10-082-2/+2
|
* New games added or promoted from NOT_WORKING status Angelo Salese2009-10-081-0/+17
| | | | --------------------------------------------------- Danchi de Quiz [Guru]
* Blue Shark - added octopus sound Derrick Renaud2009-10-082-43/+138
|
* Fixed DMA write mask register in 8237dma [Mariusz Wojcieszek] mariuszw12009-10-071-1/+1
|
* Updated arkanoid.c driver. stephh2009-10-073-75/+177
| | | | | | | New clone added ---------------- Block 2 (Arkanoid bootleg) [Andy Welburn, stephh]
* More sounds for Shuffleboard Derrick Renaud2009-10-075-40/+152
|
* DISCRETE_CRFILTER, DISCRETE_RCFILTER Derrick Renaud2009-10-061-10/+17
| | | - optimized my recent changes. Not worth mentioning.
* Giving proper credit snessdd1.c emu Fabio Priuli2009-10-061-7/+1
|
* since BSNES has become GPL code but byuu has been so kind to grant an ↵ Fabio Priuli2009-10-066-6/+65
| | | | exemption for MAME/MESS, let's update the related source files to be license compatible (I don't think it's worth any mention)
* Shuffleboard - started discrete sounds Derrick Renaud2009-10-063-14/+128
|
* DISCRETE_CRFILTER, DISCRETE_RCFILTER Derrick Renaud2009-10-064-55/+77
| | | | | | - revert vref change from rev 6979. - added capability for all values to be nodes. Starship 1 - fixed motor sounds.
* Fixes up the ports for the last additions to the galdrvr.c (Battle for ↵ Brian Troha2009-10-051-44/+34
| | | | Atlantis & Phoenix Part 2) and marks 1 rom as a bad dump
* Discrete update Couriersud2009-10-0538-230/+213
| | | | | | | - fix some "const" weirdness I introduced - fix VREF in CRFILTER_VREF and RCFILTER_VREF. VREF never got used since it was only a static parameter. - Removed enable from CR_FILTER* and RC_FILTER* - Updated drivers accordingly. - Use EXPECTED/UNEXPECTED to help the compiler
* Add EXPECTED macro Couriersud2009-10-051-1/+3
| | | - This complements the already existing UNEXPECTED
* New clone & new game for galdrvr.c Brian Troha2009-10-052-71/+198
| | | | | | | | | | | | Grouped known "Artic Multi-System" games together and added a little note about it. Corrected some rom names for Artic MS games. IE: The only label chips as "1" through 'x' Also changed the name of the color proms to show bprom type and board location New Game Added ----------------------------- Phoenix Part 2 [Andy Welburn, Dumping Union] New Clone Added ------------------------------ Battle of Atlantis (bootleg) [David Heywood, Dumping Union]
* Added correct 64Mb CROM dumps to spikeout [Phil Bennett] Phil Bennett2009-10-051-10/+8
|
* New non-working clones added Phil Bennett2009-10-054-1/+74
| | | | ---------------------------- Block 2 (bootleg of Arkanoid) [David Haywood, Andy Welburn]
* Added astrode to mamedriv.c Phil Bennett2009-10-051-0/+1
|