nippur72 / c64-emu

6 stars 2 forks source link

C64 Javascript emulator

A JavaScript emulator for the Commodore 64 computer.

This emulator is based on the amazing work of Andre Weissflog

https://github.com/floooh/chips-test

Copyright (c) 2017 Andre Weissflog

Open the emulator directly in your browser: c64-emu

QUERYSTRING OPTIONS

LOADING AND SAVING FILES

Dragging & dropping a ".prg" file on the emulator's window causes the file to be loaded.

Once a file is loaded, it's also stored on the browser cache so that you don't have to drag&drop it again; you can use the load() function from the JavaScript console.

These are the commands you can type from the JavaScript console (F12 key):

MISC