summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/megadrive/eeprom.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/megadrive/eeprom.cpp')
-rw-r--r--src/devices/bus/megadrive/eeprom.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/bus/megadrive/eeprom.cpp b/src/devices/bus/megadrive/eeprom.cpp
index 23005b89998..0af843ea4d3 100644
--- a/src/devices/bus/megadrive/eeprom.cpp
+++ b/src/devices/bus/megadrive/eeprom.cpp
@@ -32,7 +32,7 @@
Micro Machines Military | 0x380001-7 | 0x300000-0*| 0x300000-1*| 0x03ff (24C08) | 0x0f | Yes |
Micro Machines 96 | 0x380001-7 | 0x300000-0*| 0x300000-1*| 0x07ff (24C16) | 0x0f | Yes |
Brian Lara Cricket 96 | 0x380001-7 | 0x300000-0*| 0x300000-1*| 0x1fff (24C64) | 0x??* | |
- Shame Warne Cricket | 0x380001-7 | 0x300000-0*| 0x300000-1*| 0x1fff (24C64) | 0x??* | |
+ Shane Warne Cricket | 0x380001-7 | 0x300000-0*| 0x300000-1*| 0x1fff (24C64) | 0x??* | |
----------------------------------|------------|------------|------------|----------------|-----------|-------|
* Not specified in Eke-Eke's document
@@ -132,7 +132,7 @@ void md_eeprom_nbajamte_device::device_add_mconfig(machine_config &config)
void md_eeprom_cslam_device::device_add_mconfig(machine_config &config)
{
- I2C_24C64(config, m_i2cmem);
+ I2C_24C65(config, m_i2cmem);
}
void md_eeprom_nflqb96_device::device_add_mconfig(machine_config &config)
@@ -147,7 +147,7 @@ void md_eeprom_nhlpa_device::device_add_mconfig(machine_config &config)
void md_eeprom_blara_device::device_add_mconfig(machine_config &config)
{
- I2C_24C64(config, m_i2cmem);
+ I2C_24C65(config, m_i2cmem);
}
void md_eeprom_mode1_device::device_add_mconfig(machine_config &config)