mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
Fixed regression from tms32010 modernization. (nw)
This commit is contained in:
parent
0e99008161
commit
8be4310611
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user