Skip to content

Commit

Permalink
readme: build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
tehcaster committed Jan 3, 2025
1 parent cf0ec5f commit 60ad1cf
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,20 @@ Summary of changes so far:
with multiple layouts, saving global and per-game configs to the SD card.
- Fixed some bugs in the VIC emulation that manifested in River Raid.

Building:

- You need a clone of PicoLibSDK and follow its prerequisites (toolchain in
PATH, elf2uf2 built in the appropriate directory).
- https://github.com/Panda381/PicoLibSDK is the upstream version
- my fork https://github.com/tehcaster/PicoLibSDK might have fixes relevant
to the C64 emulator, pending upstreaming.

- This repository needs to be cloned into PicoLibSDK/PicoPad/EMU as a directory
named C64, due to the use of hardcoded relative paths in the SDK's build
scripts. Note a symlink will not work.

- Execute c.sh in the C64 directory.

Usage:

- Being part of PicoLibSDK, the C64.uf2 image includes the SDK's bootloader.
Expand Down

0 comments on commit 60ad1cf

Please sign in to comment.