This commit is contained in:
parent
7f274ac529
commit
e3a99ecf9f
1 changed files with 1 additions and 1 deletions
|
@ -1054,7 +1054,7 @@ LPBYTE MemGetAuxPtr(const WORD offset)
|
||||||
#ifdef RAMWORKS
|
#ifdef RAMWORKS
|
||||||
if ( ((SW_PAGE2 && SW_80STORE) || VideoGetSW80COL()) &&
|
if ( ((SW_PAGE2 && SW_80STORE) || VideoGetSW80COL()) &&
|
||||||
( ( ((offset & 0xFF00)>=0x0400) &&
|
( ( ((offset & 0xFF00)>=0x0400) &&
|
||||||
((offset & 0xFF00)<=0700) ) ||
|
((offset & 0xFF00)<=0x0700) ) ||
|
||||||
( SW_HIRES && ((offset & 0xFF00)>=0x2000) &&
|
( SW_HIRES && ((offset & 0xFF00)>=0x2000) &&
|
||||||
((offset & 0xFF00)<=0x3F00) ) ) ) {
|
((offset & 0xFF00)<=0x3F00) ) ) ) {
|
||||||
lpMem = (memshadow[(offset >> 8)] == (RWpages[0]+(offset & 0xFF00)))
|
lpMem = (memshadow[(offset >> 8)] == (RWpages[0]+(offset & 0xFF00)))
|
||||||
|
|
Loading…
Add table
Reference in a new issue