Has anyone ever tried to accelerate the 'DIR' command , it is so slow, what a pain !
I was thinking if it was possible to use the base register in the VDP that points on the
begining of the table that describes the screen texts to accelerate the scroll.
I guess even not using such a trick, it is possible to accelerate it because I suspect to be
programmed in way to be 'very compatible' but very slow ( many redirections , writing
characters one by one ..., maybe inherited from CPM os)
Is there a patch for command2/command.com, somewhere ?
I know it works like in PC with sub function 09h and a call 0005 or other adress, would
it be possible to hack the first 100bytes of command.com ?
Or any clue on how to redirects the function that prints out characters ?
Leo