home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / binaries / ibm / pc / archives / 4812 < prev    next >
Encoding:
Text File  |  1992-11-11  |  2.4 KB  |  52 lines

  1. Newsgroups: comp.binaries.ibm.pc.archives
  2. Subject: Re: Apple IIe emulator for the PC
  3. References: <travt.721015113@marsh> <1992Nov8.122247.20431@hippo.ru.ac.za> <1992Nov11.093249.4247@nntp.hut.fi>
  4. Sender: hakes@trg.saic.com (Donald Hakes)
  5. Organization: Technology Research Group, SAIC
  6. Path: sparky!uunet!charon.amdahl.com!pacbell.com!ames!elroy.jpl.nasa.gov!usc!news.service.uci.edu!unogate!mvb.saic.com!marge!hakes
  7. From: hakes@marge (Donald Hakes)
  8. Message-ID: <9102562@MVB.SAIC.COM>
  9. Date: Wed, 11 Nov 1992 21:47:50 GMT
  10. Nntp-Posting-Host: Mvb.Saic.Com
  11. Lines: 39
  12.  
  13. >Article 5985 (5 more) in comp.binaries.ibm.pc.archives:
  14. >tsand@vipunen.hut.fi (Tapio Sand)
  15. >
  16. >writes
  17. >
  18. >Lets say I have access to an Apple II computer and a IBM computer.
  19. >How do I get an image of an Apple floppy onto my MSDOS hard disk?
  20. >Through a serial cable, I guess. However, how do I make an image file
  21. >out of the Apple disk? What program or utility can create the image?
  22.  
  23. I had these same problems trying to get some old stuff over to my PC. I 
  24. solved them this way: first I transfered all the old programs over a null
  25. modem, but the tricky part was the format of the data. I couldn't get my apple
  26. comm programs to transfer things in a usable fashion, so I used CopyII+
  27. to VIEW the HEX of the programs I wanted and piped that to a printer I
  28. told the program was my modem port. I captured that on my PC as a seperate
  29. file for each program.
  30.  
  31. Then I wrote a quick C routine to read that data in as text and write it
  32. out to a mask as binary. The mask I made from one of the working disk
  33. images for the emulator, but I'd deleted all the files on it to have
  34. a clean disk. Then I simply had to hex edit the mask with the sector 
  35. locations of the new program (the routine could be made to do this, but
  36. I didn't want to spend that much time with it) and I had a working image
  37. disk containing just the program I wanted.
  38.  
  39. This is somewhat inconvenient just having one program on a disk so I
  40. just loaded the program under the emulator and copied it to another
  41. disk. It's sort of a long way to go about things, but playing Sabotage
  42. on the PC was pretty much worth it. It was an interesting project.
  43.  
  44. Also, to change disks during the emulator runs, try using a multi-tasker
  45. and just copy the new image over the diska or diskb image you want it in.
  46.  
  47. If anyone wants more info, or the silly routine I wrote, please let me know.
  48. Hope this helps, or I just sent a message to A LOT of people who don't
  49. care.
  50.  
  51. Donald Hakes
  52.