Commit Graph

10503 Commits

Author SHA1 Message Date
Angelo Salese
f6f047ff6d Duplicate 2010-12-22 17:58:52 +00:00
Angelo Salese
1d45fe4e7a Missing from mamedriv.c, no whatsnew 2010-12-22 17:56:03 +00:00
Michaël Banaan Ananas
b04031ff49 fix mt bug 4150 2010-12-22 17:42:30 +00:00
Scott Stone
eb51987ac0 Corrected game clock for dai3wksi as verified on PCB [Guru] 2010-12-22 13:30:23 +00:00
R. Belmont
a6c55a3f2e Naomi updates:
- Added Rev. C Naomi 2 Export BIOS [The Dumping Union]
- Fixed some rom filenames that didn't fit MAME standard [Cah4e3]

New games added as GAME_NOT_WORKING
-----------------------------------
Derby Owner's Club World Edition (Rev. D) [f205v, Cah4e3]
2010-12-22 03:32:25 +00:00
Scott Stone
ec22c1d014 New games added or promoted from NOT_WORKING status
---------------------------------------------------
Dai San Wakusei Meteor - Hau, Chack'n


Comments:
This is the initial check-in of the driver which was posted (plus some driver notes based on some quick tests).  If anyone has work they need to add (discrete audio, dip/input improvements), please work with this as a base.
2010-12-22 02:10:16 +00:00
Angelo Salese
a3b5c731f7 Fixed BK3 bitplane order in Legionnaire, fixes the map screen colors in it [Angelo Salese] 2010-12-22 01:36:15 +00:00
Angelo Salese
5d07abb9ec Added a preliminary DMA to the Legionnaire driver, fixes some color issues in Legionnaire and Denjin Makai [Angelo Salese] 2010-12-22 01:20:13 +00:00
Angelo Salese
3b2d3984a2 Decoded GFX roms in Seibu Cup Soccer bootleg sets [David Haywood] 2010-12-22 00:52:16 +00:00
Angelo Salese
7b0a2369e9 Fixed a very old (subtle) regression of mine regarding Seibu Cup Soccer bootleg, no whatsnew 2010-12-21 22:49:54 +00:00
Brian Troha
2ce99369e7 add multfish.h 2010-12-21 21:47:26 +00:00
Brian Troha
e7c75086f9 add the newest sets for the Multifish.c mods 2010-12-21 21:40:54 +00:00
Brian Troha
0e2d04d4e2 multfish.c update: [MetalliC]
- full save-states support
- changed to use timekeeper-device instead of mvram + custom code
- now  use  timekeeper as Z80 banked RAM (verified with hardware,
  now full game stats saved on power on/off as on real machine)
- graphics roms naming scheme changed as on Irgrosoft's hash-lists
for example -
  http://www.igrosoft.ru/download/md5/CrazyMonkey_hash.html
  http://www.igrosoft.ru/download/md5/CrazyMonkey_loto_hash.html
  http://www.igrosoft.ru/download/md5/CrazyMonkey_ent_hash.html
because  different  gfx-sets  not  "old  one"  or  "new  one", but for
different regions.
- Roll Fruit's always-locked-coinlock bug fixed
- few old missing roms found and added:
    Fruit Cocktail 030623 fcockt_3
    Lucky Haunter 030804  lhaunt_2
    Resident 040415       resdnt
- all known hashes added (entertainment, lottery, etc)
- misc cleanup
2010-12-21 21:39:25 +00:00
Angelo Salese
919ce83a7e Forgot new files 2010-12-21 21:22:13 +00:00
Angelo Salese
95671d74c1 new working game
----------------------
Balloon & Balloon (BnB Arcade) [Tim Schuerewegen]
Happy Tour [Tim Schuerewegen]
2010-12-21 21:17:38 +00:00
Angelo Salese
9996e79902 Corrected Rapid Fire DIP-SW as per Haze (no whatsnew) 2010-12-21 21:00:48 +00:00
Curt Coder
638d008bc6 Z80DART changes: [Curt Coder]
- fixed asynchronous transmit mode
- fixed channel A interrupt vector
- improved logging
2010-12-21 20:56:55 +00:00
Michaël Banaan Ananas
e455e778d0 add firebarr rapid fire dipswitch (no whatsnew) 2010-12-21 19:31:43 +00:00
Angelo Salese
e6344f4ef9 Bunch of notes 2010-12-21 18:43:55 +00:00
Phil Bennett
8adf189be1 vsnes.c: Corrected the Vs. Super Mario Bros (Alt) set name and added the Vs. Castlevania ROM location [Kevin Eshbach] 2010-12-21 16:00:32 +00:00
Phil Bennett
f269fb1b95 Updated the PALs that need to be dumped for Puyo Puyo and Bloxeed [Kevin Eshbach]
---------- Forwarded message ----------
From: Kevin Eshbach <keshbach@comcast.net>
Date: Sat, Dec 18, 2010 at 6:57 PM
Subject: Patch file with some minor updates
To: submit@mamedev.org

