Fix compilation errors.
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
This commit is contained in:
parent
56fccbe621
commit
f0b4b8e43d
2 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||
|
|
|
@ -96,6 +96,10 @@ CSuperSerialCard::~CSuperSerialCard()
|
|||
{
|
||||
}
|
||||
|
||||
void CSuperSerialCard::CommReset()
|
||||
{
|
||||
}
|
||||
|
||||
void CSuperSerialCard::CommInitialize(LPBYTE pCxRomPeripheral, UINT uSlot)
|
||||
{
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue