diff options
author | 2008-01-23 02:00:08 +0000 | |
---|---|---|
committer | 2008-01-23 02:00:08 +0000 | |
commit | 79dcd62c8a512292abab3be6ef5d3c6dae61131d (patch) | |
tree | 013f1ca4e207fbce797f5f701afa703cc58429c1 /.gitattributes | |
parent | 7d8f30ab329340b40605571c46e9b81a227568e1 (diff) |
Rewrote and modernize driver:
- correct colors -- in places different from the manual's description, but matches the flyer perfectly
- added speech
- fixed AY-8910 sounds
- odds and ends
- for now, broke Demon Eye X, but I wanted to get this out
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 00d9589b3df..78fcce56467 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2246,6 +2246,7 @@ src/mame/includes/psx.h svneol=native#text/plain src/mame/includes/qix.h svneol=native#text/plain src/mame/includes/rampart.h svneol=native#text/plain src/mame/includes/realbrk.h svneol=native#text/plain +src/mame/includes/redalert.h svneol=native#text/plain src/mame/includes/relief.h svneol=native#text/plain src/mame/includes/rescap.h svneol=native#text/plain src/mame/includes/segag80r.h svneol=native#text/plain |