mirror of
https://github.com/holub/mame
synced 2025-04-24 17:30:55 +03:00
reduced dependency clutter in ecbbus [smf]
This commit is contained in:
parent
9576aea93b
commit
24e601889e
@ -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)
|
||||
|
@ -196,9 +196,6 @@ public:
|
||||
};
|
||||
|
||||
|
||||
// slot devices
|
||||
#include "grip.h"
|
||||
|
||||
SLOT_INTERFACE_EXTERN( ecbbus_cards );
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user