Skip to content

asterick/JSBoy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSBoy

The gameboy color emulator for javascript

Introduction

Self contained and only requires that it be initialized with a 2d context, preferably 160x144px in size or greater. This is done by passing an array and a name which is used for web storage

Strong typed rom images are allowed, but you will see no performance increase due to the use of delegates for virtual memory accesses

Technical Features

This emulator features a number of performance optimizations in order to keep performance at a maximum; this includes interrupt prediction and the use of memory i/o delegates for fast memory accesses.

Bugs

Predicitions are off Noise playback frequency is wrong (a guess at best)

About

Javascript Gameboy Color Emulator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published