1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2026-04-21 21:16:51 +00:00

embed.html can record video, ack messages

This commit is contained in:
Steven Hugg
2019-05-01 10:46:57 -04:00
parent 77123211cf
commit 9fe8f5d1a0
3 changed files with 75 additions and 14 deletions
+2 -1
View File
@@ -46,7 +46,8 @@ if (window.location.host.endsWith('8bitworkshop.com')) {
<script src="javatari.js/release/javatari/javatari.js"></script>
<script src="src/cpu/z80fast.js"></script>
<script src="jsnes/dist/jsnes.min.js"></script>
<!--<script src="src/cpu/6809.js"></script>-->
<script src="src/cpu/6809.js"></script>
<script src="FileSaver.js/FileSaver.min.js"></script>
<script>
var exports = {};