diff options
author | 2013-09-17 06:47:03 +0000 | |
---|---|---|
committer | 2013-09-17 06:47:03 +0000 | |
commit | 96aa5e1c086b4927456dc88b925d8ec112f0482e (patch) | |
tree | f59d136c51d4a065f39e3ab0d73981526c4d156b /src/emu/machine/eeprompar.h | |
parent | a7d12daf5b4c3374e8ad47a003ac7fff73d5c8fc (diff) |
Cleanups and version bumpmame0150
Diffstat (limited to 'src/emu/machine/eeprompar.h')
-rw-r--r-- | src/emu/machine/eeprompar.h | 3 |
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) |