Post Reply 
PILBox with HPPortablePlus
01-23-2024, 11:28 AM (This post was last modified: 01-23-2024 11:29 AM by Martin Hepperle.)
Post: #6
RE: PILBox with HPPortablePlus
Ralf,

many of the programs are standard MS-DOS programs, which are not depending on the HP hardware. For example, the early Microsoft Pascal or Fortran versions, MS-DOS (not PC-DOS) Pascal up to 3.01 or the Lattice C compilers.
All these programs work because they use plain MS-DOS function calls and no calls into the ROM-BIOS. If they use cursor positioning (e.g. Turbo Pascal) they use escape sequences which are configurable by the user. Most of these programs have their roots in CP/M.

Some programs have been adapted for the screens and the BIOS of the HP-150, Portable or Portable Plus, for example GWBASIC/110/110+/150 or Wordstar/150.

The usual HP 110 files use early MS-DOS 2.1 formats. Not all of the current MS-DOS capable tools support all of the early MS-DOS formats.

So my procedure would be
1) prepare an empty, ILPER compatible disk image
2) extract individual files from the TD0->IMG converted image.
3) copy these individual files to the ILPER disk image
4) watch for file size in relation to EPROM size (64...128kB).

You have to take into account, that some/most of the TD0 small disk images contain "bogus" sectors #17 or 128 bytes (all proper sectors have 256 bytes). So when going from TD0 to IMG one has to skip/remove these sectors #17.

A good tool to look at the disk image is to open the *.TD0 file in HxCFloppyEmulator and look at the disk/sector map. Here you can clearly see the small and large sectors as well as the tracks used for data. HxCFloppyEmulator can also export the data to a raw, linear image file (still including the 128 byte sector #17).

If you are interested in specific TD0 disks, I can try to extract the individual files and post them here in from of a ZIP archive.

Martin
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
PILBox with HPPortablePlus - Hiwi - 01-22-2024, 02:19 PM
RE: PILBox with HPPortablePlus - Hiwi - 01-22-2024, 03:42 PM
RE: PILBox with HPPortablePlus - Hiwi - 01-23-2024, 10:39 AM
RE: PILBox with HPPortablePlus - Hiwi - 01-23-2024, 10:53 AM
RE: PILBox with HPPortablePlus - Martin Hepperle - 01-23-2024 11:28 AM
RE: PILBox with HPPortablePlus - Hiwi - 01-30-2024, 02:40 PM
RE: PILBox with HPPortablePlus - Hiwi - 01-31-2024, 10:08 AM
RE: PILBox with HPPortablePlus - Hiwi - 02-01-2024, 01:53 PM



User(s) browsing this thread: 1 Guest(s)