-
I have installed a Z3Plus and learning about it, while it has its pros and cons it is well documented, thus i think it would make a worthy disk image, I was considering contributing it as a disk image…
-
The NZCOM setup utility does not appear to work in this environment. This suggests a low-level incompatibility with CP/M, since the 'MKZCM' program tries to be as vanilla as it can be. Under either …
-
Is it possible to get NZ-COM running under RunCPM?
-
I use Z-System (NZCOM) with z80pack on my Linux machine and have come to rely on the z80pack RTC for timestamping support. Unfortunately, the pano_z80 BIOS doesn't seem to have implemented it and I g…
-
I would like to raise an issue (enhancement) to improve the documentation for the project specifically in the Disk Catalog PDF document. This is primarily since I have put some time into this already,…
-
ReadMe.txt references DiskList.txt but that file is missing.
I saw in a discussion that there was an effort to document the disks in each folder with a ReadMe.txt so perhaps the single DiskList.txt…
-
Just found an issue (assume it might be known) with assigning high slice numbers in hd512.
SD0 (disk2) - is 8GB media with a 512MB RomWBW partition (hd1k)
```
Capacity of disk 2: ( 15G) 3111…
-
I just upgraded from RomWBW 3.0.1 to 3.4. I have a macro on my keyboard which types CLS and a carriage return, which cleared the screen. Now, that macro as well as just typing CLS and return just retu…
-
I can delete files by specifying their exact name and/or wildcarding only one of name and extension. If I enter `era *.*` it asks me "All?". I enter 'Y' and it immediately warm-boots back to the pro…
-
I created a simple Hello Word test program HELLO.C:
```
J>TYPE HELLO.C
main()
{
printf("Hello, world\n");
}
```
I built the Hi-Tech image `hd1k_hitechc.img` from the `dev` branch with head…