Commit Graph

5006 Commits

Author SHA1 Message Date
Aaron Giles
25ba9bfc08 Cleanups and version bump. 2009-04-16 07:48:39 +00:00
Aaron Giles
49bc4d3ac2 From: Smitdogg [smitdoggjones@gmail.com]
Sent: Friday, April 10, 2009 10:47 AM
To: submit@mamedev.org
Subject: Mystic Warriors (JAA) and Field Combat redump

This adds Guru's dump of Mystic Warriors (JAA) and Field Combat
redump. The Field Combat redump fixes a title screen glitch, possibly
other things.

Smitdogg
2009-04-16 07:29:05 +00:00
Aaron Giles
e8300bf174 Correct sound ROM for T-Mek 4.4 (Lars Bull) 2009-04-16 07:27:16 +00:00
Aaron Giles
ecc97b5b2a Small System 1 update:
* correct video timing
 * removed "small" video drivers for games that properly mask the
    scrolling areas
2009-04-16 07:20:00 +00:00
Aaron Giles
21d976ec89 More memory map merges. 2009-04-16 06:56:40 +00:00
Aaron Giles
3e2dfc8f75 Merged memory maps. 2009-04-16 05:20:56 +00:00
Olivier Galibert
cbc0b4f7d4 tektagt: add one missed protection access 2009-04-15 21:01:08 +00:00
Aaron Giles
2eddb254e2 Renamed some sets to keep common parent root name. 2009-04-15 16:15:15 +00:00
Aaron Giles
0f454a5032 Memory map merges. Removed some word handlers in favor of using READ8/WRITE8
directly in address maps. Removed some unnecessary handlers in favor of
using AM_READ_PORT.
2009-04-15 16:07:03 +00:00
Yasuhiro Ogawa
c17dcd1ba7 fixed silly mistake 2009-04-15 15:40:52 +00:00
Olivier Galibert
909e90e17b Games promoted from GAME_NOT_WORKING status
-------------------------------------------

Tekken Tag Tournament (world versions) [Olivier Galibert]
2009-04-15 15:32:11 +00:00
Roberto Zandona
e0112a3735 roul: some blitter improvements 2009-04-15 15:21:23 +00:00
Roberto Zandona
263fc168cb roul: reduced screen size 2009-04-15 15:03:35 +00:00
Roberto Zandona
0e65c50fc3 roul: added a preliminary blitter (wrong) 2009-04-15 14:59:46 +00:00
Roberto Zandona
6c3cc9f813 roul: added AY mapping 2009-04-15 13:29:59 +00:00
Yasuhiro Ogawa
535ad0a002 added 1 title 2009-04-15 07:13:29 +00:00
Yasuhiro Ogawa
cd54387ee7 updated DECO cassette list 2009-04-15 07:01:12 +00:00
Angelo Salese
94a572c278 Temporary reverted the last fix since it breaks other games... 2009-04-14 21:33:44 +00:00
Roberto Zandona
2462302e54 added sound cpu io map
New games marked as GAME_NOT_WORKING
------------------------------------
Super Lucky Roulette? [robiza, Angelo Salese]
2009-04-14 16:41:52 +00:00
Roberto Zandona
d588a9fe87 no bugs fixed; only a different and cleaner implementation 2009-04-14 15:44:59 +00:00
Angelo Salese
7357089fc8 Added a bunch of Maple-DMA fixes, now moeru boots too. 2009-04-14 14:37:05 +00:00
Yasuhiro Ogawa
3848372164 updated control info 2009-04-14 03:53:36 +00:00
Derrick Renaud
3edaad1df6 Simplified the gun port handling in the Sammy Outdoor Shooting games. 2009-04-13 23:50:02 +00:00
Nathan Woods
4312fdc9cb Changed the PPU2C0x implementation to be a device 2009-04-13 17:15:17 +00:00
smf-
545285d8fa ignores optional and no dump roms when checking whether all roms exist in the parent. 2009-04-13 15:17:00 +00:00
Yasuhiro Ogawa
0e88d1dc26 added Wolf Fang -Kuhga 2001- (Rohga Japan Ver.) [Team Japump!!!] 2009-04-13 12:51:58 +00:00
Aaron Giles
e147d69890 Merged memory maps, expanded set names. 2009-04-13 08:27:59 +00:00
Aaron Giles
700d2d546d Corrected System 1 Z80 clocking:
* each opcode fetch is 2 cycles with /M1 low, so each byte of
    opcode fetching causes slightly longer delays than the previous
    tables
 * implemented approximate wait state timing for videoram access;
    further accuracy will rely on getting a dump of the PAL16R4
    that controls the horizontal video timing
