upgrade to BrowserFS 1.2.1

This commit is contained in:
Daniel Brooks
2017-03-19 00:23:42 -07:00
parent b5feee41fe
commit 86c4097e42
13 changed files with 163 additions and 26 deletions
+5 -4
View File
@@ -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"),