Commit Graph

6954 Commits

Author SHA1 Message Date
Brian Troha
9478d26f4a multifish driver update.
reverted names back to just "1" versus multi_fish.001.  It was pointed out the actual rom labels read just "1"... though in Igrosoft's list of hashes the full "multi_fish.001" name is used.

Stripped out the "hack" comments per game in lieu of a single comment about the first set being the "official" has while the other sets may be hacks or alt regions version.
2009-08-16 19:33:03 +00:00
Brian Troha
edaad16fb8 multifish driver update....
corrected keks rom names and added info about the later update added an alt version of Island 2.
2009-08-16 18:15:07 +00:00
Couriersud
4ab4908ac7 Galaxian sound
- Use DISCRETE_NOTE for pitch generation; it is more accurate (within the one ms where the pitch changes :-) ) and saves a node
- Use DISCRETE_BITS_DECODE and save 2 nodes.
2009-08-16 16:35:46 +00:00
Angelo Salese
74d1de9d17 [SNES]: Made dynamic H resolutions to be called only at vblank start and and fixed gfx mode switching 1/5 and 5/1 2009-08-16 13:50:08 +00:00
Fabio Priuli
100afe3a03 [SNES] minor change: converted color clipping to use struct entries 2009-08-16 11:41:53 +00:00
Brian Troha
4a20d195df better rom name for odd set in multfish.c 2009-08-16 03:05:01 +00:00
Brian Troha
62d977350f Multifish driver update:
updated rom name based on listed files and hashes listed by Igrosoft.  Added additional info about rom changes and found a bad_dump rom so 1 set gets removed.
2009-08-16 02:43:07 +00:00
R. Belmont
da129b6a6d [03312] Default "music" DIP to off in ertictac.
Game was hanging due to missing sound hardware emulation and IRQs, turning
off the DIP makes it run while that's worked on.
2009-08-16 01:40:41 +00:00
R. Belmont
aee9affc56 [02959] snesb: enable perfect timeslicing, fixes sound CPU comms hang in kinstb. 2009-08-16 00:54:57 +00:00
R. Belmont
1061eef9f7 nwk-tr.c: fix RF5c400 clock
Again the crystal value from the Guru readme was previously ignored :)
2009-08-16 00:41:28 +00:00
R. Belmont
71e8c63a60 [03275] Fixed RF5C400 clock in hornet.c games.
Guru had the right clock in the PCB readme all along (16.9344 MHz = 44100 Hz
sample rate) :)
2009-08-16 00:37:16 +00:00
Angelo Salese
cba2819dd9 [SNES]: Added clip colors to black window function 2009-08-15 22:16:00 +00:00
Couriersud
61f12dbf6c Added DISCRETE_BIT(S)_DECODE
- decodes individual bits from input values
- Updated drivers which had macro DISCRETE_BITSET (which was a bit misleading)
- This should be slightly faster than using DISCRETE_TRANSROM
2009-08-15 18:43:56 +00:00
Angelo Salese
5ad5752fd1 [SNES]: Fixed HDMA mid-frame inits. 2009-08-15 17:42:38 +00:00
Brian Troha
891c5d7ad1 update to the Multifish driver.
Added some 2006 revisions that are at least 3 years old to the driver.  Minor formating / white space clean up.  Minor header information change / clean up.

Added copyright year to mamedriv.c for the Multifish sets.

New Clones Added
--------------------------------
Fruit Cocktail (060111) [Vampirz]

New Games Added
--------------------------------
Island 2 (060529) [Vampirz]
Pirate (060210) [Vampirz]
Keks (several sets) [Vampirz]
2009-08-15 14:25:34 +00:00
Angelo Salese
5684f6198d [SNES]: Made the OAM address reset more accurate. 2009-08-15 14:03:21 +00:00
Couriersud
6f63ec3117 Galaxian sound
- removed emu_timer, this was causing a stream of stream_updates only updating 3 samples
- replaced with discrete timer module DSS_TIMER now.
2009-08-15 13:01:13 +00:00
Couriersud
3874ecc65c DSS_COUNTER updates
- clock_node no longer needs to be static for DISC_CLK_IS_FREQ
- rewrote inc/dec logic to avoid loop
2009-08-15 12:56:48 +00:00
Angelo Salese
1f4ecb37a3 [SNES]: Reverted last commit since that some gfxs breaks badly. 2009-08-15 12:56:29 +00:00
Angelo Salese
02cfc27453 [SNES]: Fixed HDMA boundary as well 2009-08-15 11:15:07 +00:00
R. Belmont
2a76fb52c6 YM2612/3834 updates [Eke-Eke, Nemesis]
- Split YM2612/3834 to a separate file to avoid disturbing other OPN chips
- SSG-EG, envelope, LFO, and CSM behavior all improved to better match 
  tested behavior on real YM2612 chips
