summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/kaneko_toybox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/kaneko_toybox.cpp')
-rw-r--r--src/mame/machine/kaneko_toybox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/kaneko_toybox.cpp b/src/mame/machine/kaneko_toybox.cpp
index ee863a303d7..0815db16863 100644
--- a/src/mame/machine/kaneko_toybox.cpp
+++ b/src/mame/machine/kaneko_toybox.cpp
@@ -192,7 +192,7 @@ void kaneko_toybox_device::mcu_run()
case 0x42: // Write to NVRAM
{
- eeprom_serial_93cxx_device *eeprom = machine().device<eeprom_serial_93cxx_device>(":eeprom");
+ eeprom_serial_93cxx_device *eeprom = machine().device<eeprom_serial_93cxx_device>(":eeprom");
UINT8* nvdat = (UINT8*)&m_mcuram[mcu_offset];
for (int i=0;i<0x80;i++)
{