An open API service indexing awesome lists of open source software.

https://github.com/teedjay/c64-sprites

Kickass scrolling text and sine sprites for the Commodore 64
https://github.com/teedjay/c64-sprites

6502 6502-assembly assembly-6502 c64

Last synced: about 1 month ago
JSON representation

Kickass scrolling text and sine sprites for the Commodore 64

Awesome Lists containing this project

README

          

# c64-sprites
KickAss scrolling text and sine sprites for the Commodore 64

## Prerequisites
- [Kick Assembler](http://www.theweb.dk/KickAssembler/)
- [Visual Studio Code](https://code.visualstudio.com)
- [KickAss (C64) plugin by Captain JiNX](https://marketplace.visualstudio.com/items?itemName=CaptainJiNX.kickass-c64)
- [VICE C64 emulator](http://vice-emu.sourceforge.net/)

## How to assemble and run
When you have installed everyting and verified your assembly build chain you should be able to check out this code, open the folder in VSCode, open
the `teedjay.asm` file and select `KickAss (C64): Build and Run` from the `Command Palette`.

## Other Information
- The initialization and the SID player was taken from the KickAss example
- SID tune is [Ode to C64 by Jeff / Søren Lund](https://csdb.dk/sid/?id=15426)

## What does it look like?
![Sceenshot](screenshot.png "Sceenshot from VICE 64")