Skip to content

Commit

Permalink
Merge pull request #235 from JoystickAndCursorKeys/main
Browse files Browse the repository at this point in the history
Patch 5, prg file support
  • Loading branch information
cursorkeys committed Feb 22, 2024
2 parents f2ae9c3 + bc8edb9 commit feb58dc
Show file tree
Hide file tree
Showing 37 changed files with 20,915 additions and 2,599 deletions.
3 changes: 2 additions & 1 deletion emulator/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,10 @@
</style>

<script src="res/script/polyfix.js"></script>
<script src="res/script/c64basicpgm.js"></script>
<script src="res/script/g1/core/boot.js"></script>
<script src="res/script/g1/screens/c64/screen.js"></script>
<script src="res/script/basicarray.js"></script>
<script src="res/script/basicarray.js"></script>
<script src="res/script/errorhandler.js"></script>
<script src="res/script/basictokenizer.js"></script>
<script src="res/script/basicparser.js"></script>
Expand Down
Loading

0 comments on commit feb58dc

Please sign in to comment.