diff options
author | 2018-09-04 19:12:23 +0200 | |
---|---|---|
committer | 2018-09-04 19:12:23 +0200 | |
commit | 502a131126d8906bb2e63b3215fcbfc4a91a746b (patch) | |
tree | e678b6eea62ed3fdfcb082619df9b05beb5c822b /src/devices/machine/x76f041.h | |
parent | 618c4d7165a6f66e392ae533fbba82de13f42e23 (diff) |
wd11c00_17, wd2010, wd33c93, wd7600, x76f041, x76f100, ym2148, ym3802: removed MCFG macros (nw)
wd_fdc: started removing MCFG macros (nw)
Diffstat (limited to 'src/devices/machine/x76f041.h')
-rw-r--r-- | src/devices/machine/x76f041.h | 5 |
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 ); |