diff options
author | 2008-01-20 15:17:23 +0000 | |
---|---|---|
committer | 2008-01-20 15:17:23 +0000 | |
commit | 3caf91c713952bb30ddeda8481ac430201142e20 (patch) | |
tree | bc38af05c884b0405a76bc15ade82eeeae91b9ee /.gitattributes | |
parent | 34a413510d344c5139660ec6cdbe75b67cc810fd (diff) |
- MAMEtesters bugs fixed: ninjakd2_0111u3gra, mnight0102gre
- cleaned up and merged ninjakd2, mnight and omegaf drivers into a single driver
- added flip screen support to all games
- fixed sprite overdraw mode:
- ninjakd2 congratulations screen (e.g. stage 3) shows japanese characters which were previously missing
- in ninjakd2, at the beginning of a level items are visible during the initial fade in. I'm not sure if this is correct but the other effects wouldn't work otherwise
- in mnight attract mode, when the big ship is firing the other sprites no longer leave trails
- in mnight at the end of a level the screen is slowly filled with balls and then slowly cleared to begin the following level. Same effect in the death sequence during attract mode.
- added proper computation of sprites to be drawn taking into account double size sprites. This fixes sticking shots in mnight without need for a hack.
- lowered ninjakd2 PCM playback rate to 13020 (from 16000). This seems to sound better and is a round division from one of the master clocks.
- removed ROM patch that was used to avoid the input protection in omegaf, added a rough but effective protection simulation.
- corrected some dip switches
- hooked up sound cpu reset line
- simplified ROM loading for the older games swizzling address lines in driver init.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.gitattributes b/.gitattributes index 4d8737f60e1..cd581cb923a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1639,7 +1639,6 @@ src/mame/drivers/mjkjidai.c svneol=native#text/plain src/mame/drivers/mjsister.c svneol=native#text/plain src/mame/drivers/mjsiyoub.c svneol=native#text/plain src/mame/drivers/mlanding.c svneol=native#text/plain -src/mame/drivers/mnight.c svneol=native#text/plain src/mame/drivers/model1.c svneol=native#text/plain src/mame/drivers/model2.c svneol=native#text/plain src/mame/drivers/model3.c svneol=native#text/plain @@ -1708,7 +1707,6 @@ src/mame/drivers/offtwall.c svneol=native#text/plain src/mame/drivers/ohmygod.c svneol=native#text/plain src/mame/drivers/ojankohs.c svneol=native#text/plain src/mame/drivers/olibochu.c svneol=native#text/plain -src/mame/drivers/omegaf.c svneol=native#text/plain src/mame/drivers/omegrace.c svneol=native#text/plain src/mame/drivers/oneshot.c svneol=native#text/plain src/mame/drivers/onetwo.c svneol=native#text/plain @@ -2231,6 +2229,7 @@ src/mame/includes/namcos22.h svneol=native#text/plain src/mame/includes/nb1413m3.h svneol=native#text/plain src/mame/includes/neogeo.h svneol=native#text/plain src/mame/includes/news.h svneol=native#text/plain +src/mame/includes/ninjakd2.h svneol=native#text/plain src/mame/includes/nitedrvr.h svneol=native#text/plain src/mame/includes/offtwall.h svneol=native#text/plain src/mame/includes/orbit.h svneol=native#text/plain @@ -2909,7 +2908,6 @@ src/mame/video/mikie.c svneol=native#text/plain src/mame/video/mitchell.c svneol=native#text/plain src/mame/video/mjkjidai.c svneol=native#text/plain src/mame/video/mjsister.c svneol=native#text/plain -src/mame/video/mnight.c svneol=native#text/plain src/mame/video/model1.c svneol=native#text/plain src/mame/video/model2.c svneol=native#text/plain src/mame/video/model2rd.c svneol=native#text/plain @@ -2960,7 +2958,6 @@ src/mame/video/nycaptor.c svneol=native#text/plain src/mame/video/offtwall.c svneol=native#text/plain src/mame/video/ohmygod.c svneol=native#text/plain src/mame/video/ojankohs.c svneol=native#text/plain -src/mame/video/omegaf.c svneol=native#text/plain src/mame/video/oneshot.c svneol=native#text/plain src/mame/video/orbit.c svneol=native#text/plain src/mame/video/othldrby.c svneol=native#text/plain |