-
Which results in a bunch of warnings when using 64 bit integers in sccz80:
```
rshift.c:525:31: warning: On this host, 64 bit constants may not be correct
```
This is an apple thing, since f…
-
The c7420 binaries may be malformed.
I follow the instructions in the doc:
I use the recommended emulator (I follow the link to get O2EM v1.20b5)
I run it with the recommended option ( -config=c742…
-
The version information that these tools print with, eg, "zcc --version" are showing the build date and do not reflect the version of the software itself.
Some people are trying to use the printed …
-
The user may want to choose which compiler is used to compile .c source on a per-file basis.
Some reasons:
* One compiler may do a better job in terms of execution speed.
* One compiler may do…
-
The branch ez80_clang provides support for `-compiler=ez80clang` - hello world works perfectly!
Support routines are starting to be written, there's a few of them: https://github.com/jacobly0/llvm-…
-
I try to test samples for zx spectrum in doc with -debug param, but it's not working.
Steps:
create sample source file:
```
#include
int main()
{
zx_border(INK_BLACK);
return 0;
…
-
If I compile my game Cross Horde(built with Cross-Lib), I get a broken binary (blank screen after pressing a key) with ZSDCC and a working binary with SCCZ80.
@feilipu, I may have a new failing te…
-
I am working on making Cross Chase as lean as possible by both removing unused code and files and by moving all devkit dependent code into a separate directory that can be excluded by selective checko…
-
None of the produced files work on either Mame or Takeda's emulator and fail with a frozen screen at the same time in the very same way.
KO: MAME
I can load the .wav file with Mame: it finds the con…
-
At the moment the new c lib contains the following sort of functions to access the zilog family's block i/o. The classic lib has something similar.
~~~
extern uint8_t z180_inp(uint16_t port);
exte…