Closed DavidLudwig closed 7 years ago
Millions of Colors is now working, however Thousands of Colors is (still?) displaying incorrectly. Screenshot attached.
For reference, here is what Millions of Colors looks like, via the same (internal) build:
@DavidLudwig If you want to test GNU automake build, you can install Macports or Homebrew to install gtk2 and SDL2. GNU automake is the only way I used to build BII in Mac OSX. See wiki: https://github.com/cebix/macemu/wiki/Basilisk-II-Compilation-Guide
@DavidLudwig In upstream macemu repository master branch, if I force to use mem bank addressing in Linux with the following configure:
./configure --enable-sdl-video --enable-sdl-audio --disable-vosf --disable-jit-compiler --with-x --with-gtk --with-mon --enable-addressing=banks
I saw the yellowish screen. This didn't happens in Mac OS X which uses mem bank addressing nor in Linux with direct addressing.
Do you understand why it happens? Note that my observation is based on SDL1 in macemu upstream. It is not SDL2 in yours.