mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
Fix gcc compile (eta: this is a real bug, plz fix properly!) (nw)
This commit is contained in:
parent
7f23bacb48
commit
a742a8dd28
@ -56,7 +56,7 @@ public:
|
||||
|
||||
UINT8 *m_iram; // IRAM (0-0x7ff)
|
||||
UINT8 *m_dram; // [0x20000];
|
||||
UINT32 m_pmac_read[6]; // read modes/addrs for PM0-PM5
|
||||
UINT32 m_pmac_read[12]; // read modes/addrs for PM0-PM5
|
||||
UINT32 m_pmac_write[6]; // write ...
|
||||
PAIR m_pmc;
|
||||
UINT32 m_emu_status;
|
||||
|
Loading…
Reference in New Issue
Block a user