Commit Graph

4905 Commits

Author SHA1 Message Date
Roberto Zandona
1059ade3d2 unkpoker: added proms (not yet used) 2009-04-07 06:40:40 +00:00
Roberto Zandona
d03013df49 New games marked as GAME_NOT_WORKING
------------------------------------
Unknown Poker [Roberto Zandonà, Angelo Salese]
2009-04-07 06:14:51 +00:00
Angelo Salese
69ff723561 Silly extra ; 2009-04-06 20:06:26 +00:00
Angelo Salese
d95e8a62d6 Fixed framebuffer reading for the Atomiswave bios logo in rgb565 mode (still disabled by default)
======================================================================

If you wonder how it looks:
http://mamedev.emulab.it/kale/fast/files/0001_683668660.png
http://mamedev.emulab.it/kale/fast/files/0002_69985910.png
2009-04-06 20:04:05 +00:00
Roberto Zandona
04482f29f1 reduced volume for bombrman, added wrong graphics flag for quizf1 2009-04-06 19:46:07 +00:00
Angelo Salese
81e9491b72 Silenced GD-Rom file creation. 2009-04-06 19:01:12 +00:00
Roberto Zandona
7f3993fc41 m90: reduced volume for all games, removed wrong graphics flag and added no cocktail flag for risky challenge 2009-04-06 18:10:43 +00:00
Roberto Zandona
0cb35c44f5 03093: mazinger: the boss of 4th level is black 2009-04-06 16:50:23 +00:00
Angelo Salese
9538f0c4a2 Naomi:
added PVR-DMA support (not yet used by anything afaik)
made a bunch of small tweakery for the Wave-DMA
2009-04-06 13:46:52 +00:00
Aaron Giles
09aefa1379 Changed Z80 cycle table definitions to be per-device. Removed
old set_info constants for the tables; they are now set up via
the z80_set_cycle_tables function.
2009-04-04 22:43:56 +00:00
Angelo Salese
b09944610a Some Naomi tweakery. 2009-04-04 18:01:13 +00:00
Yasuhiro Ogawa
9f14872359 dumped 1 BPROM of suchipi [Uki]
other 2 BPROMs are same as current set (and other titles running on this hardware)
This new BPROM sits between sample ROM and M6295, and works like PAL.
2009-04-03 12:04:46 +00:00
Fabio Priuli
e997985fc5 I should read twice what I write, sorry 2009-04-03 08:33:31 +00:00
Fabio Priuli
1b36368651 Added diplocations to finalizr.c, gradius3.c, pandoras.c, rollerg.c and ultraman.c based on Guru's notes (thanks to AJG, who fwded them to me) 2009-04-03 08:28:28 +00:00
davidhay
10f7d87f23 Eeprom and i2c implemeted as devices [Samuele Zannoli]
The eepromdev.* files are the device impementation for the serial eeproms
The i2cmemdev.* files are the device impementation for the i2c memory
These aren't currently hooked up

I'm committing this so that the Naomi changes don't accidentally get applied.  The idea seems good, but they conflict with the current driver and I'd rather not have them accidentally slipping in and breaking things just yet.
2009-04-02 20:48:28 +00:00
Fabio Priuli
8423310025 Replaced the unique occurrence of Nihon Bussan in driver descriptions 2009-04-02 13:29:38 +00:00
Curt Coder
97f52a02ed Build the IDE features table only when there is a CHD available. 2009-04-02 12:06:40 +00:00
Fabio Priuli
48c82a5e97 Fixed trivial bug MT 2187 (Technos -> Technos Japan) 2009-04-02 09:48:15 +00:00
Fabio Priuli
35dac6233e added missing PORT_COCKTAIL (thank you stephh) 2009-04-02 09:23:22 +00:00
Yasuhiro Ogawa
e72e79a050 updated TODO list 2009-04-02 00:01:30 +00:00
davidhay
6272d646f9 looks like there was a bug in the original code here actually, loop goes to 32, max channels was set to 24, could potentially read/write out of bounds. 2009-04-01 22:09:34 +00:00
davidhay
e763f88ea4 Simulate 'keyoff' in the SPU.
The envelopes aren't actually emulated, but the sound is silenced after a key-off (by placing the sound in a 'release' state)  This prevents audiable sound from looping forever.

Not extensively tested, but good for my sanity when running some of the gnet additions, and the tgmj siren looping.

