Results 10 issues of cpcbegin

You can see on [this video at this point](https://youtu.be/Kku819TTrUY?t=489). I try the lastest code of april 9, 2021 compiled in GNU/Linux (Ubuntu Mate 20.04).

bug

LDraw is an open format than allow to use with other construction system as TENTE or Exin Castilos, here you are more interesting links: - [Script linux to install several...

Possibly to add the TENTE logo in the future [to use this set of pieces](https://3dtente.fandom.com/wiki/3D_Tente:_Using_Ldraw_files_and_installing_tools_(ldview%2Bmlcad))? ![lego_vs_tente_3x2](https://user-images.githubusercontent.com/10259216/85319710-34295300-b4c2-11ea-9569-360b2eb8fcec.jpg)

enhancement

Is possible to export from blender to a new piece of LDraw or modify anyone in the future?

Add in README.md how to colaborate in translations

Is there a manual to compile this code in a Ubuntu Mate 18.04 64 bits?

I try to compile in raspberry pi 400 (latest Raspberry Pi OS) with make command and I get this error: ``` cc -pipe -O0 -g3 -DDIGGER_DEBUG -o digger main.o digger.o...

haroopad does NOT work if I only install the package with the commands: ``` sudo dpkg -i https://bitbucket.org/rhiokim/haroopad-download/downloads/haroopad-v0.13.1-x64.deb sudo apt install -f ``` I need to install libgconf2 to run...

Desktop calendar might allow to input an entire year and define a cover page and a back cover.

enhancement

I compile msxec like the other emulators: `gcc -DSDL2 -O2 -xc msxec.c -lSDL2 -omsxec` But I can see anything when I run ./msxec from console. Compile and runs OK in...