summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/sgi.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/sgi.h')
-rw-r--r--src/mame/machine/sgi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/sgi.h b/src/mame/machine/sgi.h
index 73eb68561cd..638a044be3e 100644
--- a/src/mame/machine/sgi.h
+++ b/src/mame/machine/sgi.h
@@ -57,7 +57,7 @@ private:
required_device<cpu_device> m_maincpu;
required_device<eeprom_serial_93cxx_device> m_eeprom;
- optional_device<hpc3_device> m_hpc3;
+ optional_device<hpc3_base_device> m_hpc3;
address_space *m_space;