Jump to content
IGNORED

Cards and other expansions I made for TI-99


fabrice montupet

Recommended Posts

I can only imagine that this was some power-2 simplification idea. As I said, 16 sectors vs 18 sectors just means you have bigger gaps; you cannot change the width of the cells which could serve for a more robust recording. For that reason, bad media would not have become more reliable. Error correction code (ECC) is not used for floppy disk controllers; would require much more processing power, as found in a HD controller. And the intention to speed up loading is well covered by interleaving.

Link to comment
Share on other sites

There is a formatting routine inside the controller ROM that creates a floppy file system with some default settings.

 

Yes. To format a floppy disk, just tape:

OPEN #1:"HEXBUS.FORMAT.MEDIA.device_number"
CLOSE #1

with TI-BASIC on a computer

or :

FORMAT device_number

on the CC-40.

 

Where device_number can be 101 to 104, depending the drive you want to use.

By default, the command will initialize the disk as 40-track, DS, DD.

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

 

Yes. To format a floppy disk, just tape:

OPEN #1:"HEXBUS.FORMAT.MEDIA.device_number"
CLOSE #1

with TI-BASIC on a computer

 

So I don't need to get Disk Manager II for formatting disks? I seem to have forfotten about that important addition to the TI-OS, even though I now remember having read it once.

I anyway have had trouble using the internal Disk Drive from the Hex-Bus Disk Controller. I used the external connector of it to connect a second disk drive. Will take the controller apart once I have more time.

Btw: I was able to communicate from the 99/2 to the Pc (Usb to Serial) via Hex-Bus Rs232. I am using OPEN/CLOSE/PRINT/INPUT/LIST so far.

However the documentation says, there is no support for OLD/SAVE within Hex-Bus Rs232, so I don't see an easy Bootstrap option for Web99 like OLD RS232.BA=9600 on the 99/4A to load a program sent by another system.

The same limitation is true for the Hex-Bus Modem.

BUT i have aquired the TI-74 Pc Interface, which provides you with connection from the Intelligent Peripheral Bus (the new name for Hex-Bus) to a parallel port.

I will try to simulate a whole Hex-Bus Device from Pc side by imidating the communication protocol. First on Windows, later maybe Raspberry PI, Beaglebone, Arduino or some other thing. :)

  • 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...