Menu

There is an small error in the version 06 that ...

There is an small error in the "main.c" that however does not prevent the correct execution of the simulator.
You can fix by yourself if you want to...

184: //Err --> char * ps = (WORD * )&vid; // video memory pointer
185: //Err --> char * ls = (WORD * )&vbtmp; // line buffer pointer

184: //Fix --> char * ps = (char * )&vid; // video memory pointer
185: //Fix --> char * ls = (char * )&vbtmp; // line buffer pointer

I greet you and thank you.

Posted by Davide Ug. Lini 2018-05-08

Anonymous
Anonymous

Add attachments
Cancel





Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.