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