mirror of
https://github.com/holub/mame
synced 2025-07-07 19:03:29 +03:00
includes scsicb.h instead of scsibus.h (nw)
This commit is contained in:
parent
7b9c925698
commit
6efa5b5034
@ -29,7 +29,7 @@
|
||||
#include "machine/6522via.h"
|
||||
#include "machine/6532riot.h"
|
||||
#include "machine/ieee488.h"
|
||||
#include "machine/scsibus.h"
|
||||
#include "machine/scsicb.h"
|
||||
|
||||
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
#include "machine/mc146818.h"
|
||||
#include "machine/mc6854.h"
|
||||
#include "machine/ram.h"
|
||||
#include "machine/scsibus.h"
|
||||
#include "machine/scsicb.h"
|
||||
#include "machine/wd17xx.h"
|
||||
|
||||
class e01_device : public device_t,
|
||||
|
@ -15,7 +15,7 @@
|
||||
|
||||
#include "emu.h"
|
||||
#include "abc1600_bus.h"
|
||||
#include "machine/scsibus.h"
|
||||
#include "machine/scsicb.h"
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user