• Please review our updated Terms and Rules here

Recent content by resman

  1. resman

    Looking for 6809 source code and binary

    Here are my updates to the CoCo's Color Forth, source and binary: https://forum.vcfed.org/index.php?threads/color-forth-available-for-coco-with-decb.46819/post-925024
  2. resman

    Applecolor 100 monitor with raspberry pi 5 8gigs help.

    I think the converter you showed above is for VGA, which wouldn't match the 15 KHz input of the AppleColor 100. To get that, you'll need something like this: https://antoniovillena.com/product/%CF%80crt-addon/
  3. resman

    Applecolor 100 monitor with raspberry pi 5 8gigs help.

    It's actually both. You have to remove the back of the case and flip a little switch you'll find at the bottom.
  4. resman

    Weird Intel Windows 3.1

    Ooooh, it must be Schrodingers Win3 box
  5. resman

    Weird Intel Windows 3.1

    The copyright 1990 would align with that assertion as well
  6. resman

    Keyboards really are terrible today, I think.

    The model F layout has never been improved on, as far as I'm concerned. It irks me to this day having to remap Caps Lock to Control.
  7. resman

    Keyboards really are terrible today, I think.

    Well, keyboard preference may be about the most subjective topic ever, but I've found one that I'm satisfied with. I was looking for a decent keyboard for my Macbook Pro that gets used as a desktop when docked at home and wanted a minimalist keyboard that didn't suck. After a few options, I...
  8. resman

    Python

    As someone who wrote a Java VM for the 6502, you will have a LOT of work ahead of you. At least the Java VM is really nothing more than a glorified p-code interpreter and I could do the compilation on a modern machine. Even still, cramming a 32 bit virtual memory environment into a 1 MHz, 8...
  9. resman

    PC Archeology: One of first Compaq Deskpro 386 made... but how early?

    I imagine it was pretty common to run slower 287s on that motherboard. But yours was definitely a slower one for 1986.
  10. resman

    PC Archeology: One of first Compaq Deskpro 386 made... but how early?

    How does that 287 work? IIRC, it was clocked at 8 MHz (I think yours is 5 MHz).
  11. resman

    LCD mod for a Compaq Portable?

    A couple of things to understand about the Compaq Portables video card. The default CGA card from Compaq was able to display CGA resolution in graphics modes, but higher res MDA style text modes. The built-in CRT was dual mode and able to switch between the two timings. If you were able to...
  12. resman

    Need some help from 6809 programmers at byte level

    I spent a little time with 6809 assemblers while playing with Color Forth on the CoCo: https://forum.vcfed.org/index.php?threads/color-forth-available-for-coco-with-decb.46819/ The results were quite interesting: the original code was assembled with EDTASM that is probably a single pass...
  13. resman

    A20 issues with my 386

    Be careful, these things don't always end well: https://en.wikipedia.org/wiki/The_Mangler
  14. resman

    Sun386i. Overdrive processors: Why don't they work?

    I installed a Cyrix 486DRx2 in my Compaq 386/20e. It also has an external cache controller and no issues running Windows 95, Windows NT, and Linux. However, most of the fancy features of the CPU won't be enabled (including cache) until a utility is run to set them. Without running such a...
  15. resman

    Is there a case to be made for the 386?

    PPC and a few others, later. Alpha was an initial release target as I believe Cutler had a lot of input on its design. My first startup was designing hybrid 386/MIPS R3000 NT workstations (switching to 486/MIPS R4000 when they became available). The 386 couldn't compete performance-wise with...
Back
Top