Commit Graph

6891 Commits

Author SHA1 Message Date
stephh
1965c33ff1 Updated taito_h.c driver
(not worth adding to whatsnew.txt) :

  - updated notes for 'recordbr' / 'gogold'
2009-10-10 09:30:23 +00:00
Aaron Giles
17576a7e6a Moved all files in src/lib/util over to straight BSD and common
copyright, with permission of all significant contributors.
2009-10-10 06:02:03 +00:00
Brian Troha
af0c8cdc6f fix parent / clone for multfish.c driver 2009-10-10 05:31:24 +00:00
Couriersud
d05969d5fc Fix bug introduced with profiling changes 2009-10-09 23:07:56 +00:00
Couriersud
15534ae68b Better task processing
- 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.
2009-10-09 22:57:56 +00:00
Couriersud
5bd3f9a46b Add some EXPECTED/UNEXPECTED to if statements 2009-10-09 22:44:05 +00:00
Couriersud
d74fb10af9 Fix discrete task dependency
Fix DK_NO_FILTERS
2009-10-09 22:41:48 +00:00
Brian Troha
e32b3d32c8 change the newest multifish clone to use the correct parent. 2009-10-09 21:53:37 +00:00
Brian Troha
97cf9efe9b found and added a Multifish clone
New Clone Added
--------------------------------
Multi Fish (031124) {MetalliC]
2009-10-09 21:49:57 +00:00
Fabio Priuli
0f3381a831 Fix for [MT03470]: backfirea: Game mode setting error on startup
as per comment in the source, only low IN2 should be used with vblank from IN3
2009-10-09 19:07:02 +00:00
Fabio Priuli
a52fce206d Removing old and duplicate code for genesis/megadrive from MAME (part 2): updated bootlegs to use latest genesis code and finally removed src/mame/drivers/genesis.c! 2009-10-09 08:54:02 +00:00
Aaron Giles
b921124c9e Device memory spaces are now visible in the debugger. 2009-10-09 05:46:32 +00:00
Aaron Giles
a6c5893732 Assert copyright ownership of core library files, and relicense
under standard BSD license.
2009-10-09 05:25:04 +00:00
Brian Troha
b6ddc8a375 update to multifish driver...
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
2009-10-09 03:39:38 +00:00
Brian Troha
cb81ea7602 new clone added: Go For the Gold
New Clone Added
---------------------------
Go For The Gold (Japan) [Darran]
2009-10-09 02:43:23 +00:00
Fabio Priuli
9debc2c5d0 Removing old and duplicate code for genesis/megadrive from MAME (part 1)
Also, moved some megaplay/megatech constant to a struct and refactored some code (work in progress)
2009-10-08 23:37:03 +00:00
Brian Troha
1801f68df1 Adds PCB layout for Igrosoft's Gambling hardware in the multfish.c driver. 2009-10-08 22:22:20 +00:00
Brian Troha
6bc8924059 Corrected rom names for Frogger (Sega set 2) [Derrick Renaud] 2009-10-08 20:34:55 +00:00
mariuszw1
ab5a5a5ee0 Fixed multigm2 and multigm3 (Mantis bug 03441) [Mariusz Wojcieszek] 2009-10-08 20:22:55 +00:00
Angelo Salese
f4cfb7bd30 Fixed c&p error 2009-10-08 17:19:03 +00:00
Angelo Salese
5b1f8c6342 Fixed mamedriv 2009-10-08 17:17:41 +00:00
Angelo Salese
989d22308f New games added or promoted from NOT_WORKING status
---------------------------------------------------
Danchi de Quiz [Guru]
2009-10-08 17:13:20 +00:00
Derrick Renaud
425a18f6fd Blue Shark - added octopus sound 2009-10-08 01:24:14 +00:00
mariuszw1
333f187efa Fixed DMA write mask register in 8237dma [Mariusz Wojcieszek] 2009-10-07 15:54:25 +00:00
stephh
d845aff338 Updated arkanoid.c driver.
New clone added
----------------
Block 2 (Arkanoid bootleg) [Andy Welburn, stephh]
2009-10-07 05:36:49 +00:00
Derrick Renaud
935e63f8aa More sounds for Shuffleboard 2009-10-07 03:24:19 +00:00
Derrick Renaud
0d1660e579 DISCRETE_CRFILTER, DISCRETE_RCFILTER
- optimized my recent changes.  Not worth mentioning.
2009-10-06 23:24:17 +00:00
Fabio Priuli
37443dbc67 Giving proper credit snessdd1.c emu 2009-10-06 22:06:20 +00:00
Fabio Priuli
a26bae1c3e since BSNES has become GPL code but byuu has been so kind to grant an exemption for MAME/MESS, let's update the related source files to be license compatible (I don't think it's worth any mention) 2009-10-06 21:00:06 +00:00
Derrick Renaud
0d2cc29ee6 Shuffleboard - started discrete sounds 2009-10-06 02:47:25 +00:00
Derrick Renaud
1a8a712eed DISCRETE_CRFILTER, DISCRETE_RCFILTER
- revert vref change from rev 6979.
 - added capability for all values to be nodes.

