mirror of
https://github.com/holub/mame
synced 2025-06-30 16:00:01 +03:00
MT04754: fix qdrmfgp regression.
This commit is contained in:
parent
0ff77e902e
commit
3c856191c0
@ -8,7 +8,7 @@ public:
|
|||||||
{ }
|
{ }
|
||||||
|
|
||||||
required_device<cpu_device> m_maincpu;
|
required_device<cpu_device> m_maincpu;
|
||||||
required_shared_ptr<UINT8> m_nvram;
|
required_shared_ptr<UINT16> m_nvram;
|
||||||
UINT8 *m_sndram;
|
UINT8 *m_sndram;
|
||||||
UINT16 *m_workram;
|
UINT16 *m_workram;
|
||||||
UINT16 m_control;
|
UINT16 m_control;
|
||||||
|
Loading…
Reference in New Issue
Block a user