mirror of
https://github.com/holub/mame
synced 2025-06-26 14:24:12 +03:00
remove unused at28c16_interface (nw)
This commit is contained in:
parent
e173bebeda
commit
7fa9150f74
@ -24,20 +24,12 @@
|
||||
// TYPE DEFINITIONS
|
||||
//**************************************************************************
|
||||
|
||||
// ======================> at28c16_interface
|
||||
|
||||
struct at28c16_interface
|
||||
{
|
||||
};
|
||||
|
||||
|
||||
// ======================> at28c16_device
|
||||
|
||||
class at28c16_device :
|
||||
public device_t,
|
||||
public device_memory_interface,
|
||||
public device_nvram_interface,
|
||||
public at28c16_interface
|
||||
public device_nvram_interface
|
||||
{
|
||||
public:
|
||||
// construction/destruction
|
||||
|
Loading…
Reference in New Issue
Block a user