looks like I forgot to remove this (nw)

This commit is contained in:
Miodrag Milanovic 2014-03-21 20:55:04 +00:00
parent 3134f8c634
commit b62e42c596

View File

@ -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: