summaryrefslogtreecommitdiffstatshomepage
path: root/.gitattributes
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2013-08-08 05:00:15 +0000
committer Aaron Giles <aaron@aarongiles.com>2013-08-08 05:00:15 +0000
commitf723b4557ce6ebaee5635c6eca2b2c45cde08259 (patch)
tree71fae03718e768ff61414be8d5343e75c19818b4 /.gitattributes
parent2b8aca5461dd4d9b38de1ac44d5c1ebca25f367c (diff)
Added eeprompar.*, implementing a simple interface for parallel
EEPROMs. Created atari_eeprom_device which wraps a 2804 or 2816 EEPROM with the standard Atari write-locking mechanism. Updated all drivers to use this, and removed all EEPROM stuff from atarigen.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 589d04add7a..b09bca52997 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1235,6 +1235,8 @@ src/emu/machine/e0516.c svneol=native#text/plain
src/emu/machine/e0516.h svneol=native#text/plain
src/emu/machine/eeprom.c svneol=native#text/plain
src/emu/machine/eeprom.h svneol=native#text/plain
+src/emu/machine/eeprompar.c svneol=native#text/plain
+src/emu/machine/eeprompar.h svneol=native#text/plain
src/emu/machine/eepromser.c svneol=native#text/plain
src/emu/machine/eepromser.h svneol=native#text/plain
src/emu/machine/er2055.c svneol=native#text/plain