2009-08-15 02:48:52 +00:00
Angelo Salese
fd4684ace5 [SNES]: fixed a GDMA boundary bug 2009-08-15 00:09:08 +00:00
Couriersud
417069088f Added define LOG to enable/disable calling logerror 2009-08-14 21:35:59 +00:00
Couriersud
bb4a4dfa8d Galaxian sound updates
- Moon Cresta and Galaxian now have their respective schematics emulated, i.e. Moon Cresta has a slightly different mixing stage.
- Cleaned up driver, added some section titles and comments, removed old code.
2009-08-14 21:33:55 +00:00
Couriersud
3608d0e4e2 This one requires a "make clean"
Discrete sound 
- removed global variable discrete_current_context
- discrete_info is now passed instead of device, we may get device by using disc_info->device
- Added DISCRETE_IMPORT(*block): imports another discrete block
- Added DISCRETE_REMOVE(node1, node2): removes a range of nodes
- Added DISCRETE_REPLACE: next node replaces existing node, thus preserving run order
- Added DISCRETE_NOP(node): does nothing, to be replaced.
- Added a prescanning stage to build final block list after execution of the above.
- The additions provide an easy way to document subtle difference between boards. 
- Please see audio/galaxian.c for an example
2009-08-14 21:30:15 +00:00
Fabio Priuli
ff6bd235a1 On behalf of Haze: fixed sound ROM with correct dump in Wow New Fantasia 2009-08-14 21:01:27 +00:00
Angelo Salese
84c4dbd3c4 [SNES]: Fixed interlace mode gfxs when not in gfx modes 5/6 2009-08-14 20:36:38 +00:00
Angelo Salese
2e9ac77847 Fixed a compile bug when the debug build is on 2009-08-14 19:20:43 +00:00
Angelo Salese
c9e2503f70 [SNES]: Fixed a blending bug involving main/sub color maths 2009-08-14 17:27:04 +00:00
Brian Troha
ca26eac6e8 sfbonus.c driver corrections:
Corrected name from Devil's Island to Devil Island
filled in year for Fruit Bonus 2006 SE & Bug Fever

