diff options
| author | 2010-05-19 08:52:12 +0000 | |
|---|---|---|
| committer | 2010-05-19 08:52:12 +0000 | |
| commit | 728e00bc44dea56af648c9e6dd9da5438cb9e4f6 (patch) | |
| tree | 979b314f0319e71060aba74f4a562648f6e285f6 /.gitattributes | |
| parent | 5424d5b9acedea9cd72bf14da4d98e3d34fd5ebd (diff) | |
sega16sp: moved bootleg interfaces to the system 16 bootleg driver and added different interfaces to avoid drivers to directly access device private items. No whatsnew.
snes.c: moved some more elements to driver_data class and added skeleton support for the BS-X satellaview addon (which will be used by MESS, eventually). No whatsnew.
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 4df1c922fea..d308a616dfc 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3186,6 +3186,7 @@ src/mame/machine/slapstic.c svneol=native#text/plain src/mame/machine/slikshot.c svneol=native#text/plain src/mame/machine/snes.c svneol=native#text/plain src/mame/machine/snes7110.c svneol=native#text/plain +src/mame/machine/snesbsx.c svneol=native#text/plain src/mame/machine/snescx4.c svneol=native#text/plain src/mame/machine/snescx4.h svneol=native#text/plain src/mame/machine/snesdsp1.c svneol=native#text/plain |
