home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 2 / 2053 < prev    next >
Internet Message Format  |  1990-12-28  |  941b

  1. From: wilker@descartes.math.purdue.edu (Clarence Wilkerson)
  2. Newsgroups: alt.sources
  3. Subject: Re: Z80emulator
  4. Message-ID: <16602@mentor.cc.purdue.edu>
  5. Date: 14 Nov 90 01:41:47 GMT
  6.  
  7. If you have a working CP/M system, with some effort you can
  8. generate the image needed for the emulator. One problem is that
  9. it needs a hex file, origined at 0, followed by a bitmap.
  10. I've gotten to the stage of having CCP, BDOS, and FAKE BIOS all 
  11. in a hex file origined at 0, and an appropriate bitmap.
  12. However, I have not converted bitmap to hex yet.
  13.    If you have no CP/M system, get DOSPLUS25 from
  14. simtel20.army.mil in pd2:<cpm.bdos> . Unarc this, and look
  15. for movdosplus.cpm or similar file name. This is a version of
  16. "MOVCPM". From 0980H to end is the CCP and BDOS clones.
  17. The bit map is at 600H. Then you have to hexify it.
  18.    It might be easier to rewrite the loading routine to
  19. handle a binary file, not necessarily origined at 0.
  20. Clarence Wilkerson
  21. .
  22.