my revision attempt on DOS_shell:: CMD_TIME()
Posted on 2024-11-22, 01:12
Hello. Below is my attempt in changing the command TIME so it accepts hh:mm:ss user supplied. I dont really know if a dos_call 0x2D works in this context or it should be a "mem_writed(BIOS_TIMER,ticks)" in order to set the running time in the dosbox engine. So I wrote OPTION 1 and OPTION2... How to …