diff options
| author | 2012-10-07 01:36:30 +0000 | |
|---|---|---|
| committer | 2012-10-07 01:36:30 +0000 | |
| commit | a880c0cbb5d095869c20f22e223b7184be2a96d1 (patch) | |
| tree | 8fe3fef9769870fb9a1a014f8913883241a30075 /src | |
| parent | 6efa5b5034f4398b291decad60fce3933d9075cb (diff) | |
includes scsicb.h instead of scsibus.h (nw)
Diffstat (limited to 'src')
| -rw-r--r-- | src/mess/includes/bullet.h | 2 | ||||
| -rw-r--r-- | src/mess/includes/v1050.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mess/includes/bullet.h b/src/mess/includes/bullet.h index 2b7749b9912..3a9f13de051 100644 --- a/src/mess/includes/bullet.h +++ b/src/mess/includes/bullet.h @@ -9,7 +9,7 @@ #include "imagedev/flopdrv.h" #include "machine/ctronics.h" #include "machine/ram.h" -#include "machine/scsibus.h" +#include "machine/scsicb.h" #include "machine/terminal.h" #include "machine/wd17xx.h" #include "machine/z80ctc.h" diff --git a/src/mess/includes/v1050.h b/src/mess/includes/v1050.h index bc9efd15182..8166e9adcb4 100644 --- a/src/mess/includes/v1050.h +++ b/src/mess/includes/v1050.h @@ -15,7 +15,7 @@ #include "machine/i8255.h" #include "machine/msm58321.h" #include "machine/ram.h" -#include "machine/scsibus.h" +#include "machine/scsicb.h" #include "machine/v1050kb.h" #include "machine/wd17xx.h" #include "video/mc6845.h" |
