summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/saa1099.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/saa1099.h')
-rw-r--r--src/devices/sound/saa1099.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/devices/sound/saa1099.h b/src/devices/sound/saa1099.h
index 30df65988df..49e2007319f 100644
--- a/src/devices/sound/saa1099.h
+++ b/src/devices/sound/saa1099.h
@@ -10,20 +10,9 @@
#pragma once
//**************************************************************************
-// INTERFACE CONFIGURATION MACROS
-//**************************************************************************
-
-#define MCFG_SAA1099_ADD(_tag, _clock) \
- MCFG_DEVICE_ADD(_tag, SAA1099, _clock)
-#define MCFG_SAA1099_REPLACE(_tag, _clock) \
- MCFG_DEVICE_REPLACE(_tag, SAA1099, _clock)
-
-
-//**************************************************************************
// TYPE DEFINITIONS
//**************************************************************************
-
// ======================> saa1099_device
class saa1099_device : public device_t,