home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume15 / upm / part01 / README < prev    next >
Text File  |  1990-12-17  |  717b  |  18 lines

  1. Since emulating a CPU is a fairly memory intensive thing to do,
  2. it's unlikely that the Z-80 emulator code will require any reworking
  3. to fit your needs. There is an option you need to set, though. Two
  4. files are included to handle I/O instructions. io_mem.c implements
  5. a 256 byte RAM on the I/O space. io_ask.c prompts the console
  6. for input and prints output writes.
  7.  
  8. You also have a couple choices for main():
  9.  
  10. debug.c is a debugger. This debugger is intended primarily to debug
  11. the interpreter itself rather than debug z-80 code.
  12.  
  13. upm.c implements CP/M on top of the emulator. See README.upm
  14.  
  15. Many thanks to Mark W. Eichin for his help in debugging some
  16. of my truely nasty code during Alpha-testing. Truely a saint.
  17.  
  18.