mirror of
https://github.com/holub/mame
synced 2025-05-28 16:43:04 +03:00
looks like I forgot to remove this (nw)
This commit is contained in:
parent
3134f8c634
commit
b62e42c596
@ -7,13 +7,6 @@
|
||||
#include "cpu/mb88xx/mb88xx.h"
|
||||
|
||||
|
||||
struct namco_54xx_config
|
||||
{
|
||||
const char *discrete; /* name of the discrete sound device */
|
||||
int firstnode; /* index of the first node */
|
||||
};
|
||||
|
||||
|
||||
#define MCFG_NAMCO_54XX_ADD(_tag, _clock) \
|
||||
MCFG_DEVICE_ADD(_tag, NAMCO_54XX, _clock)
|
||||
|
||||
@ -24,9 +17,6 @@ struct namco_54xx_config
|
||||
namco_54xx_device::set_basenote(*device, _node);
|
||||
|
||||
|
||||
DECLARE_WRITE8_DEVICE_HANDLER( namco_54xx_write );
|
||||
|
||||
|
||||
class namco_54xx_device : public device_t
|
||||
{
|
||||
public:
|
||||
|
Loading…
Reference in New Issue
Block a user