Fix compilation error after merge.

Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
This commit is contained in:
Andrea Odetti 2020-11-29 18:02:43 +00:00
parent ab08dd7de7
commit 40b37ccccb
2 changed files with 1 additions and 4 deletions

View file

@ -15,7 +15,3 @@ void CheckCpu()
LogFileOutput("Detected non standard CPU for Apple2 = %d: default = %d, actual = %d\n", apple2Type, defaultCpu, mainCpu);
}
}
void alarm_log_too_many_alarms()
{
}

View file

@ -1,3 +1,4 @@
#include <StdAfx.h>
#include "Tfe/Tfe.h"
int tfe_enabled = 0;