https://github.com/asig/vice-roms
https://github.com/asig/vice-roms
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/asig/vice-roms
- Owner: asig
- Created: 2016-06-20T20:14:09.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2025-09-07T09:40:31.000Z (9 months ago)
- Last Synced: 2025-09-07T11:32:50.781Z (9 months ago)
- Language: GLSL
- Size: 627 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
vice-roms
=========
I became tired of manually copying over the Commodore ROMs whenever I decide to go for a fresh reinstall, so that's why I set up this repo.
Usage
-----
```bash
cd /usr/local/share/vice
sudo git init
sudo git remote add origin https://github.com/asig/vice-roms.git
sudo git fetch origin
sudo git checkout -b master --track origin/master
```