]> cloudbase.mooo.com Git - avrcpm.git/blame - avrcpm/cpm/readme.txt
* More rcall --> lcall changes.
[avrcpm.git] / avrcpm / cpm / readme.txt
CommitLineData
fdcfcd44
L
1To rebuild the disk-image, you need:
2- dd
3- z80asm
4- cpmtools
5
6The disk format the emulator uses is somewhat weird: it's the same as
7the ibm-3740 disk format but without track skew. To be able to write it.
8add this text as the first entry in your /etc/cpmtools/diskdefs:
9
10diskdef avrcpm
11 seclen 128
12 tracks 77
13 sectrk 26
14 blocksize 1024
15 maxdir 64
16 skew 1
17 boottrk 2
18 os p2dos
19end
20