-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Hello,
I use your project with TTGO VGA32. And it's work great!
I had made some enhancement with it.
Add timer BDOS function, test it and it's work fine.
Code very simple. In file cpm.h at line 1362 add:
case 240:
{
unsigned long tmp;
tmp = millis();
HL = tmp & 0xFFFF;
DE = (tmp >> 16) & 0xFFFF;
break;
}
BDOS function 240. Return milliseconds from last turn on in DE HL.
May be it's need some #ifdef for other boards.... May be assign to another BDOS function.
Please include this in next version
WBR
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels