mirror of
https://github.com/cc65/cc65.git
synced 2025-02-05 20:31:53 +00:00
Fix by Greg King.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5812 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
5693df8bf2
commit
0e183cc8e9
@ -833,7 +833,7 @@ but also removes it from drive RAM (not quite true, but it works like that). Aft
|
||||
<p>
|
||||
<tt/char ChangeDiskDevice (char newDevice)/
|
||||
<p>
|
||||
This function changes the logical number of the current device (in fact drives only) to the given one. It is
|
||||
This function changes the device number of the current device (in fact drives only) to the given one. It is
|
||||
usable for swapping drives. There's no check if the given <tt/newDevice/ already exist, so if you want
|
||||
to change the logical number of drive 8 to 9 and you already have a drive number 9 then GEOS will probably
|
||||
hang on disk access. Use safe, large numbers. Note that the safe IEC range is 8-30.
|
||||
|
Loading…
x
Reference in New Issue
Block a user