reduced dependency clutter in ecbbus [smf]

This commit is contained in:
smf- 2013-12-23 11:37:39 +00:00
parent 9576aea93b
commit 24e601889e
2 changed files with 3 additions and 3 deletions

View File

@ -270,6 +270,9 @@ WRITE_LINE_MEMBER( ecbbus_device::nmi_w )
// SLOT_INTERFACE( ecbbus_cards )
//-------------------------------------------------
// slot devices
#include "grip.h"
SLOT_INTERFACE_START( ecbbus_cards )
SLOT_INTERFACE("grip21", ECB_GRIP21)
/* SLOT_INTERFACE("grip25", ECB_GRIP25)

View File

@ -196,9 +196,6 @@ public:
};
// slot devices
#include "grip.h"
SLOT_INTERFACE_EXTERN( ecbbus_cards );