mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 14:11:48 -06:00
Reintegrate wbw -> trunk
This commit is contained in:
@@ -266,24 +266,24 @@ diskdef interak
|
||||
sectrk 20
|
||||
blocksize 4096
|
||||
maxdir 256
|
||||
skew 1
|
||||
skew 0
|
||||
boottrk 2
|
||||
os 2.2
|
||||
end
|
||||
|
||||
# For 512KB ROM, less 32K for system image
|
||||
# For 512KB ROM, less 64K reserved for system
|
||||
diskdef rom512KB
|
||||
seclen 128
|
||||
tracks 14
|
||||
sectrk 256
|
||||
blocksize 2048
|
||||
maxdir 256
|
||||
skew 1
|
||||
skew 0
|
||||
boottrk 0
|
||||
os 2.2
|
||||
end
|
||||
|
||||
# For 1024KB ROM, less 32K for system image
|
||||
# For 1024KB ROM, less 64K reserved for system
|
||||
diskdef rom1024KB
|
||||
seclen 128
|
||||
tracks 30
|
||||
@@ -295,47 +295,95 @@ diskdef rom1024KB
|
||||
os 2.2
|
||||
end
|
||||
|
||||
# For N8VEM mass storage (4 raw partitions)
|
||||
diskdef hd0
|
||||
# N8VEM Hard Disks, hd0 - hd3 are first 4 slices of disk
|
||||
diskdef n8vem_hd0
|
||||
seclen 512
|
||||
tracks 65
|
||||
sectrk 256
|
||||
blocksize 4096
|
||||
maxdir 512
|
||||
skew 1
|
||||
skew 0
|
||||
boottrk 1
|
||||
os 2.2
|
||||
end
|
||||
|
||||
diskdef hd1
|
||||
diskdef n8vem_hd1
|
||||
seclen 512
|
||||
tracks 130
|
||||
sectrk 256
|
||||
blocksize 4096
|
||||
maxdir 512
|
||||
skew 1
|
||||
skew 0
|
||||
boottrk 66
|
||||
os 2.2
|
||||
end
|
||||
|
||||
diskdef hd2
|
||||
diskdef n8vem_hd2
|
||||
seclen 512
|
||||
tracks 195
|
||||
sectrk 256
|
||||
blocksize 4096
|
||||
maxdir 512
|
||||
skew 1
|
||||
skew 0
|
||||
boottrk 131
|
||||
os 2.2
|
||||
end
|
||||
|
||||
diskdef hd3
|
||||
diskdef n8vem_hd3
|
||||
seclen 512
|
||||
tracks 260
|
||||
sectrk 256
|
||||
blocksize 4096
|
||||
maxdir 512
|
||||
skew 1
|
||||
skew 0
|
||||
boottrk 196
|
||||
os 2.2
|
||||
end
|
||||
|
||||
# N8VEM 720K floppy media
|
||||
diskdef n8vem_fd720
|
||||
seclen 512
|
||||
tracks 160
|
||||
sectrk 9
|
||||
blocksize 2048
|
||||
maxdir 128
|
||||
skew 0
|
||||
boottrk 4
|
||||
os 2.2
|
||||
end
|
||||
|
||||
# N8VEM 1.44M floppy media
|
||||
diskdef n8vem_fd144
|
||||
seclen 512
|
||||
tracks 160
|
||||
sectrk 18
|
||||
blocksize 2048
|
||||
maxdir 256
|
||||
skew 0
|
||||
boottrk 2
|
||||
os 2.2
|
||||
end
|
||||
|
||||
# N8VEM 360K floppy media
|
||||
diskdef n8vem_fd360
|
||||
seclen 512
|
||||
tracks 80
|
||||
sectrk 9
|
||||
blocksize 2048
|
||||
maxdir 128
|
||||
skew 0
|
||||
boottrk 4
|
||||
os 2.2
|
||||
end
|
||||
|
||||
# N8VEM 1.20M floppy media
|
||||
diskdef n8vem_fd120
|
||||
seclen 512
|
||||
tracks 160
|
||||
sectrk 15
|
||||
blocksize 2048
|
||||
maxdir 256
|
||||
skew 0
|
||||
boottrk 2
|
||||
os 2.2
|
||||
end
|
||||
|
||||
Binary file not shown.
BIN
Tools/zx/zx.exe
BIN
Tools/zx/zx.exe
Binary file not shown.
@@ -145,7 +145,7 @@ computers;
|
||||
<P>Syntax for zx is:
|
||||
|
||||
<BLOCKQUOTE>
|
||||
zx <i>comfile.com</i> arg1 arg2 ...
|
||||
zx <i>comfile.com</i> [-stdio] arg1 arg2 ...
|
||||
</BLOCKQUOTE>
|
||||
|
||||
<P>The comfile is the program to run; <em>zx</em> searches the current
|
||||
@@ -153,6 +153,10 @@ directory and <strong>BINDIR80</strong> for it.
|
||||
<P>The arguments are parsed in this way:
|
||||
|
||||
<UL>
|
||||
<LI>If -stdio appears as one of the arguments, zx will use buffered DOS I/O
|
||||
which is useful if you want to pipe data in or out of zx. Otherwise
|
||||
zx will use raw console I/O which works better when the application
|
||||
is being used interactively.
|
||||
<LI>Any argument starting with a - sign is passed to the CP/M program as-is,
|
||||
minus the leading - sign.
|
||||
<LI>Any argument starting with a + sign is parsed as a filename (see below)
|
||||
|
||||
BIN
Tools/zx/zxdbg.exe
Normal file
BIN
Tools/zx/zxdbg.exe
Normal file
Binary file not shown.
Reference in New Issue
Block a user