-
The current version does not support full-duplex CTS/RTS. It does support RTS (vdp) and CTS (mos) but not vice-versa. So fast transfers from EZ80 to ESP32 are guarded but the other way around not. If …
-
This tutorial only works on windows. I tried using some workarounds, by making the `.bat` file a `.sh` file, and changing the `\` in the `#include` to a `/`, but spasm still gives several thousand err…
-
Hi, I have an unconventional idea. Would it be possible to port this game to a TI-Nspire or TI-84+CE? If it's too big, one could simply transfer the `*.8xp` file to a FAT32 formatted drive and use Ces…
-
At least 'usb_host_KM' is broken with SDCC 4.2.0 in Debian 12. It complies under SDCC 4.0.0 in Debian 11.
Specifically:
```
make[1]: Entering directory '/build/examples/usb_host_KM'
sdcc -c -V -…
-
In the old wishlist, there was an item "_Look at [this gdb-z80](https://github.com/legumbre/gdb-z80) project (code from 2011...) ; try to see if it can be updated for eZ80, and used with a CEmu GDB st…
-
Updating MOS has the potential to be slightly problematic. A faulty MOS that fails to start up correctly can leave your machine in a completely unusable state, requiring re-flashing of the MOS using …
-
After installing the CE C++ Toolchain and installing the wasm32-unknown-unknown target, I still get this error from llc
```
$ cargo make ce
[cargo-make] INFO - cargo make 0.37.0
[cargo-make] INF…
-
Hello, I would like to use this code to work on a TI-84 rust crate, but there is not license on this code.
-
- Maybe add series resistors (10ohm?) to the transmit end of high-speed signals (SD card, RMII, I2S) to help reduce EMI and reflections on those signals.
- Add a Common-mode choke or ferrite beads to…
-
Right now, only the ZDS assembler is supported, but that's been made obsolete with fasmg, so it'd be nice to be able to use that.
Would also make things easier for TI-Planet's Project Builder when …