Commit Graph

4282 Commits

Author SHA1 Message Date
Angelo Salese
7db76a327d fixed reels flipx (needed by Double Challenge) and commented out the unconditional decrypted rom write. 2009-02-13 23:48:03 +00:00
Brian Troha
a5cc9aeb22 minor updated info about the RTC & OSC on Soccer Fever PCB 2009-02-13 23:43:39 +00:00
Brian Troha
de1ca63f3c Updates the wheelfir.c driver with some additional information. 2009-02-13 23:41:19 +00:00
davidhay
fae56a4245 decrypt dblchal 2009-02-13 23:36:33 +00:00
davidhay
8490f19781 act2000/act2000a decrypted 2009-02-13 23:00:12 +00:00
Angelo Salese
cc6b8991ee added flipx and basic inputs to the sfbonus.c driver. 2009-02-13 21:44:15 +00:00
davidhay
07cf5c89f5 video work on sfbonus driver 2009-02-13 21:10:09 +00:00
Angelo Salese
61bfe0e75f added sound and some scrolling registers to the sfbonus driver 2009-02-13 20:39:25 +00:00
davidhay
730803276b more sfbonus.c sets 2009-02-13 19:24:27 +00:00
Brian Troha
276a76514e Changes NO_DUMP to BAD_DUMP in duplicate but different rom for Space Invaders DX (taito_b.c) 2009-02-13 19:01:59 +00:00
Brian Troha
927edd767b bad day today :-(
Give the two bad dumps a slightly different name so the can "live" in the same driver and/or zip file
2009-02-13 16:53:10 +00:00
Brian Troha
ec7cef9d68 changed two with the same Taito label but different CRCs as bad dumps. Taito was extremely good and giving different roms different ID numbers and or stating revisions. So it one or both are incorrect and need to be verified. 2009-02-13 16:50:16 +00:00
davidhay
815e840326 changed sfbonus to use tilemaps 2009-02-13 09:03:42 +00:00
Nicola Salmoria
b05bf34ce6 fix a contact MAMEDEV message 2009-02-13 08:52:31 +00:00
davidhay
48683b1d05 new not working
---

Sweet Hearts II (C - 07/09/95, Venezuela version) [Heihachi_73]
Margarita Magic (A - 07/07/2000) [Heihachi_73]
2009-02-13 08:32:22 +00:00
Roberto Fresca
2907ba3daf goldstar.c
- Added GAME_NO_SOUND flag to schery97, schery97a and skill98.
- Added some program version notes.
2009-02-13 05:57:43 +00:00
Roberto Fresca
279694666f Improvements to goldstar.c
- Full inputs & DIP switches from the scratch for schery97, schery97a, and skill98.
- Changed the sets description to match the program version.
- Cleaned-up the game driver zone for better organization purposes.


New games added or promoted from NOT_WORKING status
---------------------------------------------------
Skill Cherry '97 (ver. sc3.52) [Roberto Fresca, Olivier Galibert, David Haywood]
Skill Cherry '97 (ver. sc3.52c4) [Roberto Fresca, Olivier Galibert, David Haywood]
Skill '98 [Roberto Fresca, Olivier Galibert, David Haywood]
2009-02-13 04:24:17 +00:00
davidhay
22908d0f03 other parts of video ram are 'reel ram' 2009-02-13 00:54:44 +00:00
davidhay
86857f723e more sets in sfbonus.c 2009-02-13 00:45:08 +00:00
Angelo Salese
38cf1e5871 Minor update that hooks-up the rom banking in sfbonus.c, not worth mentioning. 2009-02-13 00:24:12 +00:00
Roberto Fresca
4f53e681ed Solved compile error due to undeclared string (DEF_STR). 2009-02-12 23:50:54 +00:00
davidhay
75f37b9075 some extra (not yet decrypted) sets 2009-02-12 23:44:11 +00:00
Phil Bennett
2c2e72bcbd 02917: himesiki: Array index out of bound 2009-02-12 23:31:31 +00:00
davidhay
ca348accf1 decrypted match98 [Olivier Galibert] 2009-02-12 22:38:26 +00:00
davidhay
ffc63264e6 sfbonus now 'checking' 2009-02-12 22:22:04 +00:00
Brian Troha
40fdf5e26d fixed a couple of dipswitchs for Progress 2009-02-12 22:07:30 +00:00
davidhay
8cd7895ff4 allow MAME to actually run sfbonus again, validation error 2009-02-12 21:59:05 +00:00
Brian Troha
32aa5d5489 rom name correction an minor white space fix 2009-02-12 21:35:52 +00:00
Angelo Salese
268d66a97c Decrypted Skill Fruit Bonus program rom [Olivier Galibert] 2009-02-12 18:43:50 +00:00
davidhay
72e326deb7 add 'match98' set, not decrypted yet. 2009-02-12 08:53:42 +00:00
davidhay
8ad2629f2d the remaining fixed value returns i've noticed in goldstar.c, added note about oki location. 2009-02-12 08:42:31 +00:00
davidhay
470e18976c extra fixed return value for nfb96b 2009-02-12 08:30:39 +00:00
davidhay
f114ddb36e handled extra fixed value return case for schery97 2009-02-12 01:02:00 +00:00
davidhay
bd45948708 just incase you wanted more goldstar.c submissions ... 2009-02-12 00:51:58 +00:00
davidhay
a949aad5f0 even more goldstar.c set decryption [Olivier Galibert] 2009-02-12 00:30:36 +00:00
davidhay
33ad4ebbc8 decrypted more goldstar.c sets [Olivier Galibert] 2009-02-12 00:11:21 +00:00
Couriersud
804db66521 Fix 64bit compile of latch8 2009-02-11 23:02:48 +00:00
Aaron Giles
5cb6bf00e9 Ok, this is The Big One.
Please note: regression testing is in progress, but the first round 
of glaring regressions have already been taken care of. That said, 
there is likely to be a host of regressions as a result of this 
change.

Also note: There are still a few rough edges in the interfaces. I
will try to clean them up systematically once the basic system is
working.

All sound chips are now proper devices.

Merged the sound chip interface into the device interface,
removing any differences (such as the whole ALIASing concept).

Modified every sound chip in the following ways:
 * updated to match the device interface
 * reduced read/write handlers down to the minimal number
 * added the use of get_safe_token() for ensuring correctness
 * other minor cleanup

Removed the custom sound device. The additional work to just make
custom sound cases into full devices is minimal, so I just converted
them all over to be actual devices.

Vastly simplified the sound interfaces, removing the ghastly
sndti_* business and moving everyone over to using tags for
sound identity. sndintrf, like cpuintrf, is now just a header
file with no implementation.

Modified each and every driver that references a sound chip:
 * all memory maps explicitly reference the targeted device via
    AM_DEVREAD/AM_DEVWRITE/AM_DEVREADWRITE
 * 16-bit and 32-bit accesses to 8-bit chips no longer use
    trampoline functions but instead use the 8-bit AM_DEVREAD/WRITE
    macros
 * all references to sound chips are now done via tags
 * note that these changes are brute force, not optimal; in many
    cases drivers should grab pointers to devices in MACHINE_START
    and stash them away
2009-02-11 19:48:39 +00:00
Phil Bennett
1420ed893a GCC compile fix. 2009-02-11 18:35:54 +00:00
Angelo Salese
399ffe28f2 Fixed multiplexer mahjong inputs in Dakkochan House [Angelo Salese]
New games added or promoted from NOT_WORKING status
---------------------------------------------------
Dakkochan House [Angelo Salese]
2009-02-11 17:02:42 +00:00
Nicola Salmoria
e3f46cc902 revised seibu decryption 2009-02-11 04:28:42 +00:00
Angelo Salese
44adafa214 Minor update to the Jangou driver, that lists the undumped games for this HW. 2009-02-11 00:46:28 +00:00
Angelo Salese
d34c7e4a54 Fixed Go 2000 sprite list, it's actually the same sprite chip used by SunA16 HW [Angelo Salese] 2009-02-11 00:15:15 +00:00
Angelo Salese
abe156f2a5 Fixed colors, sound and identified spriteram in Go 2000 [Angelo Salese]
New games added or promoted from NOT_WORKING status
---------------------------------------------------
Go 2000 [Angelo Salese]

====================================================

Also moved go2000.o to suna.a in the mame.mak, because I believe that should stay there.
Now I'll try to fix the spriteram (even though it seems hard to RLE it, this game hardly uses it)...
2009-02-10 22:56:27 +00:00
mariuszw1
cea86cdab1 Driver for TomCat
New games added or promoted from NOT_WORKING status
---------------------------------------------------
TomCat (prototype) [Mariusz Wojcieszek]

There are still some small issues (complete list in driver), if somebody with more experience with Atari and/or vector hardware wants to take a look, feel free.
2009-02-10 22:19:15 +00:00
davidhay
ae8a33cd69 more updates to goldstar.c, a few more sets boot, still needs work on inputs etc. 2009-02-10 20:58:41 +00:00
davidhay
1f4c0c9514 added some extra New Fruit Bonus '96 Special Edition sets, decrypted by OG. 2009-02-10 20:30:03 +00:00
Angelo Salese
9c7ac29faf Decrypted Skill Cherry 97 / Skill Cherry 98 program roms [Olivier Galibert] 2009-02-10 16:04:58 +00:00
Mirko Buffoni
2794742d36 Removed left-in debugging input port from igspoker 2009-02-10 15:13:54 +00:00
Pierpaolo Prazzoli
9c2c00deba Added effect sound banking, coin counters and sprites - sprites priority to silkroad. 2009-02-10 10:48:59 +00:00