diff --git a/src/mame/machine/asic65.h b/src/mame/machine/asic65.h index 2440fe82c33..7dce00185b0 100644 --- a/src/mame/machine/asic65.h +++ b/src/mame/machine/asic65.h @@ -59,7 +59,7 @@ private: UINT8 m_last_bank; /* ROM-based interface states */ - required_device m_ourcpu; + required_device m_ourcpu; UINT8 m_tfull; UINT8 m_68full; UINT8 m_cmd;