Commit Graph

6102 Commits

Author SHA1 Message Date
Aaron Giles
c2ec1768ad > -----Original Message-----
> From: David Haywood [mailto:neohaze@nildram.co.uk]
> Sent: Saturday, July 25, 2009 4:44 AM
> To: Aaron Giles; Angelo Salese; Klaus Sommer, B.Sc
> Subject: new Pinball Action clone
> 
> I've asked Klaus to check if the roms which appear overdumped are the
> correct size for the rom types on the PCB he has.  rom 12 in his dump
> appeared to be bad, but as it's just another plane of the sprite roms
> (the rest of which matched) I've used the one from the other sets.
> 
> This is a 'less encrypted' version, which just uses the Sega encryption
> without the extra overlay / protection present on set 3.
> 
> new clones
> -----------
> 
> Pinball Action (set 4, encrypted)  [Team Europe / Dumping Project]
>
2009-08-02 18:40:08 +00:00
Aaron Giles
96662603ba Minor namechange fix. Unsure whether "Hologram Time Traveler" should be
the actual name based on the two-piece bezel and occasional flyer, but
it's only one "l".
--------------------------------------------
Stiletto
stiletto@fastmail.fm
2009-08-02 18:39:03 +00:00
Aaron Giles
7d83f221e0 Changed sound z80 of ghost and goblins from 3mhz to 1.5mhz as verified
on pcb
[Corrado Tomaselli]
2009-08-02 18:38:19 +00:00
Aaron Giles
cb94f096d8 From: hoge hoge [c8cv@hotmail.com]
Sent: Friday, July 24, 2009 11:18 AM
To: submit@mamedev.org
Subject: bootleg manufacturers inconsistent
Hello,

Attached is a diff that fixes some inconsistencies with bootleg 
manufacturer names, eg. using Bootleg (big B), or using the 
original company if the rom is a bootleg.

hap
2009-08-02 18:36:28 +00:00
Aaron Giles
9af10a7e50 I verified the vertical syncs on the following pcb:
system18 motherboards
ninja ryukenden
tricky doc
raiden
Ninja Kid 2
atomic robokid
tiger road
stv motherboard
toki
raiden 2 / raiden dx (same pcb)
cabal
blood bros
tengai
gng
rally byke
vimana

[Corrado Tomaselli]
2009-08-02 18:35:14 +00:00
Aaron Giles
64e4c6b35f From: hoge hoge [c8cv@hotmail.com]
Sent: Thursday, July 23, 2009 1:11 PM
To: submit@mamedev.org
Subject: scudhamm analog controls improved
Hi,

Attached is a diff for mame 0133 that changes Scud Hammer analog controls 
from paddle to accelerometer. Previously, if you did nothing, the paddle 
control caused the hammer to smash automatically.

