diff options
author | 2014-10-10 07:00:38 +0000 | |
---|---|---|
committer | 2014-10-10 07:00:38 +0000 | |
commit | 1327a26a55a355fe79417d846d1ab0439066df15 (patch) | |
tree | 37eb00301fe978a22c13e5773eedc5a7007f49b5 /.gitattributes | |
parent | d1b8b6739ccf07bb319e38133cf95f3ab6b4b2e8 (diff) |
(MESS) vic20: Emulated the Final Expansion 3 cartridge (only RAM/FlashROM supported). [Curt Coder]
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 9a0b3bafa8f..563b75b7f23 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1657,6 +1657,8 @@ src/emu/bus/vic20/4cga.c svneol=native#text/plain src/emu/bus/vic20/4cga.h svneol=native#text/plain src/emu/bus/vic20/exp.c svneol=native#text/plain src/emu/bus/vic20/exp.h svneol=native#text/plain +src/emu/bus/vic20/fe3.c svneol=native#text/plain +src/emu/bus/vic20/fe3.h svneol=native#text/plain src/emu/bus/vic20/megacart.c svneol=native#text/plain src/emu/bus/vic20/megacart.h svneol=native#text/plain src/emu/bus/vic20/std.c svneol=native#text/plain |