2009-04-13 04:05:35 +00:00
Derrick Renaud
ecac25b281 Changed Player Input menu to be based off of sortorder instead of item->ref.
Currently an analog control creates the axis;inc;dec menu items all under the same ref.  This means the UI still thinks it is adding items when you move between any of the three for the same control.  You have to move to a different control before sequences are no longer added to that control.

Harder to describe then to try.  Try the current code.  Map an INC button, move to DEC and map a button.  Go back to INC and the old value is not cleared first.
2009-04-13 03:42:53 +00:00
Derrick Renaud
7242193ea0 Fixed an auto-center bug on analog joysticks that I added during a cleanup. 2009-04-13 02:32:38 +00:00
Aaron Giles
a97a3f416f Reverted to older behavior for how modified input port fields are handled.
The originally intended behavior is that a new field that intersected a
previous field would completely wipe out the original field. Recently a
change was made that changed the behavior to only remove a portion of the
bits from the original field. This is actually problematic behavior, so
the original behavior was restored.

Currently I put this behind a compile-time define until we see that we
haven't come to rely on the newer behavior.
2009-04-13 00:48:00 +00:00
Angelo Salese
aa53f5fd34 Converted jangou & nightgal drivers to use resistors with the color proms. 2009-04-12 21:58:29 +00:00
Angelo Salese
4ac158219f memory map merging for ssrj.c 2009-04-12 21:17:50 +00:00
Angelo Salese
293df05904 memory map merging for naughtyb.c 2009-04-12 20:46:32 +00:00
Angelo Salese
2e48320854 New clones added
----------------
Trivia Master (set 4) [SoftwareThis]

Also fixed parent-clone relationship for Trivia Genius.
2009-04-12 19:53:24 +00:00
Roberto Zandona
9ac8adb8e4 some clean up, added nmi 2009-04-12 17:17:20 +00:00
davidhay
d5c2818b7c added 'wild cat 3' set to goldstar.c
(found on software this)

doesn't work, might need different memory map / banking.
2009-04-12 16:55:00 +00:00
Roberto Zandona
57927eeec8 added sound cpu 2009-04-12 16:16:01 +00:00
Roberto Zandona
2d90be3636 skeleton for Super Lucky Roulette? 2009-04-12 15:59:33 +00:00
Angelo Salese
e565243597 Some debug output fixes for machine/dc.c. 2009-04-12 14:12:35 +00:00
Roberto Zandona
02af7929ee munch mobile: removed a not necessary check 2009-04-12 12:34:45 +00:00
Roberto Zandona
aa1b8f74fd munch mobile: implemented priorities in munch mobile 2009-04-12 12:09:52 +00:00
Angelo Salese
646fbe4704 A revision of the previous commit. 2009-04-12 12:03:49 +00:00
Angelo Salese
37881f2e9f List update for Naomi gd-rom games. 2009-04-12 11:19:03 +00:00
Angelo Salese
3493679829 03106: mouja: Sound Effects/Voice missing 2009-04-12 10:29:16 +00:00
Aaron Giles
712833f970 Added display of frame number to the beamx/y info in the register view. 2009-04-11 16:39:16 +00:00
Aaron Giles
c0e9a1a10c Fix MT 3065/3069 2009-04-11 16:36:21 +00:00
Fabio Priuli
a93ab0341c Partial fix to bug MT 3070 (harddriv & racedriv do not show anymore P2 inputs for analog controls). Still thinking about steeltal. 2009-04-11 16:24:29 +00:00
Angelo Salese
3c0c8e52cd Some minor improvements to the irq system. 2009-04-11 15:42:35 +00:00
Angelo Salese
9eaf77fc49 Improved test mode behaviour on the jalmah.c. 2009-04-11 15:28:24 +00:00