https://github.com/drproteus/earthman64
c64 demo tribute
https://github.com/drproteus/earthman64
Last synced: 2 months ago
JSON representation
c64 demo tribute
- Host: GitHub
- URL: https://github.com/drproteus/earthman64
- Owner: drproteus
- Created: 2023-04-25T02:37:28.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-08T22:40:47.000Z (7 months ago)
- Last Synced: 2025-02-24T07:57:02.378Z (2 months ago)
- Language: Assembly
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Earthman64
A Commodore 64 tribute to my father.
## 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/