Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 508 Bytes

Virtual Boy.md

File metadata and controls

20 lines (16 loc) · 508 Bytes

Virtual Boy

Code example

<div style="width:640px;height:480px;max-width:100%">
        <div id="game"></div>
      </div>
<script type="text/javascript">
    EJS_player = '#game';
    EJS_gameUrl = ''; // Url to Game rom
    EJS_core = 'vb';
    EJS_pathtodata = 'data/'; //path to all of the wasm and js files. MUST all be in the same directory!!
</script>
<script src="data/loader.js"></script>

I do not know the file extension limits for this system.

There is no bios for this system