Previous | 199869 Revisions | Next |
r18321 Sunday 7th October, 2012 at 01:30:49 UTC by smf |
---|
includes scsicb.h instead of scsibus.h (nw) |
[src/mess/machine] | d9060.h e01.h lux4105.h |
r18320 | r18321 | |
---|---|---|
15 | 15 | |
16 | 16 | #include "emu.h" |
17 | 17 | #include "abc1600_bus.h" |
18 | #include "machine/scsib | |
18 | #include "machine/scsicb.h" | |
19 | 19 | |
20 | 20 | |
21 | 21 |
r18320 | r18321 | |
---|---|---|
21 | 21 | #include "machine/mc146818.h" |
22 | 22 | #include "machine/mc6854.h" |
23 | 23 | #include "machine/ram.h" |
24 | #include "machine/scsib | |
24 | #include "machine/scsicb.h" | |
25 | 25 | #include "machine/wd17xx.h" |
26 | 26 | |
27 | 27 | class e01_device : public device_t, |
r18320 | r18321 | |
---|---|---|
29 | 29 | #include "machine/6522via.h" |
30 | 30 | #include "machine/6532riot.h" |
31 | 31 | #include "machine/ieee488.h" |
32 | #include "machine/scsib | |
32 | #include "machine/scsicb.h" | |
33 | 33 | |
34 | 34 | |
35 | 35 |
Previous | 199869 Revisions | Next |