mirror of
https://github.com/db48x/emularity.git
synced 2026-07-28 04:07:11 +00:00
upgrade to BrowserFS 1.2.1
This commit is contained in:
+5
-4
@@ -7,9 +7,10 @@
|
||||
<!-- SIMPLE STEPS to starting your arcade (using the 1980 Exidy Arcade Game TARG) -->
|
||||
|
||||
<!-- * Check out this repository in your browser-accessible directory;
|
||||
this file as well as es6-promise.js, browserfs.js and loader.js are
|
||||
required. The logo and images directories are optional, but the
|
||||
splash screen looks quite a lot better when they're available. -->
|
||||
this file as well as es6-promise.js, browserfs.min.js and
|
||||
loader.js are required. The logo and images directories are
|
||||
optional, but the splash screen looks quite a lot better when
|
||||
they're available. -->
|
||||
<!-- * Use "git annex get <file>" to download emulators/jsmess/mameexidy.js;
|
||||
if you don't have git-annex you can download it from IA manually
|
||||
(https://archive.org/download/emularity_engine_v1/mameexidy.js.gz) -->
|
||||
@@ -25,7 +26,7 @@
|
||||
<body>
|
||||
<canvas id="canvas" style="width: 50%; height: 50%; display: block; margin: 0 auto;"></canvas>
|
||||
<script type="text/javascript" src="es6-promise.js"></script>
|
||||
<script type="text/javascript" src="browserfs.js"></script>
|
||||
<script type="text/javascript" src="browserfs.min.js"></script>
|
||||
<script type="text/javascript" src="loader.js"></script>
|
||||
<script type="text/javascript">
|
||||
var emulator = new Emulator(document.querySelector("#canvas"),
|
||||
|
||||
Reference in New Issue
Block a user