* Corrected the vs Super Mario Bros (Alt) set name
* Added the vs Castlevania rom location
* Updated the pals that need to be dumped for Puyo Puyo and Bloxeed
 
Kevin Eshbach
2010-12-21 15:47:49 +00:00
Angelo Salese
a2c1714403 Now randomly animate the title screen in New Zero Team ... 2010-12-21 15:37:07 +00:00
Curt Coder
86e191491e Added pinout. (no whatsnew) 2010-12-21 15:10:49 +00:00
Angelo Salese
65e3890a30 Added sprites 2010-12-21 03:48:32 +00:00
Angelo Salese
1a11a6af2e Fixed the sound banking, needs a new specific case (still no whatsnew) 2010-12-21 02:17:28 +00:00
Angelo Salese
769c881020 Changed the sound HW for New Zero Team, it clearly uses YM3812 and not YM2151 2010-12-21 02:09:13 +00:00
Angelo Salese
fd75254d68 Batch part 2 2010-12-21 02:02:37 +00:00
Angelo Salese
4f59d1b35e Lazy banking for the clones ... 2010-12-21 01:57:56 +00:00
Angelo Salese
7146c6acab new clone
---------
Raiden II (set 7, US Fabtek) [Smitdogg, The Dumping Union] (not working)
2010-12-21 01:51:55 +00:00
Curt Coder
8f31f46d4a Added receive byte function to MC6850 ACIA for MESS generic terminal emulation. [Curt Coder] 2010-12-20 19:15:27 +00:00
mariuszw1
6a1cad38e1 New games marked as NOT_WORKING
-------------------------------
Hydro Thunder [Mr. Do]
Offroad Thunder [Tom, gamerfan, Smitdogg, The Dumping Union]
2010-12-20 18:57:06 +00:00
Angelo Salese
5a82e1e9d1 First batch of fixes, made New Zero Team to boot again 2010-12-20 18:53:17 +00:00
Michaël Banaan Ananas
d789188098 companyname <unknown> consistency (no whatsnew) 2010-12-20 18:42:57 +00:00
Michaël Banaan Ananas
b2e3f1e84b they're bootlegs, so change company name from <unknown> to bootleg (no whatsnew) 2010-12-20 17:45:52 +00:00
Michaël Banaan Ananas
b38a049f53 rm nosound flag now that Kale made sound working in raiden II (no whatsnew) 2010-12-20 17:29:06 +00:00
Angelo Salese
37f9e00b73 It helps if I properly link the files 2010-12-20 17:04:48 +00:00
Angelo Salese
075e9b9f40 Splitted the two V33 games from the Raiden 2 cesspool for easier work, no whatsnew 2010-12-20 17:03:17 +00:00
Angelo Salese
300a85baae Added sound comms in Raiden 2, giving working sound to it [Angelo Salese] 2010-12-20 16:12:07 +00:00
Aaron Giles
7c2a83e1ef Add DEVICE_SELF_OWNER which allows an address map to refer to the
owner of its owning device. Useful for CPU address map handlers for
CPU's that are part of a device.
2010-12-20 14:08:32 +00:00
Miodrag Milanovic
6387823ea6 i8085 cpu Fixed loading of reg A from debugger 'do' command [Robbbert] 2010-12-20 13:54:18 +00:00
Miodrag Milanovic
07b5d6e615 Fix for bug #04142 [Miodrag Milanovic] 2010-12-20 09:36:38 +00:00
Michaël Banaan Ananas
d0c373bd77 tms9928a vblank time was off by a margin
Details for those who are interested:
0-191: render screen
192: dummy scanline, vblank interrupt at end
193-260: vertical retrace
261: pre-render scanline

(no whatsnew)
2010-12-19 23:26:19 +00:00
Michaël Banaan Ananas
366ded481c small mistake in prev commit :) 2010-12-19 22:50:36 +00:00
Michaël Banaan Ananas
32d7b9fbc3 corrected a flaw with tms9928a vram address, no whatsnew 2010-12-19 22:44:38 +00:00
R. Belmont
e7b9fb3df7 Added key dump for scptour [Guru] 2010-12-19 22:20:05 +00:00
Michaël Banaan Ananas
929cc3b1e3 (vball_gfxset wasn't multisession-safe) 2010-12-19 21:52:46 +00:00
Olivier Galibert
8ae2b4887e raiden2: Advance the cop code a little [O. Galibert] 2010-12-19 21:24:14 +00:00
Brian Troha
e9007eba58 multfish.c driver update. Adds 2 sets for Gnome and a new game Sweet Life 2 - No Whatsnew please! 2010-12-19 20:22:01 +00:00
Michaël Banaan Ananas
b03fd20b49 mt bug 03723 fix (schaser flipscreen) 2010-12-19 19:48:24 +00:00
Angelo Salese
97cbb1f2bc new working game
----------------------
Denjin Makai [Angelo Salese, David Haywood, Tomasz Slanina]

(added some dips)
2010-12-19 19:35:28 +00:00