issues
search
Uzebox
/
uzebox
A retro-minimalist game console engine for the ATMega644
http://uzebox.org
126
stars
43
forks
source link
Fix compile error (the new PR was missing a file)
#115
Closed
artcfox
closed
1 year ago
artcfox
commented
1 year ago
Summary:
This PR:
https://github.com/Uzebox/uzebox/pull/110/files
was abandoned, but its replacement was missing the required code change to uzem.cpp
Changes:
This adds the original changes to uzem.cpp, and a change to packrom.cpp to remove a commented out line.
Testing:
make clean
make
uzem builds and runs properly
Summary:
Changes:
Testing: