• Please review our updated Terms and Rules here

Search results

  1. VileR

    IBM System/23 Datamaster, display and character generation

    I was looking into the available docs and firmware for this system (http://bitsavers.org/pdf/ibm/system23/), to try and figure out how this thing handles text display. Naturally I don’t have one of these – I’m just a certified nutter for bitmap font stuff, but the System/23 is particularly...
  2. VileR

    Missing threads/messages from the old forums

    Maybe I'm having an extreme case of delayed ignition, but it seems that a lot of content from the old pre-migration forums is completely MIA. To be clear, I'm not referring to the separate issue of broken links in older threads (where the content may still exist, but cannot be accessed with the...
  3. VileR

    A 'Hacker News'-type site for vintage computing/gaming

    https://twostopbits.com/ Not mine, and I'm not affiliated with it... but I like the idea.
  4. VileR

    Representing IBM 5153 color output more accurately

    (Preamble: to most of you, this will seem like OCD nitpicking of the worst kind, but it ain't so. Fact is, I'm working on a graphical project which targets the IBM Color Display, and accurate colors become important for the artwork, especially when you factor in things like dithering.) Some of...
  5. VileR

    WTB dust cover for IBM 5160+5153

    I have a couple of computer dust covers, but they were obviously made for later PCs... with much larger monitors and much smaller desktop footprints. Looking for something made for an IBM XT with Color Display. Or at least close enough so it wouldn't look like an embarrassing mismatch between...
  6. VileR

    Posts are auto-flagged as spam after a few consecutive edits

    Happened to me and to others as well. Mentioned in the long 'new forums' thread, but I'm reporting this separately here in case that one gets lost in the shuffle. For me, it happened after I submitted a post, and then quickly edited it only twice (or maybe 3 times?): Seems arbitrary...
  7. VileR

    Tandy 2000 text display

    A couple of questions I have about how text output works on the Model 2000. I don't own one so I can't answer them myself, but call it historical research. In text mode, is 10x16-pixel character display a real thing or not? The 2000's graphics resolution is 640x400, and a matching 80x25 text...
  8. VileR

    Samsung Samtron SC-452 monitor, service manual/schematics needed

    The full model designation on the back is "SC-452A2", but the interwebs is drawing a total blank on that, so "SC-452" may have to do. My options for obtaining this type of document seem to be Buy a purported PDF from one of a veritable legion of websites, all of which look about as legit as...
  9. VileR

    Shipping CRT monitors from Germany

    I've been offered a certain monitor (IBM 5153) by a friend in Germany, and we're trying to work out how to get it from him to me. I haven't had much luck with these things so far (read: two shipped CRTs gone to the Great Parts Bucket in the Sky this year), but maybe third time's the charm...
  10. VileR

    Ultimate Oldschool PC Font Pack (v2.0)

    Not sure whether this should be posted here, or in the Off-Topic section, since this project of mine isn't actually usable *on* a vintage machine. Still, it's my own way of preserving a small but distinctive part of the oldschool PC experience, even in more "modern" environments. Come check it...
  11. VileR

    GW-BASIC source code released

    https://devblogs.microsoft.com/commandline/microsoft-open-sources-gw-basic/ https://github.com/microsoft/GW-BASIC Now, I'm hoping that they'd go one further and release the sources for BASCOM as well. Those compiled-BASIC executables take the cake in being annoying to disassemble/debug...
  12. VileR

    For owners of these Leading Edge / Olivetti / Sanyo / Amstrad models

    If you have one of these (in working order): - Leading Edge Model D (with a color and/or mono monitor) - Olivetti M15 / M15-Plus - Olivetti M211v / M316 - Sanyo MBC-775 - Sanyo MBC-16 - Amstrad ALT-286 ...then I'd like to kindly request your help with a project that I'm working on. Your...
  13. VileR

    Wanted: IBM 5153 Color Display (or a look-and-workalike - PGS HX-12?)

    I'm looking for a CGA monitor for my 5160, in good/working condition. Trying here because I've about given up trying to source one from the usual channels. Since the machine is IBM, I'd prefer the 5153, but I could also go for a CGA monitor with the same design, to preserve the look...
  14. VileR

    8088 optimization question (eliminating branches)

    Consider the following scenario: let "background" and "foreground" be two layers of visual data, composed of 16-bit values. I'd like to merge them as follows - for each offset, if foreground contains zero, it is considered transparent (=use the background value). Otherwise, use the value in...
  15. VileR

    "General failure reading drive A" persists until reboot

    The system is a 5160 (third revision BIOS, XTIDE Universal BIOS v2.0.0b3), with a half-height 5.25" floppy drive and the IBM Diskette Drive Adapter (w/Intel P8272A), running MS-DOS 6.22. Been reading quite a lot of data off some floppies. Every once in a while, a perfectly good disk would give...
  16. VileR

    What PC display adapter is this program for? (ST100A.COM)

    I've finally started dumping a rather sizable pile of floppies, which date back from my family's first no-name XT clone (~'87 or so). The first batch turned up a copy of the TSR attached here, which is related to the video adapter. One thing I don't really know is what video adapter we...
  17. VileR

    Finding all valid DOS drive letters (unobtrusively)

    I'm looking for a way to query DOS and enumerate all available drives in the system. My target is MS/PC-DOS 3.0 and above. For floppy drives, the sample code at http://www.fysnet.net/getdrvs.htm uses an acceptable method (already discussed here in the past). For non-floppy drives however...
  18. VileR

    Changing VGA clocking modes

    Here is what I get from available documentation. Before making changes to the VGA clocking mode (i.e. doubling/halving the character clock for 40/80 column operation, or toggling 8/9 dots per character), the sequencer must be reset first - using the Sequencer Reset Register (port 3C4h, index...
  19. VileR

    Odd, old IBM CGA board (1804464)

    Here's a card that just came in the mail. 1804464 was one of those "unknown type" CGA P/Ns (see this old thread) - i.e., it wasn't known whether it had an older-style or newer-style composite video output. Having tested it now on my TV, I can confirm that it definitely shows an older-style...
  20. VileR

    Preserving data in RAM while a booter is running

    For my own purposes I need to test some self-booting IBM PC sofware in a slightly altered environment. More specifically, the idea is to boot first into my own code, which does the following: - Copy a small BIOS data table to somewhere in RAM and modify it - Target the relevant pointer (in the...
Back
Top