Ported the relevant PCem commits to 86box.

This commit is contained in:
TC1995
2018-02-24 17:25:50 +01:00
parent e824c472cf
commit f7ec4f7a40
7 changed files with 183 additions and 105 deletions

View File

@@ -40,7 +40,7 @@
* W = 3 bus clocks
* L = 4 bus clocks
*
* Version: @(#)video.c 1.0.15 2018/02/23
* Version: @(#)video.c 1.0.16 2018/02/24
*
* Authors: Sarah Walker, <http://pcem-emulator.co.uk/>
* Miran Grca, <mgrca8@gmail.com>
@@ -72,7 +72,6 @@ enum {
VIDEO_BUS
};
bitmap_t *screen = NULL,
*buffer = NULL,
*buffer32 = NULL;