|
|
| version 1.29, 2004/08/13 02:16:33 | version 1.31, 2004/08/13 06:49:30 |
|---|---|
| Line 36 const OEMCHAR xmilversion[] = OEMTEXT(XM | Line 36 const OEMCHAR xmilversion[] = OEMTEXT(XM |
| #if defined(SUPPORT_BANKMEM) | #if defined(SUPPORT_BANKMEM) |
| UINT8 mBANK[16][0x8000]; | UINT8 mBANK[16][0x8000]; |
| #endif | #endif |
| BYTE *RAM0r; | UINT8 *RAM0r; |
| BYTE *RAM0w; | UINT8 *RAM0w; |
| // ---- | // ---- |
| Line 177 void iptrace_out(void) { | Line 177 void iptrace_out(void) { |
| void neitem_disp(UINT id) { | void neitem_disp(UINT id) { |
| corestat.vsync = 1; | corestat.vsync = 1; |
| pcg.r.vsync = 1; | |
| if (xmilcfg.DISPSYNC & 1) { | if (xmilcfg.DISPSYNC & 1) { |
| scrnupdate(); | scrnupdate(); |
| } | } |