daver2
10k Member
I have the same problem with space.
Are you able to ZIP up and post the binary file you created. I should be able to duplicate your code as a cross-check.
Where are your EPROMs located in the memory address space?
MEA is based at page 60 (octal) = 3000 (hexadecimal).
3000 (hexadecimal) is encoded within the MEA.hex file. Changing it would result in the line checksum being incorrect. Incidentally, there appears to be an extraneous '0' in the MEA.hex file that I have not noticed before (at a record starting address of 31D0 (hex)).
Correction to the above. The relevant records (from MEA.hex and P61.hex respectively) are:
It is the '1' that is extraneous not the '0'...
Dave
Are you able to ZIP up and post the binary file you created. I should be able to duplicate your code as a cross-check.
Where are your EPROMs located in the memory address space?
MEA is based at page 60 (octal) = 3000 (hexadecimal).
3000 (hexadecimal) is encoded within the MEA.hex file. Changing it would result in the line checksum being incorrect. Incidentally, there appears to be an extraneous '0' in the MEA.hex file that I have not noticed before (at a record starting address of 31D0 (hex)).
Correction to the above. The relevant records (from MEA.hex and P61.hex respectively) are:
Code:
:1031D000068544A9313CCC48DF31068644A9313C100
:1031D000068544A9313CCC48DF31068644A9313C00
It is the '1' that is extraneous not the '0'...
Dave
Last edited:







