diff options
author | 2014-08-24 08:45:33 +0000 | |
---|---|---|
committer | 2014-08-24 08:45:33 +0000 | |
commit | a1cd7776c53ee19ae7cd53c574a3185253336769 (patch) | |
tree | 53b84334e7c87315d563aaccd2b07976187c2782 /.gitattributes | |
parent | 9ffe9e8bbaf66fbfe851a2b0abc29aa21c493ac3 (diff) |
(MESS) a2600.c: converted Atari VCS carts to be slot devices, cleaned up
the implementation and removed Supercharger tapes from the main system.
The -cass media switch (to load the tape file) will become available only
when you mount the Supercharger cart. [Fabio Priuli]
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 949fcc0ec52..e4df589bace 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1526,6 +1526,16 @@ src/emu/bus/tvc/hbf.c svneol=native#text/plain src/emu/bus/tvc/hbf.h svneol=native#text/plain src/emu/bus/tvc/tvc.c svneol=native#text/plain src/emu/bus/tvc/tvc.h svneol=native#text/plain +src/emu/bus/vcs/compumat.c svneol=native#text/plain +src/emu/bus/vcs/compumat.h svneol=native#text/plain +src/emu/bus/vcs/dpc.c svneol=native#text/plain +src/emu/bus/vcs/dpc.h svneol=native#text/plain +src/emu/bus/vcs/rom.c svneol=native#text/plain +src/emu/bus/vcs/rom.h svneol=native#text/plain +src/emu/bus/vcs/scharger.c svneol=native#text/plain +src/emu/bus/vcs/scharger.h svneol=native#text/plain +src/emu/bus/vcs/vcs_slot.c svneol=native#text/plain +src/emu/bus/vcs/vcs_slot.h svneol=native#text/plain src/emu/bus/vcs_ctrl/ctrl.c svneol=native#text/plain src/emu/bus/vcs_ctrl/ctrl.h svneol=native#text/plain src/emu/bus/vcs_ctrl/joybooster.c svneol=native#text/plain |