ScratchData LogoScratchData
Back to DCPU-16's profile

gb.sb2 (1.2)

DCDCPU-16•Created March 13, 2015
gb.sb2 (1.2)
267
245
6515 views
View on Scratch

Instructions

Play at almost full speed in the phosphorus player: http://phosphorus.github.io/#52382532 You should probably hold the (B) button through text boxes, since they slow down the game (they don't HALT for next frame) Buttons: Z = (A), X = (B), Space = Start, C = Select, Arrows = Dpad Click the cartridge to import a custom ROM. Click "PLAY" to start! Tool for converting ROMS: https://dl.dropbox.com/u/12239448/gbrc/index.html Open the ROM and then copy the output into a text file. FIX FOR CHROME FREEZE BUG: http://scratch.mit.edu/projects/52382532/?autostart=false Supported Games: Dr Mario (perfect) Super Mario Land (slow) Super Mario Land 2 (slow) Pokemon Red (slow)

Description

FAQ available below. http://scratch.mit.edu/discuss/topic/60460/ Changes (1.2) - Fixed CPU bugs with ADD and various bitwise instructions. - 8x16 sprite mode support - Various cleanups, small changes. FAQ: Q: Does it run Pokemon? A: Yes! All the way through probably, but don't hold me to it. Q: Why is it so slow? A: Per pixel Graphics and CPU emulation take a lot of time, especially when HALT instructions are not used. This can be pinned down to excessive processing per cycle in the timing emulation (vblank, interrupt polling and timer) and the crazy if/else chain I'm using instead of a function lookup table. It should be possible to clean this up in the future. Q: How do I run other games? A: See the Instructions. Q: What types of games run? A: Games that use MBCs 1, 3 or 5 should run. (most nintendo licensed games and homebrew) Q: Can you please improve the sound emulation? A: I understand your plight, but it won't be possible to make it sound much better unless the game is running at an acceptable speed.

Project Details

Project ID52382532
CreatedMarch 13, 2015
Last ModifiedJanuary 3, 2019
SharedMarch 13, 2015
Visibilityvisible
CommentsAllowed