mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-04-13 03:38:37 +00:00
Remove the extern memwriteDirtyPage
This commit is contained in:
parent
2b25e4b024
commit
f087f7152c
@ -221,7 +221,6 @@ SOFT SWITCH STATUS FLAGS
|
||||
static LPBYTE memshadow[0x100];
|
||||
LPBYTE memwrite[0x100];
|
||||
BYTE memreadPageType[0x100];
|
||||
//BYTE memwriteDirtyPage[0x100];
|
||||
|
||||
iofunction IORead[256];
|
||||
iofunction IOWrite[256];
|
||||
|
@ -45,7 +45,6 @@ extern iofunction IORead[256];
|
||||
extern iofunction IOWrite[256];
|
||||
extern LPBYTE memwrite[0x100];
|
||||
extern BYTE memreadPageType[0x100];
|
||||
//extern BYTE memwriteDirtyPage[0x100];
|
||||
extern LPBYTE mem;
|
||||
extern LPBYTE memaux;
|
||||
extern LPBYTE memdirty;
|
||||
|
Loading…
x
Reference in New Issue
Block a user