Fixed the S3 Vision 864/868 4 MB VRAM mode, and made the 868 support 8 MB VRAM again.

This commit is contained in:
OBattler
2018-09-20 20:42:55 +02:00
parent 3d1e52e6e9
commit a91fa57dd1
2 changed files with 37 additions and 6 deletions

View File

@@ -8,7 +8,7 @@
*
* 286/386+ instruction handlers list.
*
* Version: @(#)386_ops.h 1.0.3 2018/05/21
* Version: @(#)386_ops.h 1.0.4 2018/09/19
*
* Authors: Fred N. van Kempen, <decwiz@yahoo.com>
* Sarah Walker, <tommowalker@tommowalker.co.uk>
@@ -176,6 +176,8 @@ static int internal_illegal(char *s)
}
#endif
extern void x386_dynarec_log(const char *fmt, ...);
#include "x86seg.h"
#if defined(DEV_BRANCH) && defined(USE_AMD_K)
# include "x86_ops_amd.h"