mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2024-11-15 14:07:16 +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
|
|
~~~
|