Commit Graph

5282 Commits

Author SHA1 Message Date
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
Fabio Priuli
5ae4b9d98a Added Dip Locations to jalmah.c 2009-04-11 14:08:27 +00:00
Fabio Priuli
a47d3f01fa Fixed CPU_GET_INFO issues spotted by -validate in MESS debug build 2009-04-11 14:06:24 +00:00
davidhay
3cff704ee3 generate a few more interrupts on Naomi (ISP end of render, VIDEO end of render)
still need to test this to ensure it doesn't break anything, as I've disabled some old code that was neede before.
2009-04-11 13:41:00 +00:00
Nicola Salmoria
042453c37c nwarra key 2009-04-11 12:55:58 +00:00
davidhay
f17d9fcbf8 change galgbios service switch to be a toggle.
(before it was stuck in test mode, and you had to keep f2 held to actually keep it out of test mode, which is obviously wrong)
2009-04-11 12:09:32 +00:00
smf-
fc9457f5d6 refactored the audit code to make it more consistent with the original. 2009-04-11 11:55:12 +00:00
smf-
3a1f328e50 applies same rules to chds as roms. 2009-04-11 09:18:56 +00:00
smf-
9c8da09e53 change to last patch to only treat a file as found if it's not from a parent. 2009-04-11 09:05:12 +00:00
smf-
55bb21fcbc audit still passes for romsets with no dumped/required roms, but returns NOT FOUND if everything else is not found. 2009-04-11 08:46:54 +00:00
smf-
cd0992c812 changed audit to report best available if the romset contains no dumped or required roms. 2009-04-11 08:22:20 +00:00
Yasuhiro Ogawa
011ef21df8 ninjakd2 video update [kanikani]
Correctly implemented 'trail' function.
See http://kani.ninpou.jp/ninjakid2/zanzou.htm
2009-04-11 01:20:16 +00:00
Brian Troha
354cf79f74 might as well fill in the correct memory range for the nwarra decrypt entry... 2009-04-10 22:01:22 +00:00
Brian Troha
e7424d9200 New clone added (not working)
Night Warriors: Darkstalkers' Revenge (Asia 950302?) [Smitdogg Jones]

Needs Nicola or Haze to generate the proper decryption key
2009-04-10 21:57:01 +00:00
Brian Troha
324a243a87 New clone added
Might! Pang (Euro 000925) [Kold666] <-- Or insert proper name ;-)

was missed, so I added it
2009-04-10 21:35:58 +00:00
Angelo Salese
d21b9d2efd Added complete Naomi cart dumps the following Naomi games:
* Cannon Spike / Gun Spike
* Heavy Metal Geomatrix

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

They are both heavily protected, Cannon Spike doesn't even enter into 
specific test mode...
2009-04-10 18:50:48 +00:00
Fabio Priuli
984cec08c7 Factored out MESS-specific code from machine/atari.c (cart init, loading & unloading) 2009-04-10 17:47:34 +00:00
Angelo Salese
dac4c5098e Added complete Naomi cart dumps the following Naomi carts:
* Power Stone
* Power Stone 2
* Samba de Amigo
* Spawn

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

Power Stone and Samba de Amigo executes some of their code and displays some wire-frame polygons too, 
they both dies on the proper gameplay for whatever reason (protection or jvs)
2009-04-10 16:30:29 +00:00
Angelo Salese
a91596ee79 New games marked as GAME_NOT_WORKING
------------------------------------
OutTrigger [Guru]

(or:)

"Fully dumped the following Naomi carts [Guru]: 
 * OutTrigger
 * ...",
 no idea about what's best for the whatsnew in this circumstance...
2009-04-10 14:42:33 +00:00
Angelo Salese
55906613d6 Renamed some Naomi cart roms as per Guru. 2009-04-10 13:17:07 +00:00
Angelo Salese
cd28cef845 Added H-Blank IN interrupt hook-up. 2009-04-10 12:46:35 +00:00
Angelo Salese
82dc3778c9 Added newly redumped ic15 from Guru and renamed the roms in totd. 2009-04-10 10:47:29 +00:00
Derrick Renaud
1125eb211c Fixed Analog Settings to return to default when IPT_UI_SELECT (enter) pressed.
Fixed misplaced brackets, allowing upper/lower case extensions for crosshair graphics and ldplayer chd files.
2009-04-10 05:41:41 +00:00
Derrick Renaud
5fe1d26c40 Converted downtown, gondo, hbarrel, midres, timesold, topgunbl to use IPT_POSITIONAL. 2009-04-10 04:32:13 +00:00
Brian Troha
8c9780d39c Documents the www.segaresurrection.com decrypted Ninja Kids II sound rom so it doesn't show up as newly "found" bootleg version 2009-04-10 00:29:21 +00:00