summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/okim6295.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/okim6295.h')
-rw-r--r--src/devices/sound/okim6295.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/devices/sound/okim6295.h b/src/devices/sound/okim6295.h
index 40690932b86..88a72dbe61c 100644
--- a/src/devices/sound/okim6295.h
+++ b/src/devices/sound/okim6295.h
@@ -21,10 +21,6 @@
// INTERFACE CONFIGURATION MACROS
//**************************************************************************
-#define MCFG_OKIM6295_REPLACE(tag, clock, pin7) \
- MCFG_DEVICE_REPLACE((tag), OKIM6295, (clock)) \
- MCFG_OKIM6295_PIN7(pin7)
-
#define MCFG_OKIM6295_PIN7(pin7) \
downcast<okim6295_device &>(*device).config_pin7((okim6295_device::pin7));
@@ -56,7 +52,7 @@ public:
okim6295_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
// inline configuration helpers
- void config_pin7(pin7_state pin7) { m_pin7_state = pin7; }
+ void config_pin7(pin7_state pin7) { assert(!started()); m_pin7_state = pin7; }
// runtime configuration
void set_pin7(int pin7);