Both were released in August of 2006
2009-08-14 16:47:00 +00:00
Angelo Salese
4349fa2591 [SNES]: Fixed a potential bug with direct colors 2009-08-14 16:10:09 +00:00
Scott Stone
0408e71919 Fixes: 03387: galmedes: Demo Sound Dip Inverted 2009-08-14 16:08:27 +00:00
Fabio Priuli
25cc8302b9 New games added or promoted from NOT_WORKING status
---------------------------------------------------
WOW New Fantasia [David Haywood]
2009-08-14 07:55:04 +00:00
Fabio Priuli
cf2629e730 Removed missing sets from multfish.c
Sorry, but I was tricked by (the way I used) clrmame and thought the parents were available
2009-08-14 07:30:18 +00:00
Angelo Salese
a25aad62d6 [SNES]: Fixed a vram out-of-bounds bug 2009-08-13 23:15:51 +00:00
Angelo Salese
4fb422ad3f [SNES]: Reverted color shifting since that it's confirmed that data is actually zero padded. 2009-08-13 21:11:05 +00:00
Angelo Salese
8e4fdfe7e5 ST-V: Improved timer 1 irq behaviour. Pebble Beach still have issues with gameplay start though (writes lots of garbage for whatever reason, really worked for random chances before). 2009-08-13 19:43:35 +00:00
Angelo Salese
48c1032e98 [SNES]: Fixed direct color gfxs in mode 3/4, also fixed color data shifting in both modes. 2009-08-13 18:33:20 +00:00
Angelo Salese
3c4fbfa9f7 [SNES]: Fixed direct color gfxs in mode 7 2009-08-13 16:48:46 +00:00
Yasuhiro Ogawa
3db0af5eef further ROM name fixes and driver name changes
- renamed digdugb to digdug1 (it's a rev1, not a bootleg)
 - renamed digduga1 to digdugat1
2009-08-13 08:08:31 +00:00
Fabio Priuli
9a136e1355 Added a lot of new clones to multfish and cleaned up the driver.
Not sure if the original sender wants to be mentioned as Maurizio Clementini or Vampirz.
2009-08-13 07:38:39 +00:00
Aaron Giles
e3f1f454f8 Cleanups and version bump. 2009-08-13 05:56:25 +00:00
Aaron Giles
55480e3ce9 From: hoge hoge [c8cv@hotmail.com]
Sent: Wednesday, August 12, 2009 4:27 PM
To: submit@mamedev.org
Subject: twin16 update
Hello,

Attached is an update for the Konami twin16 driver, see diff for details.
Functional changes:
- improved sprite status register, this fixed the rogue sprites problem in devilw
- added fround coin counters
- lowered k007232 volume
- added savestate support
- added shadows
- fixed devilw and gradius2 sprite lag
- added text layer x/y flipping
- reverted gradius2 sprite-background priority hack, this fixes severe priority problems in 
devilw, but reintroduces bugs on gradius2 level 7 and ending

affected mametesters bugs:
fixed: 02267, 00191, 02553
partial, due to revert: 02523 (intro is ok again, but old priority bugs are reintroduced), 
02268 (ok in-game, small priority problem in prologue)

Greets,
hap
2009-08-13 05:17:16 +00:00
Aaron Giles
5fae7c5093 From: David Haywood [neohaze@nildram.co.uk]
Sent: Wednesday, August 12, 2009 1:39 PM
Cc: Aaron Giles
Subject: Re: Fw: [The Dumping Union] Triple Draw Poker

after double checking, the correct credit on this should be

New Games
-------------

Triple Draw Poker [Team Europe, David Haywood] (Wrong Colours)

David Haywood wrote:
> This adds it, seems to be playable.  Colours are bad due to lack of
> proper Prom
>
> Klaus Sommer wrote:
>> hi!
>>
>> i know there should be a bprom....i contacted the owner
>> already....hopefully he will/could dump it!   Can it be added anyway?
>>
>>
>>
>> ----- Original Message ----- From: "David Haywood"
>> <neohaze@nildram.co.uk>
>> To: "Klaus Sommer" <klaus@hotsummer.at>
>> Sent: Wednesday, August 12, 2009 10:02 PM
>> Subject: Re: Fw: [The Dumping Union] Triple Draw Poker
>>
>>
>>> I'm guessing there should be a PROM somewhere?  Galaxian hardware
>>> uses one for colour.
>>>
>>> Klaus Sommer wrote:
>>>> Maybe you can add it, if you want!
>>>>
>>>> Klaus
>>>>
>>>> ----- Original Message ----- From: "Sommer" <klaus@hotsummer.at>
>>>> To: <the-dumping-union@googlegroups.com>
>>>> Sent: Wednesday, August 12, 2009 12:41 PM
>>>> Subject: [The Dumping Union] Triple Draw Poker
>>>>
>>>>
>>>>> hi!
>>>>>
>>>>> just got this dump from an teammember in germany! The Game is
>>>>> called "Triple Draw Poker" and it's based on (Galaxian Hardware).
>>>>> the game is made by "Thomas Automatics INC (T.A.I.)" in 1983.
>>>>>
>>>>>
>>>>>
>>>>> attached are the roms, an ingame-screenshot, a board-picture and a
>>>>> rom-position-picture!
>>>>>
>>>>> If the game get's added to mame please mention "Team Europe".
>>>>>
>>>>> thx,
>>>>> Klaus
>>>>>
>>>>>
>>>>> --~--~---------~--~----~------------~-------~--~----~
>>>>> To send an e-mail to the group: the-dumping-union@googlegroups.com
>>>>> Group home page: http://groups.google.com/group/the-dumping-union
>>>>> -~----------~----~----~----~------~----~------~--~---
>>>>>
2009-08-13 05:15:13 +00:00
Aaron Giles
fa26ea736b From: Kevin Eshbach [mailto:keshbach@comcast.net]
Sent: Sunday, August 09, 2009 6:38 PM
To: submit@mamedev.org
Subject: Patch file with some minor documentation updates

Enclosed is a patch file with the following minor documentation updates:
 
*	Added placeholders for the PALs that Sarge uses
*	Added documentation on the boards used by Sarge and Spy Hunter
 
 
 
Kevin Eshbach
2009-08-13 05:13:56 +00:00
Aaron Giles
0285f8bf60 > From: David Haywood [mailto:neohaze@nildram.co.uk]
> Sent: Sunday, August 09, 2009 4:55 PM
> To: Aaron Giles
> Subject: 9-Ball Shootout Championship
> 
> redumped bad roms in 9-Ball Shootout Championship + verified checksums
> against rom labels [SiftWare]
> 
> new working
> -------------
> 
> 9-Ball Shootout Championship [SiftWare]
2009-08-13 05:13:14 +00:00
Aaron Giles
21d9be570c From: hoge hoge [mailto:c8cv@hotmail.com]
Sent: Sunday, August 09, 2009 8:39 AM
To: submit@mamedev.org
Subject: depthch overlay

Hi,

Attached diff for 0133u1 adds a simple color overlay for Depthcharge 
based on http://www.arcadeflyers.com/?page=flyer&db=videodb&id=1701&image=1 , 
clone subhunt is excluded since that's a different cab and no good photos were 
found. Related mametesters bug: http://www.mametesters.org/view.php?id=2858

hap
________________________________________
2009-08-13 05:12:31 +00:00
Aaron Giles
e77d5b559a > From: David Haywood [mailto:neohaze@nildram.co.uk]
> Sent: Sunday, August 09, 2009 11:38 AM
> To: Angelo Salese; Aaron Giles
> Subject: Re: SkyLove
> 
> This adds 'skylove'
> 
> I don't know who to credit
> 
> New Games
> ----
> 
> Sky Love [????, David Haywood]
> 
> I've assumed (for lack of any better information) that it uses the same
> layout as shuttle invader.
> 
> Angelo Salese wrote:

--

From: bbmmamoh [bbmmamoh@mx9.ttcn.ne.jp]
Sent: Friday, August 07, 2009 9:37 AM
To: Aaron Giles
Subject: "SKYLOVE (OEC, 1980)" has been uploaded !
Hello Aaron, 
 
The ROM images of "SKYLOVE (OEC, 1980)" 
have been uploaded at 
 
http://rapidshare.com/files/264778937/SKYLOVE.ZIP
 
Also,
the ROM images of "PROGOLF (bootleg, 9 holes, ROM ver.)" 
have been uploaded at 
 
http://rapidshare.com/files/264778938/PROGOLFB.zip
 
Please use these files for the MAME project. 
 
BBM
2009-08-13 05:10:59 +00:00
Aaron Giles
9d7fceab3b From: hoge hoge [c8cv@hotmail.com]
Sent: Friday, August 07, 2009 2:36 PM
To: submit@mamedev.org
Subject: spacwalk color overlay
Hello,

Here's a color overlay for spacwalk, based on the photo in this thread: 
http://www.mameworld.info/ubbthreads/showflat.php?Number=197946
NOTE: this diff is not complete, mame/drivers/mw8080bw.c needs some small 
changes manually due to the diff being incorrect for others since I 
changed that file already:
at the includes: #include "spacwalk.lh"
at the gamelist: /* 640 */ GAMEL(1978, spacwalk, 0,        spacwalk, spacwalk, 0, ROT0,   "Midway", "Space Walk", GAME_NO_SOUND | GAME_SUPPORTS_SAVE , layout_spacwalk )

Greets,
hap
2009-08-13 05:09:22 +00:00
Aaron Giles
6f8be150e6 From: hoge hoge [c8cv@hotmail.com]
Sent: Friday, August 07, 2009 9:33 AM
To: submit@mamedev.org
Subject: z180 daatable removed
Since I removed the daatable from i8085, and the z180 one is exactly the 
same, I might as well remove that one too, see attached diff.

hap
2009-08-13 05:07:00 +00:00