Starship 1 - fixed motor sounds.
2009-10-06 00:45:35 +00:00
Brian Troha
d87c199d52 Fixes up the ports for the last additions to the galdrvr.c (Battle for Atlantis & Phoenix Part 2) and marks 1 rom as a bad dump 2009-10-05 23:12:10 +00:00
Couriersud
1a263d82f2 Discrete update
- 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
2009-10-05 22:01:48 +00:00
Couriersud
138d136ea8 Add EXPECTED macro
- This complements the already existing UNEXPECTED
2009-10-05 21:54:18 +00:00
Brian Troha
eb310e9942 New clone & new game for galdrvr.c
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]
2009-10-05 21:48:57 +00:00
Phil Bennett
05ce6dd611 Added correct 64Mb CROM dumps to spikeout [Phil Bennett] 2009-10-05 18:54:23 +00:00
Phil Bennett
cd96e89830 New non-working clones added
----------------------------
Block 2 (bootleg of Arkanoid) [David Haywood, Andy Welburn]
2009-10-05 17:03:34 +00:00
Phil Bennett
4c52712c8a Added astrode to mamedriv.c 2009-10-05 16:48:07 +00:00
Scott Stone
f4e36cad0c Fixed: 03463: kingball, kingballj: Wrong coinage DIP options.
Comments:  The imported settings from galaxian were not matching up and a new set of game specific coinage setting were needed to match behavior in-game.
2009-10-05 15:36:32 +00:00
R. Belmont
0585b0a309 m68k: throw F-line trap correctly when PMMU instructions are hit on non-equipped CPUs. 2009-10-05 04:26:11 +00:00
Brian Troha
1945a6b4cb Adds color prom to Omega [Andy Welburn]
prom comes from an archive of a bootleg game Phoenix Part 2 (on Artic Multi-System (Galaxian hardware)).  Statement in the readme says "the colour prom that was on the pcb that the rom daughtercard was in, actually matches 'Omega' (a 'the end' hack)."

So it I added it to the rom def.
2009-10-05 03:26:05 +00:00
Derrick Renaud
ba7640df3e Space Walk - started Springboard Miss sound 2009-10-05 01:18:30 +00:00
Derrick Renaud
82a4484345 Space Encounter - fixed enemy shot sound 2009-10-04 23:21:51 +00:00
Derrick Renaud
35323e6162 Fixed compile warning. 2009-10-04 22:15:59 +00:00
Brian Troha
e32fb3f18d fix compile issue due to not renaming pirate_1 to pirate_2 in multfish.c 2009-10-04 07:44:49 +00:00
Brian Troha
2a1bbac7bb fix the Island set's game names (IE: add "backdoor" to set 2) in the multfish.c driver 2009-10-04 07:11:32 +00:00
Brian Troha
7051d74a63 multifish driver update
Credit: MetalliC

Hooked up RTC (real time clock)
Added documentation about backdoor / bootleg / hacks

New Clones Added
--------------------------------
Pirate (060803) [MetalliC]

New Game Added
--------------------------------
Pirate 2 (061005) [Metallic]
2009-10-04 06:58:26 +00:00
Aaron Giles
1b6e100abd Last minute compile fix. 2009-10-04 05:36:27 +00:00
Aaron Giles
aff6be5877 Cleanups and version bump. 2009-10-04 05:08:50 +00:00
Andrew Gardner
844ea6b37e Hooked up Polynet Warriors joystick properly. [Andrew Gardner]
(The 68020 is uploading numbers to the dsp, but it looks like the dsp56k CPU core has a few more bugs to iron out before it MACs what it's given).
2009-10-04 04:08:30 +00:00