diff options
| author | 2008-09-09 23:51:25 +0000 | |
|---|---|---|
| committer | 2008-09-09 23:51:25 +0000 | |
| commit | f599e6d274d16fb64c52dfd27370e6d5df0765b4 (patch) | |
| tree | 5969d65d78953ab03989448834eea8cc8543aafa /.gitattributes | |
| parent | ec2639d221a85869250ebb8e3fa3a70701220334 (diff) | |
More cleanups and improvements to Super Derby driver.
- Fixed memory maps.
- Documented Super Derby outputs.
- Added lamps support + layout to Super Derby.
- Fixed the phisical RAM size to all games.
- Fixed the wrong NVRAM size to spacewin (16Kb instead of 16KB).
- Added proper NVRAM to sderby and pmroulet.
- Added the missing 3rd input to pmroulet (needed for 3-button mode).
- Cleaned up the driver.
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 705bf9e2b95..b55ef058025 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2485,6 +2485,7 @@ src/mame/layout/pyramid.lay svneol=native#text/plain src/mame/layout/quintoon.lay svneol=native#text/plain src/mame/layout/rocknms.lay svneol=native#text/plain src/mame/layout/sbrkout.lay svneol=native#text/plain +src/mame/layout/sderby.lay svneol=native#text/plain src/mame/layout/sgsafari.lay svneol=native#text/plain src/mame/layout/shuttlei.lay svneol=native#text/plain src/mame/layout/sidewndr.lay svneol=native#text/plain |
