diff options
author | 2014-10-05 11:51:41 +0000 | |
---|---|---|
committer | 2014-10-05 11:51:41 +0000 | |
commit | 66fab3cf5c75cd1eca9e4d1b1df29964c052ada3 (patch) | |
tree | 8e8d5f30a02229312cd04ecf1ed3aaa85c575146 /.gitattributes | |
parent | 218bf5c577b9fa2bdfb3c786a990ae1582e04af8 (diff) |
(MESS) wswan.c: converted to use slot devices for carts. [Fabio Priuli]
out of whatsnew: another case of on-cart SRAM & EEPROM pointers removed from the main system...
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 46cb970467e..74266d9661b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1725,6 +1725,10 @@ src/emu/bus/wangpc/wangpc.c svneol=native#text/plain src/emu/bus/wangpc/wangpc.h svneol=native#text/plain src/emu/bus/wangpc/wdc.c svneol=native#text/plain src/emu/bus/wangpc/wdc.h svneol=native#text/plain +src/emu/bus/wswan/rom.c svneol=native#text/plain +src/emu/bus/wswan/rom.h svneol=native#text/plain +src/emu/bus/wswan/slot.c svneol=native#text/plain +src/emu/bus/wswan/slot.h svneol=native#text/plain src/emu/bus/x68k/x68k_neptunex.c svneol=native#text/plain src/emu/bus/x68k/x68k_neptunex.h svneol=native#text/plain src/emu/bus/x68k/x68k_scsiext.c svneol=native#text/plain |