--- np2/pccore.c 2003/12/08 06:24:03 1.28 +++ np2/pccore.c 2003/12/13 19:59:40 1.30 @@ -4,7 +4,6 @@ #include "sysmng.h" #include "timemng.h" #include "cpucore.h" -#include "memory.h" #include "np2ver.h" #include "pccore.h" #include "iocore.h" @@ -23,6 +22,7 @@ #include "sound.h" #include "fmboard.h" #include "beep.h" +#include "s98.h" #include "font.h" #include "diskdrv.h" #include "fddfile.h" @@ -75,8 +75,6 @@ static const BYTE msw_default[8] = BOOL drawframe; UINT drawcount = 0; - BYTE mem[0x200000]; - // --------------------------------------------------------------------------- @@ -573,6 +571,7 @@ void pccore_exec(BOOL draw) { mpu98ii_callback(); diskdrv_callback(); calendar_inc(); + S98_sync(); sound_sync(); // happy! #if defined(TRACE)