Skip to content
Snippets Groups Projects
Verified Commit 5c9bb455 authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

feat: new index support

parent 8ef6fa98
No related branches found
No related tags found
1 merge request!5Support for the new web layout
Pipeline #660 passed
......@@ -22,6 +22,7 @@ The work of this emulator was inspired/started by [jc-chip8](https://github.com/
* Multiple engine implementations (classic and neo)
* Full compliant with test CHIP-8 ROMs
* RAM snapshot saving and loading
* [WebAssembly](https://webassembly.org) support 🌐
## Build
......
No preview for this file type
......@@ -58,9 +58,9 @@
</div>
</div>
</div>
<script type="module" src="index.js"></script>
<div id="footer" class="footer">
Built with ❤️ by <a href="https://joao.me" target="_blank">João Magalhães</a>
</div>
<script type="module" src="index.js"></script>
</body>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment