diff options
Diffstat (limited to 'src/atimach64.c')
-rw-r--r-- | src/atimach64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/atimach64.c b/src/atimach64.c index 5aee170f..ffda8856 100644 --- a/src/atimach64.c +++ b/src/atimach64.c @@ -146,7 +146,7 @@ ATIMach64PreInit #ifndef AVOID_CPIO - if (pATI->UseSmallApertures) + if (pATI->VGAAdapter) { pATIHW->config_cntl |= CFG_MEM_VGA_AP_EN; } |