summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/mb3773.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/mb3773.h')
-rw-r--r--src/devices/machine/mb3773.h15
1 files changed, 1 insertions, 14 deletions
diff --git a/src/devices/machine/mb3773.h b/src/devices/machine/mb3773.h
index 21dbb8fa548..e6f8bf4c955 100644
--- a/src/devices/machine/mb3773.h
+++ b/src/devices/machine/mb3773.h
@@ -13,22 +13,11 @@
#pragma once
-
-//**************************************************************************
-// INTERFACE CONFIGURATION MACROS
-//**************************************************************************
-
-#define MCFG_MB3773_ADD(_tag) \
- MCFG_DEVICE_ADD(_tag, MB3773, 0)
-
-
-// ======================> mb3773_device
-
class mb3773_device : public device_t
{
public:
// construction/destruction
- mb3773_device( const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock );
+ mb3773_device( const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock = 0);
// I/O operations
WRITE_LINE_MEMBER( write_line_ck );
@@ -48,8 +37,6 @@ private:
int m_ck;
};
-
-// device type definition
DECLARE_DEVICE_TYPE(MB3773, mb3773_device)
#endif // MAME_MACHINE_MB3773_H