1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-06-01 20:41:36 +00:00
8bitworkshop/res/README

13 lines
185 B
Plaintext
Raw Normal View History

# C64
How to build the ROM:
~~~
git clone https://github.com/MEGA65/open-roms
cd open-roms
make
cd build
cat basic_generic.rom chargen_openroms.rom kernal_generic.rom > c64.bios
~~~