-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
color is incorrect in Linux (Ubuntu 16.04 on Parallels VM on OS X host) #16
Comments
Thousands of Colors mode is still broken, however, Millions of Colors does work, which did not before this commit.
@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. |
The text was updated successfully, but these errors were encountered: