Simplified main-loop a bit more, and removed more globals from AppleWin.cpp

This commit is contained in:
tomcw
2014-09-14 16:12:55 +01:00
parent bc45812f4e
commit 1f892a27d4
7 changed files with 36 additions and 35 deletions
-1
View File
@@ -38,7 +38,6 @@ extern UINT g_uMaxExPages; // user requested ram pages (from cmd line)
void RegisterIoHandler(UINT uSlot, iofunction IOReadC0, iofunction IOWriteC0, iofunction IOReadCx, iofunction IOWriteCx, LPVOID lpSlotParameter, BYTE* pExpansionRom);
void MemDestroy ();
bool MemGet80Store();
bool MemCheckSLOTCXROM();
LPBYTE MemGetAuxPtr(const WORD);
LPBYTE MemGetMainPtr(const WORD);