summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/plygonet.h
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2013-07-29 07:34:22 +0000
committer Aaron Giles <aaron@aarongiles.com>2013-07-29 07:34:22 +0000
commitef3fdf419561d4c237630d1aeb4a31be91708ceb (patch)
treea042b7cf6bd4fd6afda13bd9a2d9e4652c5b0352 /src/mame/includes/plygonet.h
parentb25cb902d5f6fdadf9485b1a3ab60f4762246300 (diff)
Rewrite serial EEPROM devices, breaking them out into separate chips of
the proper size and protocol. Update all drivers, removing custom implementations, and replacing them with standard ones. Moved core read, write, erase functionality into the EEPROM base class a simulated delays in write/erase cycles. Still some more testing/verification work left to do.
Diffstat (limited to 'src/mame/includes/plygonet.h')
-rw-r--r--src/mame/includes/plygonet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/plygonet.h b/src/mame/includes/plygonet.h
index 5b2f6309e5c..a8a6a24d4c8 100644
--- a/src/mame/includes/plygonet.h
+++ b/src/mame/includes/plygonet.h
@@ -26,7 +26,7 @@ public:
required_device<cpu_device> m_maincpu;
required_device<cpu_device> m_audiocpu;
required_device<cpu_device> m_dsp;
- required_device<serial_eeprom_device> m_eeprom;
+ required_device<eeprom_serial_93cxx_device> m_eeprom;
required_device<k053936_device> m_k053936;
/* 68k-side shared ram */