diff options
author | 2012-09-06 07:34:28 +0000 | |
---|---|---|
committer | 2012-09-06 07:34:28 +0000 | |
commit | 24f0842e1b61067972740d0365f017d01fac405d (patch) | |
tree | 5df852c3964444df1916d1807b83b6d058e9b66d /.gitattributes | |
parent | a50849088e1406403ffdef0c15b97e74923c3bee (diff) |
Split out callbacks from scsibus_device into scscb_device, eventually this will be a SCSI device. SCSIBus_interface is no longer required and has been removed. [smf]
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 666655783a1..ff2289e9951 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1191,6 +1191,8 @@ src/emu/machine/s3c2440.h svneol=native#text/plain src/emu/machine/s3c24xx.c svneol=native#text/plain src/emu/machine/scsibus.c svneol=native#text/plain src/emu/machine/scsibus.h svneol=native#text/plain +src/emu/machine/scsicb.c svneol=native#text/plain +src/emu/machine/scsicb.h svneol=native#text/plain src/emu/machine/scsicd.c svneol=native#text/plain src/emu/machine/scsicd.h svneol=native#text/plain src/emu/machine/scsidev.c svneol=native#text/plain |