• Please review our updated Terms and Rules here

Recent content by shattered

  1. S

    Where are the 5110, 5120 and 5130 posts?

    I don't think they cloned everything that IBM made, just the most useful models. There probably were't enough installs to warrant cloning the 5100, unlike, say, Wang 2200.
  2. S

    IBM Displaywriter

    6580 emulation is still broken, needs more reverse engineering (or a copy of schematics, if these ever were published by IBM). It's possible that Displaywriter System Manual S544-2023-0 (?) -- mentioned in US patents 4648071 and 5675827 -- has them, but bitsavers does not have a copy.
  3. S

    Soviet IBM PC Clone POISK 1 ПОИСК 1

    Interrupt list says this call was added for AT/EGA, and Poisk was neither of those. There's not much point in using RK or another tool like it -- Poisk has cyrillic font in ROM and BIOS does keyboard layout switching.
  4. S

    Stalker - a Soviet Roguelike game from 1980s

    This game was inspired by the same book (Roadside Picnic) as the S.T.A.L.K.E.R. series. Runs under RT-11. Gameplay is appropriately deadly and user-unfriendly (only 6 items in the inventory, no identify, all scrolls, potions and wands are random, and so on).
  5. S

    Color Bubble, Bubble Operating System Software

    I am working on emulation of GRiD Compass in MAME (see [2]); these machines used bubble memory controlled by Intel D7220 chipset. Since MAME also emulates CoCo, I thought to add emulation of Dennis Kitz's bubble memory expansion board (which used same chipset). July'1983 CoCo Magazine [1]...
  6. S

    IBM Displaywriter Questions

    Keyboard can be made to talk USB via controller replacement -- http://downloads.cornall.co/ibm-capsense-usb-web/ibm-capsense-usb.html My reverse-engineering/emulation effort is on hold -- the emulator (MAME) can boot some disks (diags, CP/M) but not the actual word processor. Of course, anyone...
  7. S

    IBM Displaywriter

    Textpack still does not work in the emulator -- the crash message I've posted earlier means "insufficient memory", even when 320KB is configured. Memory size is actually probed correctly, but is then reset to 128KB -- in the "new" BIOS dumped by Nigel, this happens at FD45Eh. This code...
  8. S

    IBM 6580 has arrived...

    "Asynchronous Communication Facility" described in http://www.computerhistory.org/collections/catalog/102678942? It's a terminal emulator, apparently. There was also a "Displaywriter/Personal Computer Attach Convenience Kit":
  9. S

    IBM 6580 has arrived...

    Kermit under CP/M could work -- but "current release of CP/M-86 for the Displaywriter does not support these [serial communications] interfaces" (from http://www.nostalgia8.nl/cpm/ibm/cpm6dwrm.pdf) :(
  10. S

    IBM 6580 has arrived...

    What's the part number on it? (also, just noticed the cat :))
  11. S

    IBM Displaywriter

    My code was accepted into next MAME release (0.182 -- should happen later this month). Teledisk and Imagedisk floppy images (single-density ones) are usable with MAME; of those on Bitsavers, C.E. diags and CP/M boot but aren't stable. POST (aka BAT) errors can be skipped with Memory Record...
  12. S

    IBM Displaywriter

    Getting there... bit 6 in floppy status port (8150) apparently reflects 'idle' status of MCU and upd765 both. Diagnostics disks are now usable and CCP/M boots. Textpack does not yet.
  13. S

    IBM Displaywriter

    ... but exposure to this much IBM over-engineering may leave permanent scarring :) Seriously though, at this point a logic analyzer could help a lot to improve high-level emulation of floppy board.
  14. S

    IBM Displaywriter

    upd765 chip is actually available on system bus (ports 8158, 815A) and with a few hacks I forced firmware to IPL; there are still a lot of unknowns and nothing completely boots yet. This is Textpack A crash message:
  15. S

    IBM Displaywriter

    Thanks to Al Kossow (who dumped the remaining ROMs) and nigwil (hands-on tests -- I don't have the hardware), here's some progress (key tests are still failing -- this screenshot required a debugger hack to ignore these failures). EDIT: this is how semi-graphics mode looks like (looks close...
Back
Top