https://github.com/drproteus/earthman64
C64 memorial demo (wip)
https://github.com/drproteus/earthman64
Last synced: 2 months ago
JSON representation
C64 memorial demo (wip)
- Host: GitHub
- URL: https://github.com/drproteus/earthman64
- Owner: drproteus
- Created: 2025-10-07T16:53:45.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-12-12T20:39:52.000Z (7 months ago)
- Last Synced: 2026-05-04T18:48:37.676Z (2 months ago)
- Language: Assembly
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Earthman64
A Commodore 64 memorial demo, work in progress.
## Building
Requires [dasm](https://dasm-assembler.github.io/).
```
dasm main.asm -oearthman.prg
```
Run with [VICE](https://vice-emu.sourceforge.io/).
After loading, enter `sys 2064` to run.

[demo](https://youtu.be/Xy29E8mnZm4)
## Todo
* ~~Fix colors.~~
* Add scrolling text.
## Credits
* Cover of Coldplay - Clocks by Andrew Fisher [(Merman)](https://deepsid.chordian.net/?file=/MUSICIANS/M/Merman/Clocks.sid).
* Images converted with [project one](http://p1.untergrund.net/).
* Bitmap display code adapted from: https://www.lemon64.com/forum/viewtopic.php?t=18492&%3Bstart=15
* SID output code adapted from: https://digitalerr0r.net/2011/05/01/commodore-64-programming-9-interrupts-and-music/