summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/sega8_rom.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/sega8_rom.h')
-rw-r--r--src/mess/machine/sega8_rom.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/sega8_rom.h b/src/mess/machine/sega8_rom.h
index eac40974d62..3f853016b73 100644
--- a/src/mess/machine/sega8_rom.h
+++ b/src/mess/machine/sega8_rom.h
@@ -213,7 +213,7 @@ public:
protected:
UINT8 m_rom_bank_base[3];
- required_device<serial_eeprom_device> m_eeprom;
+ required_device<eeprom_serial_93cxx_device> m_eeprom;
int m_93c46_enabled;
UINT8 m_93c46_lines;
};