summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/cpc_rom.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/cpc_rom.h')
-rw-r--r--src/mess/machine/cpc_rom.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mess/machine/cpc_rom.h b/src/mess/machine/cpc_rom.h
index daddbbf689a..9d0a8319041 100644
--- a/src/mess/machine/cpc_rom.h
+++ b/src/mess/machine/cpc_rom.h
@@ -54,8 +54,7 @@ extern const device_type ROMSLOT;
#define MCFG_ROMSLOT_ADD(_tag) \
- MCFG_DEVICE_ADD(_tag, ROMSLOT, 0) \
-
+ MCFG_DEVICE_ADD(_tag, ROMSLOT, 0)
/*** ROM box device ***/