summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/eeprompar.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/eeprompar.h')
-rw-r--r--src/emu/machine/eeprompar.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/emu/machine/eeprompar.h b/src/emu/machine/eeprompar.h
index 83baf7c743a..aab0a6d8b4f 100644
--- a/src/emu/machine/eeprompar.h
+++ b/src/emu/machine/eeprompar.h
@@ -120,8 +120,7 @@ class eeprom_parallel_##_lowercase##_device : public eeprom_parallel_##_baseclas
public: \
eeprom_parallel_##_lowercase##_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock); \
}; \
-extern const device_type EEPROM_PARALLEL_##_uppercase; \
-
+extern const device_type EEPROM_PARALLEL_##_uppercase;
// standard 28XX class of 8-bit EEPROMs
DECLARE_PARALLEL_EEPROM_DEVICE(28xx, 2804, 2804)
DECLARE_PARALLEL_EEPROM_DEVICE(28xx, 2816, 2816)