Skip to content

Commit

Permalink
Readme is now markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
asterick committed Sep 17, 2012
1 parent a958abb commit b2920a1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README → README.md
@@ -1,9 +1,9 @@
JSBoy - The gameboy color emulator for javascript
Bryon Vandiver (unicdk@gmail.com)
===============================================================================
=================================

Introduction
----------------------------------------
------------
This was my first attempt at writing an HTML5 (canvas) javascript application.
Currently, it is self contained and only requires that it be initialized with a
2d context, preferably 160x144px in size or greater. This is done by passing
Expand All @@ -14,13 +14,13 @@ 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.

Usage
----------------------------------------
-----
Due to laziness on my part, I will not be documenting the internal structure
of jsboy immediately. This also gives me flexibility to change inner-workings
for speed considerations. Consult index.html for current implementation details
Expand All @@ -33,5 +33,5 @@ please note that Chrome will not allow XMLHttpRequests on the local file system
so you may need to run a lightweight http server to run locally.

Bugs
----------------------------------------
Predicitions are off
----
Predicitions are off

0 comments on commit b2920a1

Please sign in to comment.