I may consider doing a better implementation if I can manage to get my head around all the envelope stuff.
2009-04-01 21:55:34 +00:00
Angelo Salese
7ef3ee9f6e small todo update. 2009-04-01 19:10:58 +00:00
Angelo Salese
d807108eca Fixed the priority system in the jalmah.c driver [Uki, Angelo Salese] 2009-04-01 17:45:10 +00:00
Fabio Priuli
e2bcfc5c66 somehow I forgot to commit this last file... 2009-04-01 15:56:56 +00:00
Fabio Priuli
225697815a Verified 0x00 coinage settings in remaining Konami drivers (and two Banpresto ones using same coinage settings) 2009-04-01 14:24:32 +00:00
Fabio Priuli
bcc3b3a3d9 Konami inputs improvements:
* Added source file konamipt.h to unify Konami inputs where possible (e.g. most 80s-90s games were using basically the same coinage settings and joystick inputs). 
* While at it, verified all 0x00 coinage effects in drivers which now use konamipt.h (fixing a few mistakes: hexion, mikie, crimfgtj...). 
* Added finalizb service coin. Removed roadf coin4 & asterix coin3 (neither used by the games nor present in service mode). 
* Fixed gberetb coin inputs (they were switched). 
* Added port_condition to hcrash so that brake appears only when present in the chosen cabinet. 
* Cleaned up mystwarr.c & moo.c input handlers.
2009-04-01 13:42:58 +00:00
Fabio Priuli
d359e098fb Changed plgirls dsw string. I hope it's better now 2009-04-01 10:24:43 +00:00
Fabio Priuli
e51606997c neogeo (small) fixes:
* fixed popbounc controls bug (MT 598)
* removed use of sprintf
* added a note about service menu browsing when mahjong panel is ON
2009-04-01 10:09:33 +00:00
davidhay
554531b6e9 PGM update [XingXing]
- added video ram mirroring (fixes a glitch in kovsh)
- corrected some set names
2009-04-01 07:33:34 +00:00
Yasuhiro Ogawa
641c5954ac DIPSW update [kanikani]
- added DIP location to following drivers: djmain.c, fitfight.c, gaiden.c, hornet.c, namcos1.c, namcos86.c, nwk-tr.c, skykid.c, zr107.c
- enabled some DIPSW settings
2009-04-01 06:54:18 +00:00
Derrick Renaud
b92192af0f Tweaked crosshair auto formula.
Not worth mentioning.
2009-04-01 00:13:24 +00:00
Angelo Salese
5634fc413b Fixed a silly Wave-DMA bug, fixes at least ARM7 & bgms in sfz3ugd.
===================================================================

I hate Sega docs and their non-clear explainations...
2009-03-31 21:52:01 +00:00
davidhay
1e6133ef79 extra debug drawing. 2009-03-31 21:36:52 +00:00
davidhay
7d2fd2d4ef some minor refactoring of dc video, shouldn't make any noticable difference. 2009-03-31 20:36:04 +00:00
Angelo Salese
17829d00e1 Improved the Wave-DMA behaviour. 2009-03-31 19:53:40 +00:00
davidhay
e45b415aa3 actually allow avalon13 gdrom to be processed.
filename inside gdrom isn't 8.3, so it wasn't being found, or decrypted....
2009-03-31 19:03:19 +00:00
Yasuhiro Ogawa
ae256a7fec redumped GFX ROM of kakumei2 [Uki] 2009-03-31 10:43:28 +00:00
Yasuhiro Ogawa
5ab0012e19 added Key of Avalon 1.30 - Client (GDT-0010C) 2009-03-31 08:06:31 +00:00
Yasuhiro Ogawa
6187b528b5 added Key of Avalon 2.0 - client (GDT-0017B) 2009-03-31 00:42:35 +00:00
Derrick Renaud
9e34870dcf Changed Crosshairs to default to new Auto mode. They will now default to staying visible for approximately 3s after last movement.
---------
Note: crsshair.0 and uimenu.o need to be rebuilt to see change.
2009-03-30 23:45:23 +00:00
davidhay
a3cf8757dd adds Sega Network Taisen Mahjong MJ 2 (Rev C) [GDX-0006C]
key is missing.
2009-03-30 19:07:13 +00:00
Angelo Salese
e17e87f26b 02557: All games in jalmah.c: There are square gaps during gameplay. 2009-03-30 18:22:30 +00:00
Fabio Priuli
bb078c384a Fixed mechattu coinage dips 2009-03-30 17:22:24 +00:00
Fabio Priuli
30f08e6219 Fixed crshrace coinage dips as per stephh's notes 2009-03-30 17:21:23 +00:00
Fabio Priuli
6e4570638e taito_l input updates:
* added plgirls cheat dip-switch [found by Gatinho]
* added plgirls2 coin mode B
2009-03-30 17:18:05 +00:00
Aaron Giles
83e3061cb2 Mega memory map merges, plus let the core handle the shared RAM. 2009-03-30 16:10:46 +00:00
Aaron Giles
b6715ae605 More memory map merging. 2009-03-30 15:42:06 +00:00
Aaron Giles
02e0dbde1f More memory map merges.
Also cleaned up shared ram handling in tnzs.
2009-03-30 14:44:37 +00:00
Curt Coder
f336a88493 Removed invalid email address. 2009-03-30 13:23:13 +00:00