📄 whatsnew
字号:
* WHAT'S NEW * Here you will find a summary of the changes made in each released version of gnuboy, organized from an end-user perspective. Webmasters, please use this file as a basis for announcing new versions; the CHANGES file is too technical and unorganized.RELEASE 1.0.3All ANSI C incompatibilities should be fixed. Please report any thatremain.Various bugs encountered when building gnuboy on strange compilershave been fixed.Internal support for decompressing gzipped roms now exists in aminimal form. The inflate code used is taken from a quine(self-reproducing program) written by David Madore and placed in thepublic domain. This code is very portable but is rather slow and maycrash when given invalid data; however, there should be no impact onsecurity. Currently only gzip files (not pkzip files) are supported.HuC3 emultaion has been fixed to some extent. Robopon Sun and Star areboth playable now, but many features of the HuC3 are still notimplemented.Color filtering to make gnuboy look much more like a real CGB is nowincluded, thanks to the work of Jonathan Gevaryahu.A new rcvar "gbamode" has been added to unlock the GBA-only featurespresent in some newer CGB games. (This has nothing to do with GBAemulation, which gnuboy does not do and will not do in the future.)Sprite sorting in DMG mode has been fixed. This should improve thingsin various DMG games where sprites previously overlapped in the wrongorder.RELEASE 1.0.2A minor problem in the frequency sweep function on sound channel 1 wasfixed, correcting the sound of the ice beam and metroid encountersound in Metroid 2.Sound channel 3 waveform data is now trashed when the sound isplayed. This makes it more difficult for games and demos to detectthat they are running on an emulator.The channel 3 waveform is now properly initialized in both DMG and CGBmodes. Before it was incorrectly initialized to have frequency 16times too high, and the initial "random noise" pattern exhibited byDMG wasn't emulated. R-Type now sounds much better.The sound length register for channel 3 now works properly, fixing thetitle screen music in MegaMan 2. No thanks to gbspec.txt for havingblatently wrong info about this matter.Major problems with sound quality on channel 4 (noise) have beenfixed, and the pseudorandom sequence has been replaced to very closelyresemble that of a real Gameboy, thanks to the hard work of LordNightmare. All these changes make a significant improvement in manygames, notably Metroid 2, Final Fantasy Legend II and III, CampDeadly, and Wario Land.Stereo channels are no longer backwards.The DMG STAT register write bug, which causes an interrupt if the STATregister is written while in HBLANK or VBLANK, is now emulated. Thisfixes Legend of Zerd and probably any other DMG game that will not runon a real Gameboy Color.A hack/potential fix for a problem that kept Konami Collection Vol 1from working has been put in place.A major interrupt bug that prevented Amazing Penguin from running hasbeen fixed.Several bugs that could have resulted in crashes under strangecircumstances have been fixed.Other minor sound issues have been tweaked or fixed.RELEASE 1.0.1 BUGS FIXEDKeys that didn't work in the SDL-based ports have now been fixed.The --bindir= option to the configure script now works properly.Running "make install" no longer fails when the destination directorydoesn't already exist.Various minor cleanups.RELEASE 1.0.0 NEW FEATURESAuto-loading rc files on a per-rom basis.Less intense yellow in the default mono palette.Default keybindings no longer use modifier keys.Lots of new documentation.Hardware scaling on matroxfb now looks better. BUGS FIXEDDisabled some useless optimizations to work around a bug in gcc 2.96, whichdespite being a broken compiler has become rather popular since Redhatdecided to package it without sufficient testing. This will fix the problemslots of people have reported when compiling.Added --disable-arch option to configure to prevent the binaries built frombeing dependent on the exact host cpu they're built on. This will allowdistro maintainers to build packages that work even on older cpus.RELEASE 0.9.13 NEW FEATURESHardware scaling support on fbcon with matroxfb. PERFORMANCENow all software scaling code has assembly implementations. COMPATIBILITYInvalid opcode crash in Montezuma's Return has been fixed.Visual glitches in Pokemon Yellow are now fixed. BUGS FIXEDLine refresh was taking place too late, causing visual glitch in Alleyway.Flags behavior on the RL, RR, RLC, and RRC opcodes was completely bogus in theasm cpu core. Miracle it didn't break more things. Should be correct now.The SWAP (HL) instruction in the asm cpu core was nonfunctional.RELEASE 0.9.12 NEW FEATURESHardware YUV scaling with full interpolation on systems that support it,using SDL -- thanks goes to Magnus Damm. COMPATIBILITYBinary Chaos no longer has graphical glitches, and is fully playable.Wacky Races now displays correctly again (broken since 0.9.7). BUGS FIXEDSome test code was left in cpu.s, breaking DOS/Windows builds andslowing things down across the board.SDL joystick code was generating bogus release events.Unused bits of VBK register were 0's; they should be 1's.DMG palette was not being restored correctly after loading savestates.RELEASE 0.9.11 NEW FEATURESMost ports can auto-choose screen size appropriate to scale given.Scaling to 2x, 3x, and 4x is now possible at all color depths. PERFORMANCESDL port should run considerably faster than before at hires modes.New X11 rcvar "x_shmsync" can be turned off for performance boost,but it can result in heavy shearing and skipped frames.The new scaling code is slightly faster than before. COMPATIBILITYKonami Collection (GBC) series now works in color mode.Worms Armageddon is now playable, might still have some glitches though.Turok 3 no longer hangs at startup and seems fully playable.Sound samples that played too slow in many games now sound correct. BUGS FIXEDVideo mode setting was not working with svgalib.Undocumented behavior - STOP instruction causes PC to skip forward.SDL hardware surface mode is now always on and should always work fine.More undocumented behavior - HDMA can occur while LCDC is off...?HDMA5 register was not being initialized correctly on reset.Timer was running at half the speed it should when in high-speed mode.RELEASE 0.9.10 NEW FEATURESPrimitive but fast and fully functional scale-by-two support.New rcvar "vmode" sets video mode in all the targets that support it.Now up to 16 joystick buttons can be used, as opposed to 8 before.Static palette mode (rcvar "rgb332"), which can make highcolor gameslook better when run at 8bpp by faking a 3/3/2 color channel mode. COMPATIBILITYAdded a quick hack to fake serial I/O so that Super RC Pro-Am works.Spiderman's web is now visible in Spiderman GBC. PERFORMANCENew refresh code blits lines slightly faster.Added sdl_hwsurface rcvar to turn hardware surface on for speed boost,disabled by default because it crashes on Windows. BUGS FIXEDHopefully fixed issue with X header locations affecting some users.DMG sprite sorting isn't working right. It's now disabled by default.VBLANK timings have been changed slightly to fix Daedalian Opus.Fixed various minor bugs found by enabling compiler warnings.Spacebar was not working with SDL. Fixed.Fixed bug that made OAM unreadable.RELEASE 0.9.9 NEW FEATURESDOS port is now entirely thinlib-based. Should be more robust, featureful.For example, custom video modes such as 256x224 are available. PERFORMANCENew asm routines for displaying the background layer on color games.This results in a significant performance boost low-end machines (~P75).SDL code no longer fakes 16bpp but uses the native color depth. BUGS FIXEDSDL gnuboy no longer produces random pops in sound at startup.Mono/stereo should now be handled correctly in the SDL code.Eliminated compiletime error about SDL_DISABLE on SDL ver < 1.1.8.Serious bug -- loading savestates was not updating the memory bank map --resulted in bogus behavior after loading in certain situations.Scrapped SDL_HWSURFACE to make fullscreen work on Windows.RELEASE 0.9.8 NEW FEATURESNative SDL sound support. This means sound will work on BeOS and Windows.Sprites are priority sorted on DMG games by default now.ROMs can be loaded from stdin using "-" as the filename.SDL port now runs fullscreen by default. Set sdl_fullscreen to 0 to disable.SDL port now supports alt+enter fullscreen toggle.Integrated Windows port by mewse (using SDL and mingw32). COMPATIBILITYAdded support for undocumented ram size 05 (presumably 256 kbit).This fixes the crash with Pokemon Crystal.Removed hacks for Altered Space and W&W because they break other games.Added new VBLANK code that should fix them again without breaking other stuff. BUGS FIXEDSDL keyboard handler was not accepting the numeral keys.SDL video was messed up bad when it couldn't get a true 160x144 display.Loading a ROM with bogus ROM/RAM size headers used to crash the program.RELEASE 0.9.7 NEW FEATURESDOS sound support!VESA video modes on DOS!Mono sound for cards that don't support stereo. COMPATIBILITYAltered Space and Wizards & Warriors now run.Change was made to VBLANK behavior; hopefully it doesn't break other games. BUGS FIXEDEnvelope length was being computed wrong.HDMA was incorrectly taking place all at once.Command line parsing incorrectly changed - to _ in places it shouldn't.SDL joystick support was not building correctly on non-Linux systems.RELEASE 0.9.5 NEW FEATURESShowing the name from the ROM header in X11 and SDL titlebars.The various targets can be disabled at compiletime with --without-* options.OSS sound support might work on FreeBSD and OpenBSD but is untested.SDL joystick support.GNU make no longer required to compile. OPTIMIZATIONSFlags handling in the C and asm cpu cores should be faster.Word-at-a-time memory I/O is now done more efficiently. BUGS FIXEDHighcolor screens no longer flicker.Misplaced high-pitched beeps in sound have been removed, again.C graphics code was misaligning the screen by one pixel. Fixed.RELEASE 0.9.4 NEW FEATURESLinux fbcon display support.Linux joystick device support. COMPATIBILITYHDMA now works in DKC and Lemmings Color.Default wave pattern is now supported.RELEASE 0.9.2 NEW FEATURESSDL port!Sound channel 4.MBC3 RTC support. COMPATIBILITYSound is now properly handled in savestates.Pokemon Silver and Gold should now be playable. BUGS FIXEDAnother bug in sweep.Nasty aliasing from extremely high sound frequencies.RELEASE 0.9.1 NEW FEATURESExperimental sound support!Better command line parsing.Added --showvars command line option.Various optimizations. BUGS FIXEDHDMA bug.LCDC STAT interrupt bug.NOTE: Earlier releases have not yet been documented in this file.Hopefully they'll be added eventually, at least for the sake ofcompleting the records.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -