Fixed regression from tms32010 modernization. (nw)

This commit is contained in:
Wilbert Pol 2014-01-04 19:41:47 +00:00
parent 0e99008161
commit 8be4310611

View File

@ -59,7 +59,7 @@ private:
UINT8 m_last_bank;
/* ROM-based interface states */
required_device<legacy_cpu_device> m_ourcpu;
required_device<cpu_device> m_ourcpu;
UINT8 m_tfull;
UINT8 m_68full;
UINT8 m_cmd;