Greets,
hap
2009-08-02 18:31:11 +00:00
Aaron Giles
0df8391ad7 > From: Atari Ace [mailto:atari_ace@verizon.net]
> Sent: Wednesday, July 22, 2009 8:18 PM
> To: submit@mamedev.org
> Cc: atariace@hotmail.com
> Subject: [patch] priority_bitmap global begone!
> 
> Hi mamedev,
> 
> This patch set migrates priority_bitmap from a global variable to the
> running_machine object.  The first patch adds it to the machine
> object, adjusting some routines to take a machine/screen object in
> preparation and others to use a local variable for the bitmap.  The
> second patch then converts all the global vars to (typically)
> machine->priority_bitmap, this patch was generated by the included
> script.  The last patch removes the global priority_bitmap.
> 
> ~aa
2009-08-02 18:30:00 +00:00
Aaron Giles
0ca4404705 quakeat.c: Changed quake CPU speed to 233MHz, added basic PC IO map, hooked up 8259, corrected year to 1998, added some TODO statements.
[Luigi30]
2009-08-02 18:24:13 +00:00
Aaron Giles
c94f9a445c Changed clocks on Trojan as verified on pcb [Corrado Tomaselli] 2009-08-02 18:23:23 +00:00
Fabio Priuli
1356d85768 Fixed bmdct description (as per hap report and confirmation on various websites) 2009-08-02 17:49:11 +00:00
Brian Troha
407d84ec14 Documents what the "language" dipswitch actually does for Rapid Hero. When set to "Japanese", the main characters text "talk" on the Stage Clear screens. When set to "English" you simply see "Stage 'x' Clear" (where 'x' is the current stage you just finished). 2009-08-02 17:23:47 +00:00
Roberto Zandona
cd8369e0ee progolfa: removed a unnecessary for 2009-08-02 17:19:04 +00:00
Roberto Zandona
c2f590cf7d better implementation of the decryption routine in progolfa 2009-08-02 17:15:25 +00:00
Roberto Zandona
a674247f45 decrypted progolfa 2009-08-02 17:00:48 +00:00
Fabio Priuli
671dbc5716 Fixed MT 03314: mrdrillr, mrdrilr2: Title should be "Mr. Driller" (dot), not "Mr Driller" 2009-08-02 15:04:50 +00:00
Fabio Priuli
6d2a03d200 Unified sets with unknown manufacturer to use all the same manufacturer <unknown> 2009-08-02 14:36:46 +00:00
Fabio Priuli
7e22c033cf Removed a last redundant element from NES PPU struct 2009-08-02 10:40:58 +00:00
Roberto Zandona
567ca7d7dd bowl3d: added some dsws 2009-08-02 07:54:19 +00:00
Roberto Zandona
bac28fa7a4 some improvements to the meadows driver:
- set autocenter value to 0 in deadeye
- implemented correct inputs in bowl3d and removed not working flag

New games added or promoted from NOT_WORKING status
---------------------------------------------------
3-D Bowling [robiza]
Panther [Angelo Salese, robiza]
2009-08-02 06:53:02 +00:00
Fabio Priuli
bfd3937587 Added default input mappings for gambling / poker / slot games. Converted many drivers to use the new mappings. 2009-08-02 02:05:26 +00:00
Fabio Priuli
d57100051b Made "static" the new functions and handlers in NES PPU code 2009-08-02 02:01:40 +00:00
Brian Troha
ef069cefdd NMK16 driver clean ups.
Merging some of the duplicated code in nmk16.c, and attempting to handle the larger tilemaps used by Thunder Dragon 2, Rapid Hero and Macross 2 in a more correct way. This has fixed some glitches in the intro of Rapid Hero without breaking the ingame graphics. [David Haywood]
2009-08-02 00:38:21 +00:00
Brian Troha
19b9ab7ed5 New Clone Added: Cruis'n Exotica v2.0
New Clone Added
------------------------------------------
Cruis'n Exotica v2.0 [Smitdogg, Guru, Dumping Union] (not working)
2009-08-01 23:59:46 +00:00
Roberto Zandona
ca7dda36ac panther: removed debug code 2009-08-01 20:03:48 +00:00
Roberto Zandona
78159346f0 panther:
- better inputs implementation
- removed some info in the driver
2009-08-01 19:58:09 +00:00
Roberto Zandona
fe72a804dc panther:
implemented inputs
promoted to working
2009-08-01 19:52:09 +00:00
Couriersud
003b3e79d0 03349: mpatrol, mpatrolw: Wimpy explosion sound
- Revisited schematics
- Found 10-Yard schematics as well
- Corrected a bug, some discrete values and added two RC nodes from schematics
2009-08-01 18:38:38 +00:00
Roberto Zandona
706b6385e4 panther:
different implementation of c020 port; now the game boot up
2009-08-01 17:39:32 +00:00
Fabio Priuli
6ab50fc436 Cleaned up NES PPU interface and struct [Fabio Priuli]
Fixed multigam & multigmb [Robert Bohms]
2009-08-01 12:08:52 +00:00
Scott Stone
3f4b8a9c42 Sound map cleanup for the taito_x.c driver. 2009-07-31 23:05:15 +00:00
Brian Troha
99686eabe5 Enable the new clone in mamedriv.c for Touchmaster 5000 2009-07-31 19:50:04 +00:00
Brian Troha
e818609cd1 New clone added: Touchmaster 5000 V7.01 Standard
New Clone Added
--------------------------
Touchmaster 5000 (v7.01 Standard) [Brian Troha, Dumping Union]
2009-07-31 19:47:05 +00:00
Angelo Salese
5ef26ba2d4 I was sure that I've added this note before... 2009-07-31 19:42:23 +00:00
Brian Troha
e154f47cf9 adds dip port location to Super Pac-Man, Pac & Pal, Grodbda, Phozon, Mappy, Tower of Druaga, Dig Dug II and Motos as well as clones [Brian Troha] 2009-07-31 18:51:29 +00:00
Brian Troha
1012c7ee95 adds dip port location to Air Attack, SS Mission and Twin Action [Brian Troha] 2009-07-31 16:48:37 +00:00
Angelo Salese
f738a4b3c4 new not working
---------------
Panther [Mr. Do]

