• Apple 2 with IBM/PC/MS-DOS?

    From ant@ant@zimage.comANT (Ant) to comp.sys.apple2 on Thu Jan 4 19:49:24 2024
    From Newsgroup: comp.sys.apple2

    Back in the rad 80s, I remember someone's computer that had both Apple 2
    and IBM/PC/MS-DOS. What was this computer?

    Thank you for reading and hopefully answering. :)
    --
    "In all my prayers for all of you, I always pray with joy because of your partnership in the gospel from the first day until now..." ???Philippians 1:4-5. >8 hrs. of Z with 1 pee brk. 2 cold! 2024 isn't any betta.
    Note: A fixed width font (Courier, Monospace, etc.) is required to see this signature correctly.
    /\___/\ Ant(Dude) @ http://aqfl.net & http://antfarm.home.dhs.org.
    / /\ /\ \ Please nuke ANT if replying by e-mail.
    | |o o| |
    \ _ /
    ( )
    --- Synchronet 3.20a-Linux NewsLink 1.114
  • From Raymond Wiker@rwiker@gmail.com to comp.sys.apple2 on Thu Jan 4 21:02:19 2024
    From Newsgroup: comp.sys.apple2

    ant@zimage.comANT (Ant) writes:

    Back in the rad 80s, I remember someone's computer that had both Apple 2
    and IBM/PC/MS-DOS. What was this computer?

    Thank you for reading and hopefully answering. :)

    "Trackstar", perhaps?

    https://www.diskman.com/presents/trackstar/
    --- Synchronet 3.20a-Linux NewsLink 1.114
  • From Steve Nickolas@usotsuki@buric.co to comp.sys.apple2 on Thu Jan 4 19:50:49 2024
    From Newsgroup: comp.sys.apple2

    On Thu, 4 Jan 2024, Ant wrote:

    Back in the rad 80s, I remember someone's computer that had both Apple 2
    and IBM/PC/MS-DOS. What was this computer?

    Thank you for reading and hopefully answering. :)


    PC Transporter?

    -uso.
    --- Synchronet 3.20a-Linux NewsLink 1.114
  • From Your Name@YourName@YourISP.com to comp.sys.apple2 on Fri Jan 5 16:11:57 2024
    From Newsgroup: comp.sys.apple2

    On 2024-01-05 00:50:49 +0000, Steve Nickolas said:
    On Thu, 4 Jan 2024, Ant wrote:

    Back in the rad 80s, I remember someone's computer that had both Apple 2
    and IBM/PC/MS-DOS. What was this computer?

    Thank you for reading and hopefully answering. :)


    PC Transporter?

    -uso.

    There were a few cards for the Apple II, Macintosh, and Amiga that let
    you run PC / MS-DOS programs. Usually they were basically an entirely
    separate computer that you booted into instead of the host computer
    (you couldn't use both at once) while still using the host's computer's keyboard, etc.

    --- Synchronet 3.20a-Linux NewsLink 1.114
  • From TRS-90@matthewmpower@gmail.com to comp.sys.apple2 on Fri Jan 5 04:18:54 2024
    From Newsgroup: comp.sys.apple2

    There were a few cards for the Apple II, Macintosh, and Amiga that let
    you run PC / MS-DOS programs. Usually they were basically an entirely separate computer that you booted into instead of the host computer
    (you couldn't use both at once) while still using the host's computer's keyboard, etc.

    Makes me think of using a CP/M card in an Apple. It's pretty much using two different computers with the same keyboard and monitor. I guess one might be able to move an ascii file back and forth with effort.
    --- Synchronet 3.20a-Linux NewsLink 1.114
  • From Mike Spangler@mspangler@ifiber.tv to comp.sys.apple2 on Tue Jan 9 09:28:36 2024
    From Newsgroup: comp.sys.apple2

    Applied Engineering had the PC Transporter that was a PC on a card. They also sold a PC style floppy disk. It was quite the power hog, you really needed to upgrade the power supply too.

    I have a Mac Quadra 640 with a PC card built in. I never used the PC side. I have nothing to run on it. It's a 80486 processor I think. There were several models of Macs that had PC compatibility by various add-in cards.




    --- Synchronet 3.20a-Linux NewsLink 1.114
  • From Steve Nickolas@usotsuki@buric.co to comp.sys.apple2 on Tue Jan 9 15:13:18 2024
    From Newsgroup: comp.sys.apple2

    This message is in MIME format. The first part should be readable text,
    while the remaining parts are likely unreadable without MIME-aware tools.

    --8323329-1389465923-1704831199=:26061
    Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE

    On Tue, 9 Jan 2024, Mike Spangler wrote:

    I have a Mac Quadra 640 with a PC card built in. I never used the PC=20
    side. I have nothing to run on it. It's a 80486 processor I think. There=
    =20
    were several models of Macs that had PC compatibility by various add-in=
    =20
    cards.

    I've got a Performa 636 (same thing, crippled CPU) without the card...was=
    =20
    going to use it, but wasn't able to find a way to hook it up to my LAN=20 (tried an Asant=C3=A9 SCSI-to-Ethernet dongle, it didn't work - might be a=
    =20
    limitation of the router though come to think of it).

    -uso.
    --8323329-1389465923-1704831199=:26061--
    --- Synchronet 3.20a-Linux NewsLink 1.114
  • From Dave Yeo@dave.r.yeo@gmail.com to comp.sys.apple2 on Wed Jan 10 23:19:07 2024
    From Newsgroup: comp.sys.apple2

    TRS-90 wrote:
    There were a few cards for the Apple II, Macintosh, and Amiga that let
    you run PC / MS-DOS programs. Usually they were basically an entirely
    separate computer that you booted into instead of the host computer
    (you couldn't use both at once) while still using the host's computer's
    keyboard, etc.

    Makes me think of using a CP/M card in an Apple. It's pretty much using two different computers with the same keyboard and monitor. I guess one might be able to move an ascii file back and forth with effort.


    Actually wasn't that hard to call 6502 code from the Z80 card. Forget
    the specifics, store some values and make a jmp or call taking the
    address offset (Z80 mapped the address 4K higher IIRC) into
    consideration. Easy way to use graphics from CP/M, use the Applesoft
    routines
    Dave
    --- Synchronet 3.20a-Linux NewsLink 1.114
  • From TRS-90@matthewmpower@gmail.com to comp.sys.apple2 on Wed Jan 17 04:54:31 2024
    From Newsgroup: comp.sys.apple2

    "Dave Yeo" wrote:
    Actually wasn't that hard to call 6502 code from the Z80 card. Forget
    the specifics, store some values and make a jmp or call taking the
    address offset (Z80 mapped the address 4K higher IIRC) into
    consideration. Easy way to use graphics from CP/M, use the Applesoft routines
    Dave

    I stand corrected and informed.
    --- Synchronet 3.20a-Linux NewsLink 1.114
  • From Dave Yeo@dave.r.yeo@gmail.com to comp.sys.apple2 on Tue Jan 16 23:19:20 2024
    From Newsgroup: comp.sys.apple2

    TRS-90 wrote:
    "Dave Yeo" wrote:
    Actually wasn't that hard to call 6502 code from the Z80 card. Forget
    the specifics, store some values and make a jmp or call taking the
    address offset (Z80 mapped the address 4K higher IIRC) into
    consideration. Easy way to use graphics from CP/M, use the Applesoft
    routines
    Dave
    I stand corrected and informed.

    It may have varied depending on card but CPM had to use the 6502 to
    operate the disk and console.
    Dave
    --- Synchronet 3.20a-Linux NewsLink 1.114
  • From Oliver Schmidt@ol.sc@web.de to comp.sys.apple2 on Thu Jan 18 11:49:45 2024
    From Newsgroup: comp.sys.apple2

    Hi,

    It may have varied depending on card but CPM had to use the 6502 to
    operate the disk and console.

    Yeah, most of the "CP/M 2.2 for the MS Softcard" BIOS is 6502 code.

    Regards,
    Oliver



    --- Synchronet 3.20a-Linux NewsLink 1.114