Jump to content
IGNORED

Can´t access H:-Drive in SDX 4.48


skr

Recommended Posts

I habe da folder on my Mac which is set up as H:-Device for Altirra. With BASIC and DOS 2.5 I can easily access it. DOS 2.5 shows me the directory. But I can´t access it with SDX. I´ve checked the manual but couldn´t find a hint. What Do I have to do?

Link to comment
Share on other sites

Use PCLINK.SYS from the sdx448 toolkit.atr .. Call it in your AUTOEXEC.BAT. And the DIR PCL:*.* should get you a directory. SAVE LOAD COPY DIR all work with PCLINK.SYS.

 

You will have to set SYSTEM>DEVICE and add PCLINK to your devices.

Edited by rdea6
  • Like 1
Link to comment
Share on other sites

PCLINK is by far the best way to go, as Roy says. The reason "H:" is inaccessible from the SDX prompt is that CIO device names aren't used with the CP since the scheme was too restrictive. "H:" maps to drive 8 (actually kernel device IDs "DSK8:" or "DSKH:"). Without kernel device names (and using the CIO), PCL: would have to be called "L:" or something, since "P:" is the printer and "C:" the cassette. Via the CIO (i.e. from BASIC) you can access all the kernel device names by prefixing them with "D". So to open PCL1: from BASIC:

 

OPEN #1,4,0,"DPCL1:" or OPEN #1,4,0,"DPCL:"

 

Altirra ignores the PCL unit number (or it did the last time I checked), so you only get unit 1 and can therefore omit the unit number.

  • Like 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...