= Commodore 64 = { "icons" : [ ["subLOGIC Flight Simulator", "folder-dot"], ["Flappy Bird", "folder-dot"] ] } The Commodore 64 emulator is sluggish. The Flight Simulator and the Flappy bird demos run reasonably well. == Christmas Demo == { "icons" : [ ["Christmas Demo", "boot-floppy", "/disks/c64-christmas-demo.d64"] ] } The Christmas Demo looks very cool, but is rather difficult to get running because the emulated computer runs so slowly. If you wish to try running it, you will need some patience: * Click the "Christmas Demo" icon * At the READY prompt, type "load@christmas album@,8,1" very slowly. Wait for the system to echo each character before going to the next, as characters are often missed and you cannot go back if you make a mistake. * Wait a '''really''' long time for it to load. == Commodore 64 Quick Reference == This handy reference[1] is for advanced users only |!3 Working with cassettes | |! Desired action |! Type |! What you'll see | | To load a BASIC program from the cassette | load@filename@ | LOAD"filename" | | To load the first program from the cassette | load | LOAD | | To run the loaded program | run | RUN | |!3 Working with floppy disks | |! Desired action |! Type |! What you'll see | | To list contents of the floppy disk | load@$@,8
list | LOAD"$",8 | | To load a BASIC program from the disk | load@filename@,8 | LOAD"filename",8 | | To load a machine language program at its address | load@filename@,8,1 | LOAD"filename",8,1 | | To load the first program from the disk
(useful if you're not sure of which is the correct one to load) | load@*@,8,1 | LOAD"*",8,1 | | To run the loaded program | run | RUN | == About the Emulator == { "icons" : [ ["MAME Web Page", "hyperlink", "http://mamedev.org/"] ] } This emulator is from the MAME project, an emulator collection. == References == # [http://www.progettoemma.net/mess/system.php?machine=c64c] subLOGIC Flight Simulator Flappy Bird