summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/x76f041.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/x76f041.h')
-rw-r--r--src/devices/machine/x76f041.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/devices/machine/x76f041.h b/src/devices/machine/x76f041.h
index 8ccce9ba035..af487f75a1d 100644
--- a/src/devices/machine/x76f041.h
+++ b/src/devices/machine/x76f041.h
@@ -13,15 +13,12 @@
#pragma once
-#define MCFG_X76F041_ADD( _tag ) \
- MCFG_DEVICE_ADD( _tag, X76F041, 0 )
-
class x76f041_device : public device_t,
public device_nvram_interface
{
public:
// construction/destruction
- x76f041_device( const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock );
+ x76f041_device( const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock = 0);
DECLARE_WRITE_LINE_MEMBER( write_cs );
DECLARE_WRITE_LINE_MEMBER( write_rst );