From 1327a26a55a355fe79417d846d1ab0439066df15 Mon Sep 17 00:00:00 2001 From: Curt Coder Date: Fri, 10 Oct 2014 07:00:38 +0000 Subject: (MESS) vic20: Emulated the Final Expansion 3 cartridge (only RAM/FlashROM supported). [Curt Coder] --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitattributes') 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 -- cgit v1.2.3-70-g09d2