forgot about the non-zero base of the conventional memory selector in CWSDPMI...
[retrobench] / src / dos / gfx.h
index 77322f9..4bd5aac 100644 (file)
@@ -11,7 +11,7 @@ struct video_mode {
        uint32_t rmask, gmask, bmask;
        uint32_t fb_addr;
        short max_pages;
-       int win_gran, win_gran_shift, win_64k_step;
+       short win_gran, win_gran_shift, win_64k_step;
 };
 
 #ifdef __cplusplus