• Please review our updated Terms and Rules here

Search results

  1. TangentDelta

    AIM-65 PL/65

    There's quite a bit of text in the ROM images if you open them in a hex editor. Seems pretty complete to me. I think that the way this PL/65 compiler works is similar to the assembler. You feed in the source code from an input source (cassette, TTY, RAM, disk, etc.) and receive the generated...
  2. TangentDelta

    AIM-65 PL/65

    These are the same files from Rich Cini's site, including the manual for the disk version of PL/65.
  3. TangentDelta

    AIM-65 PL/65

    I'd definitely be interested in this as well! I was looking for PL/65 material last week and the only things I found were the ROM images, disassembly, and disk version manuals on Rich Cini's site.
  4. TangentDelta

    Looking for Intel iSBC 188/56 Manuals

    Hello. I recently acquired an Apollo-branded Intel iSBC 188/56. I was able to find a sales brochure with the specs of the board, and that's about it. I found that the part number for the hardware reference manual that I'm looking for is 148209-001. Does anyone have any leads on this hardware...
  5. TangentDelta

    HP 9817 (9000 series 200) HP-UX?

    Thanks! It seems like people on there are pretty unsure about whether or not the 217 can run HP-UX. Some people are saying it can't, and other people are saying it can. According to the chart on page 4-2 in this PDF, the 217 supports HP-UX 5.1...
  6. TangentDelta

    HP 9817 (9000 series 200) HP-UX?

    Hello. I have an HP 9817 computer with a 9133 disk drive. Was HP-UX ever meant to run on this machine? All of the HP documentation I can find suggests running either BASIC or Pascal on it. I've tried booting the HP-UX 5.1 setup disk from hpmuseum.net but the computer locks up after 30 seconds of...
  7. TangentDelta

    Epson HX-20 - FORTH ROM

    Is there a page or two in there with a big list of the words, and what address the word is located at in the dictionary? Something that looks like this attached image?
  8. TangentDelta

    Epson HX-20 - FORTH ROM

    I'm using DASMx, specifying the 6301 as the target CPU. I can't use a generic 6800 disassembler because this FORTH is taking advantage of some of the 6301's enhanced instructions. I think I'm going to try modifying EMIT to use the serial port output routine instead of the "virtual screen"...
  9. TangentDelta

    Epson HX-20 - FORTH ROM

    Here's the ROM image with the patch. I realize that I forgot to attach it.
  10. TangentDelta

    Epson HX-20 - FORTH ROM

    It looks like there are some words that use other "invalid" routines. If I try to use a word that isn't in the dictionary ("FOO", for example), I get the expected "FOO ?" but then a trap is triggered at program counter address $0000.
  11. TangentDelta

    Epson HX-20 - FORTH ROM

    I patched the ROM and replaced the offending part of code with something that just prints "W". Now FORTH boots up! I guess we just need to figure what what string printing routine we need to call, or clear out enough space in the ROM to put our own in there.
  12. TangentDelta

    Epson HX-20 - FORTH ROM

    If you type an "n", the ASCII code for that is $6e. "y" is ASCII code $79. The "rora" opcode rotates the least-significant bit into C. For "n", C is set to 0. For "y" it gets set to 1. If the carry bit is set (by typing a "y"), a warm start is performed by branching to DOWARM. The WARM start...
  13. TangentDelta

    Epson HX-20 - FORTH ROM

    I've been poking at the ROM as well. I found a good list of routines in this PDF, starting at PDF page 19: http://www.vintagecomputer.net/fjkraan/comp/hx20/doc/tmS_13-14.pdf It looks like there's a jump table at the top of ROM, and address $FF4F is the "Display one character on virtual screen"...
  14. TangentDelta

    IRC chat: #vc on slashnet.org

    Haven't seen you on #retrodreams in a while.
  15. TangentDelta

    Otrona Attache 8:16 Technical Manual

    Hello. I'm looking for a scan of the full Otrona Attache 8:16 technical manual. Bitsavers has a scan of the "Theory Of Operation" chapter of the manual, but the information that I am seeking is not present, and the scan is poor. Thanks.
  16. TangentDelta

    Commodore PET 2001N Mystery Cutouts

    I brushed the dust off of my PET 2001N today to take some pictures of it for reference. I noticed that at the top of the housing there are some brass ferrules embedded into the plastic. As I inspected it further, I also noticed a pair of cutouts on the front of the chassis with black plastic...
  17. TangentDelta

    Otrona Attache Mystery Mod and Repair

    I picked up an Otrona Attache and a box of parts at VCF-MW this year. Unfortunately the Otrona is missing the back cover and power supply, which I'll have to track down at some point. I have a handful of Otrona motherboards and all of them were modified with a large board that replaces the...
  18. TangentDelta

    Change 2.11 BSD /dev/console Parameters?

    Hello! I picked up a PDP-11/73 at VCF-MW this year and installed 2.11 BSD using VTServer. My terminal emulator works fine connected at 9600 8N1, but as soon as init runs /dev/rc a change occurs and I get garbled characters. I can only use the terminal if I change the mode to 7N1. This...
  19. TangentDelta

    Mystery 8-bit ISA Card

    Hello! I recently acquired an IBM 5150. The seller only provided the machine itself, with no additional software or peripherals. The machine has a pretty straight-forward hardware setup. Stock IBM CGA card, Adaptec RLL controller and Seagate ST-238, 384K RAM expansion card with RTC, stock IBM...
  20. TangentDelta

    Kaypro 10 CP/M 2.2H Reload Issues

    Hello! I recently acquired a Kaypro 10 "83". I'd like to get put a KayPlus BIOS in it, but in order to do that, I need to get a working load of CP/M going first. The machine was shipped to me with the drive safely parked with SAFETY.COM. On the load of CP/M 2.2H it had when I got it, FINDBAD...
Back
Top