Merge branch 'dean/ez80-timing-fixes' into dean-ch376-usb-native-8

This commit is contained in:
Dean Netherton
2025-06-21 13:57:13 +10:00
5 changed files with 33 additions and 66 deletions

View File

@@ -10,7 +10,7 @@ FROM ubuntu:jammy-20240111 AS basebuilder
# After you have built the above image (called romwbw-chain), you can use it to compile and build the RomWBW images
# as per the standard make scripts within RomWBW.
# Start a new terminal, cd to where you have clone RomWBW, and then run this command:
# docker run -v ${PWD}:/src/ --privileged=true -u $(id -u ${USER}):$(id -g ${USER}) -it romwbw-chain
# docker run --rm -v ${PWD}:/src/ --privileged=true -u $(id -u ${USER}):$(id -g ${USER}) -it romwbw-chain
# you can now compile and build the required images: