mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2024-11-22 14:33:51 +00:00
13 lines
185 B
Plaintext
13 lines
185 B
Plaintext
|
|
# 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
|
|
~~~
|