Appadeia #1 Posted June 22, 2016 (edited) I am starting work on a project I will call Stella's Cup of Java(Script) The Plan: Have it able to upload ROMS & the ability to fetch homebrews from here. I also want to have some ROMS pre-available that are homebrews ONLY! Resizable display that stays crisp Table of 2 control schemes to choose from. Easily ported to PC & Mobile using a hybrid dev. platform. However, this will not work if I do not have enough research on the A26 & the hardware it haves. Anyone who is knowledgeable in these areas is welcome to help this project go smoothly. I will update my blog more frequently then this thread, so check there for updates. The HTML so far is: <!DOCTYPE html> <html> <head> <title> Stella's cup of Java(Script) </title> </head> <body> <p> <canvas id="A26_PF"></canvas> <canvas id="A26_P0"></canvas> <canvas id="A26_P1"></canvas> <canvas id="A26_MS"></canvas> <table> </table> </p> </body> </html> Anyone who wants to suggest changes can post HTML frags in the comments in this thread. Edited June 22, 2016 by Appadeia Quote Share this post Link to post Share on other sites
Tangentg #2 Posted July 2, 2016 There's this: http://javatari.org/ Quote Share this post Link to post Share on other sites