(issues should be very simple to fix, I don't have free time to check them out in these days so if anybody wants to fix them...)
2009-07-31 15:47:20 +00:00
Fabio Priuli
fd631b29b6 Commit of Robert Bohms' NES PPU updates (please refer to his -emails for details)
Also, not worth mention, I've done some readability tweaks and fixed some crashes in cham24 and multigam (due to wrong copy and paste in the original diffs). multigam.c games still have some issues (which I'm trying to fix with Rob's help)
2009-07-31 09:10:31 +00:00
Fabio Priuli
6cdff80638 Fixed MT3366: Default mametiny build no longer compiles 2009-07-31 05:16:12 +00:00
R. Belmont
04e71e4d70 39in1: Fixed EEPROM byte order on load so ID check passes. 2009-07-31 03:21:22 +00:00
Scott Stone
cb6691e7ba Fixed a expanded setname in tiny.c (for default mametiny build) 2009-07-31 02:23:23 +00:00
Brian Troha
9f7153365b adds dip port location to Stagger I & clones, Bubble 2000, Fire Hawk and Spectrum 2000 [Brian Troha] 2009-07-31 01:22:29 +00:00
Brian Troha
168ae7f259 New Clone Added: Outrun (Original revision)
New Clone Added
----------------------------
Outrun (original revision) [Guru]
2009-07-31 00:42:09 +00:00
Brian Troha
d1d32e4a4f Guardian Storm in working state by Haze
Please list the as follows under New Clone Added (and not the New Game that I had originally)

New Clone Added
------------------------------
Guardian Storm [Christian Raftopol, David Haywood, Dumping Union]
2009-07-30 23:08:09 +00:00
Ryan Holtz
d0cbfcb018 Fixed LCD DMA behavior in 39in1. [MooglyGuy] 2009-07-30 22:34:58 +00:00
Roberto Fresca
0bb0bac126 funworld.c improvements...
- Removed generic funworld DRIVER_INIT.
- Added partial PIAs connection diagram.
- Updated technical notes.
2009-07-30 18:06:45 +00:00
Brian Troha
84486f008b Enable clone of Guardian Storm...
Also, though not mention in the former check-in:  Added Guardian Storm PCB layout [Brian Troha]
2009-07-30 16:52:43 +00:00
Roberto Fresca
b6e7e2ee67 Ok.. Fixed the stuff and added proper PAL dump. Code gen needs to be reversed.
New clones added
----------------
Royal Card Professional v2.0 [Team Europe / Dumping Project] (NOT WORKING)
2009-07-30 15:59:07 +00:00
Jonathan Gevaryahu
21334d8600 add new xtal for vk100 in mess 2009-07-30 14:46:29 +00:00
Fabio Priuli
067fa4e60a Fixed a last validation issue 2009-07-30 12:42:39 +00:00
Scott Stone
566b865ccc A number of corrections to video, machine or encryption routines tied to the use of 'gamedrv->name' to lookup an individual setname or for use in a table. A more exhaustive search will be done to find more. 2009-07-30 10:40:22 +00:00