Previous | 199869 Revisions | Next |
r22011 Friday 22nd March, 2013 at 00:07:51 UTC by R. Belmont |
---|
Fix gcc compile (eta: this is a real bug, plz fix properly!) (nw) |
[src/mess/machine] | md_svp.h |
r22010 | r22011 | |
---|---|---|
56 | 56 | |
57 | 57 | UINT8 *m_iram; // IRAM (0-0x7ff) |
58 | 58 | UINT8 *m_dram; // [0x20000]; |
59 | UINT32 m_pmac_read[ | |
59 | UINT32 m_pmac_read[12]; // read modes/addrs for PM0-PM5 | |
60 | 60 | UINT32 m_pmac_write[6]; // write ... |
61 | 61 | PAIR m_pmc; |
62 | 62 | UINT32 m_emu_status; |
Previous | 199869 Revisions | Next |