jdh
jdh
If you "hit" the cultivated ground with the seeds you plant them :)
Oh that's strange, I'll look into this.
I just reread the code, you apparently have to hit it with the hoe twice to make it into farmland :) what a silly system I made. Does that work?
What platform are you on?
and good catch on the #define issue, fixed in 7914e92f0e66cfd644577cee154c314ef5e17a4e.
``` C:/Users/Robin/Programme/gcc/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -lsdl2main C:/Users/Robin/Programme/gcc/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -lsdl2 ``` You're missing SDL2. I'm not sure how to fix this on Windows, but try checking out the SDL website or...
Yes, you're missing both SDL (still, not sure why) and some of the POSIX functions (poll, strlcpy, readline). Try building under WSL.
Try with the newest commit :-) make sure you `make clean` first.
According to [this](https://en.cppreference.com/w/c/chrono/timespec_get) you can use "any nonzero integer value" which should be fine since the time measurement is relative. Try putting anything else greater than zero in there instead...
Hmm, as an alternative I've been considering doing 8K ROM, 32K banked RAM, 24K GP RAM, or something to that effect. I would rather have the ROM carry a base...