pollito
pollito
Please implement an option to allow the Windows key to be used as the CMD key. I understand that Mac users are used to pressing the key to the left...
When using Terminal, and running a command such as ping, it is not possible to stop it by pressing [CTRL] + [C] on the keyboard. This means that the only...
As the emulator can either load a disk image or a snapshot, this presents a problem if you wan't a snapshot to load directly into a CP/M program, as the...
The multitasking animation is very cool, but when you use it a lot it can slow you down. Please would you implement an option to be able to disable it...
Firstly, this is a really cool project, and thank you so much for sharing it! I am really looking forward to building it. I have one question though - would...
On FreeBSD 14.1-RELEASE, setup.sh does not correctly detect the GCC version, and stops running. Tested with both GCC 13 and 14. ``` =============================================================== == 1: CPCtelera initial tests =============================================================== >...
In many of the .sh scripts, the first line points to bash being in `/bin`: `#!/bin/bash` However, on BSD operating systems, bash is not part of the base system, and...