summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/eeprompar.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/eeprompar.c')
-rw-r--r--src/emu/machine/eeprompar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/machine/eeprompar.c b/src/emu/machine/eeprompar.c
index 1e70085a6e6..af575ec1419 100644
--- a/src/emu/machine/eeprompar.c
+++ b/src/emu/machine/eeprompar.c
@@ -120,7 +120,7 @@ eeprom_parallel_##_lowercase##_device::eeprom_parallel_##_lowercase##_device(con
: eeprom_parallel_##_baseclass##_device(mconfig, EEPROM_PARALLEL_##_uppercase, "Parallel EEPROM " #_uppercase " (" #_cells "x" #_bits ")", tag, owner, #_lowercase, __FILE__) \
{ \
static_set_size(*this, _cells, _bits); \
-}; \
+} \
const device_type EEPROM_PARALLEL_##_uppercase = &device_creator<eeprom_parallel_##_lowercase##_device>;
// standard 28XX class of 8-bit EEPROMs
DEFINE_PARALLEL_EEPROM_DEVICE(28xx, 2804, 2804, 8, 512)