summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/zs01.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/zs01.h')
-rw-r--r--src/mame/machine/zs01.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/machine/zs01.h b/src/mame/machine/zs01.h
index 5192881db3d..80f0cec2d06 100644
--- a/src/mame/machine/zs01.h
+++ b/src/mame/machine/zs01.h
@@ -15,8 +15,7 @@
#include "machine/ds2401.h"
#define MCFG_ZS01_ADD( _tag ) \
- MCFG_DEVICE_ADD( _tag, ZS01, 0 ) \
-
+ MCFG_DEVICE_ADD( _tag, ZS01, 0 )
#define MCFG_ZS01_DS2401( ds2401_tag ) \
zs01_device::static_set_ds2401_tag( *device, ds2401_tag );