summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/hpc3.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/hpc3.h')
-rw-r--r--src/mame/machine/hpc3.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/machine/hpc3.h b/src/mame/machine/hpc3.h
index 35c967c2769..21dc941026b 100644
--- a/src/mame/machine/hpc3.h
+++ b/src/mame/machine/hpc3.h
@@ -133,8 +133,8 @@ protected:
};
required_device<mips3_device> m_maincpu;
- required_device<wd33c93n_device> m_wd33c93;
- optional_device<wd33c93n_device> m_wd33c93_2;
+ required_device<wd33c93_device> m_wd33c93;
+ optional_device<wd33c93_device> m_wd33c93_2;
required_device<eeprom_serial_93cxx_device> m_eeprom;
required_device<ds1386_device> m_rtc;
required_device<ioc2_device> m_ioc2;