Fix compilation errors.

Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
This commit is contained in:
Andrea Odetti 2018-04-14 18:45:27 +01:00
parent 56fccbe621
commit f0b4b8e43d
2 changed files with 4 additions and 1 deletions

View file

@ -33,7 +33,6 @@ TCHAR g_sProgramDir[MAX_PATH] = TEXT(""); // Directory of where AppleWin exe
TCHAR g_sCurrentDir[MAX_PATH] = TEXT(""); // Also Starting Dir. Debugger uses this when load/save
const TCHAR *g_pAppTitle = TITLE_APPLE_2E_ENHANCED;
bool g_bRestart = false;
FILE* g_fh = NULL;
CSuperSerialCard sg_SSC;
CMouseInterface sg_Mouse;
const short SPKR_DATA_INIT = (short)0x8000;

View file

@ -96,6 +96,10 @@ CSuperSerialCard::~CSuperSerialCard()
{
}
void CSuperSerialCard::CommReset()
{
}
void CSuperSerialCard::CommInitialize(LPBYTE pCxRomPeripheral, UINT uSlot)
{
}