Debug logging: add log message for time from boot until first key read (for AZTEC.DSK).

+ Remove an unused var.
This commit is contained in:
tomcw
2016-09-06 21:38:00 +01:00
parent f2316604ad
commit 31ba57b7c7
5 changed files with 39 additions and 3 deletions
-3
View File
@@ -242,7 +242,6 @@ static HPALETTE g_hPalette;
static HBITMAP g_hSourceBitmap;
static LPBYTE g_pSourcePixels;
static LPBITMAPINFO g_pSourceHeader;
const int MAX_SOURCE_Y = 512;
static LPBYTE g_aSourceStartofLine[ MAX_SOURCE_Y ];
static LPBYTE g_pTextBank1; // Aux
@@ -920,10 +919,8 @@ void VideoDestroy () {
// DESTROY BUFFERS
VirtualFree(g_pFramebufferinfo,0,MEM_RELEASE);
VirtualFree(g_pSourceHeader ,0,MEM_RELEASE);
VirtualFree(vidlastmem ,0,MEM_RELEASE);
g_pFramebufferinfo = NULL;
g_pSourceHeader = NULL;
vidlastmem = NULL;
// DESTROY FRAME BUFFER