Z80emulator

Clarence Wilkerson wilker at descartes.math.purdue.edu
Wed Nov 14 12:41:47 AEST 1990


If you have a working CP/M system, with some effort you can
generate the image needed for the emulator. One problem is that
it needs a hex file, origined at 0, followed by a bitmap.
I've gotten to the stage of having CCP, BDOS, and FAKE BIOS all 
in a hex file origined at 0, and an appropriate bitmap.
However, I have not converted bitmap to hex yet.
   If you have no CP/M system, get DOSPLUS25 from
simtel20.army.mil in pd2:<cpm.bdos> . Unarc this, and look
for movdosplus.cpm or similar file name. This is a version of
"MOVCPM". From 0980H to end is the CCP and BDOS clones.
The bit map is at 600H. Then you have to hexify it.
   It might be easier to rewrite the loading routine to
handle a binary file, not necessarily origined at 0.
Clarence Wilkerson
.



More information about the Alt.sources mailing list