GameBoy Online (2011/08/25) - 模擬器

Lauren avatar
By Lauren
at 2011-08-26T23:24

Table of Contents

https://github.com/grantgalitz/GameBoy-Online


GameBoy-Online is a Game Boy emulator which runs in the browser as a
HTML5/JavaScript application. It is written by Grant Galitz and open source.


- Some important changes (filtered by AEP):
- XAudioJS update.
- Blacklisting web audio on Windows and Linux due to a critical bug in Google
Chrome.
- A minor change to a bitwise AND op in palette index offsetting to make sure
we don′t run into slow jaegermonkey jit code (Bad doubles, tsk tsk
firefox.). Firefox goes full retard when bitwise stuff is done with 32-bit
numbers, so passing & -1 would trigger this.
- Removing some dead code. Adding Gambatte′s tint algorithm for GBC RGB
post-processing to look more like the colors of a real gameboy color, since
GBC does not display the colors exactly as-is in the 15-bit paletting.
- Fixing a long standing regression that seemed to cause no harm.
- Optimizing some carry flag computation in a couple of instructions.
- Found a faster way to do unsigned byte to signed byte conversion ((ubyte >
24), works because of sign bit 31 and that js kills any bits over that.
- Added some hacks to get Game & Watch Gallery 2 to run in CGB mode (with and
without boot rom) with its incorrect header.
- Reversed the gyro readings to the way they should be.
- Inlined updateCore into the interpreter loop path. Optimized TIMA clocking
- Memory consumption reduction by managing the ROM binary string to only exist
on-demand.




--

All Comments

SDLMAME v0.143u3 for Ubuntu

Ophelia avatar
By Ophelia
at 2011-08-25T23:22
http://sdlmame.wallyweek.org/ SDLMAME v0.143u3 for Ubuntu is released. SDLMAME is a port of the popular MAME ™ emulator to the SDL library. It runs on man ...

zBoy v0.13 for Linux

Tracy avatar
By Tracy
at 2011-08-25T23:21
http://www.viste-family.net/mateusz/software/zboy/ zBoy v0.13 is released. zBoy is a multiplatform GameBoy emulator. zBoy v0.13 for Linux Changelog: - Im ...

Altirra 2.0 Test 31

Ophelia avatar
By Ophelia
at 2011-08-25T23:18
http://virtualdub.org/altirra.html Altirra 2.0 Test 31 is released. Altirra is an Atari 8 bit Emulator on the Windows/DOS platform. Altirra emulates sever ...

(WIP) Kale's Mame Wip

Mary avatar
By Mary
at 2011-08-25T19:12
2011.08.24 Did a review of the Taito JC system driver in the last couple of days. It apparently got recently improved by some ’040 fixes by Arbe ...

(Arcade) FinalBurn Alpha Shuffle v2.0.0 Test 5

Donna avatar
By Donna
at 2011-08-25T19:04
2011.08.25 - changed fba shuffle version to 2.0.0. - separated burn library to dll. (you can select different dll from and#34;Helpand#34; ...