RunCPM icon indicating copy to clipboard operation
RunCPM copied to clipboard

RunCPM is a multi-platform, portable, Z80 CP/M 2.2 emulator.

Results 6 RunCPM issues
Sort by recently updated
recently updated
newest added

`initscr()` is supposed to be the very first call into the curses library. The documentation for ncurses and for NetBSD's own version of curses says so. On NetBSD, initscr() is...

Added rebuild to make options Updated documentation to include clean and rebuild make options Uses DEL instead of RM for mingw build Uses DEL instead of RM on Windows platforms...

Hi, actuallly in /RunCPM/lua directory is LUA v5.4.4 - Release from the 26. Jan 2022 and at https://www.lua.org/ftp/lua-5.4.6.tar.gz is v5.4.6 - Release from the 14. May 2023 I did exchange...

Hello, I was trying to get the esp32 and teensy41 to build but getting this error ``` In file included from /home/turboss/Arduino/RunCPM/RunCPM/RunCPM.ino:7: /home/turboss/Arduino/libraries/SdFat/src/SdFat.h:462:2: warning: #warning File not defined because __has_include(FS.h)...

Implement iobyte from moxhamj's issue #85 code Ive been testing it on a teensy 4.1 going to give a try on a esp32 did a pull request allow easy test...

Hi, I've really enjoyed the simplicity of running CPM binaries that RunCPM has provided, so I've used it on both desktop and on an Arduino Due project of mine. I've...