gnuboy 0.9.9

posted in Emulator Release by akilla on Mar 24th, 2001

gnuboy, an open-source GameBoy emulator for DOS, Windows, and Unix, has been updated to version 0.9.9 Here's what's new:
  • Removed some unused code from mingw32.c, fixed some bugs there too
  • Fixed a bad sound bug in sdl.c
  • Eliminated sound pops at startup with SDL
  • Eliminated compiletime error about SDL_DISABLE on SDL ver < 1.1.8
  • Integrated new fully-thinlib-based DOS code from Matthew Conte
  • Added surface locking to SDL code; maybe this will fix windows+fullscreen?
  • Fixed serious bug in savestate loading (call mem_updatemap on load)
  • New asm -- significant speed boosts for color games on older machines
  • Removed SDL_HWSURFACE from SDL code - this should fix fullscreen on windows
  • Disabled surface locking calls for now
  • Properly initialize default path on DOS
  • Added SDL_ANYFORMAT to SDL flags so we can natively support all color depths Get it from the GameBoy Emulators for DOS/Windows or Unix pages.