VFD

Results 3 issues of VFD

Wrong syntax : martine -delta -df sprites/\*.WIN -o delta -address "#D005" missing "-m 0" Must be : martine -delta -df sprites/*.WIN -m 0 -o delta -address "#D005"

We are working on a very similar project, but with a different purpose. The project is here: [Project](https://github.com/VFD/RPUFOS). I would like to know if it would be possible to use...

I did a brief analysis of the PHC-25's BASIC ROM. This should help with documenting the ROM's source code. Each character on the PHC-25 is encoded using 12 bytes. Here’s...