diff --git a/README b/README.md similarity index 83% rename from README rename to README.md index 04eec06..8f73561 100644 --- a/README +++ b/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 @@ -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 @@ -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 \ No newline at end of file +---- +Predicitions are off