Reply 20 of 27, by igully
zyzzle wrote on Yesterday, 09:59:Very useful utility. I appreciate it. Two quick questions:
Do the /S and /B options work on all ACPI systems? How does /S "stop" the realtime clock?Is it possible to add an option that resets the video card using its BIOS calls? There's a small DOS utility in the AdvanceMAME project called RESET.EXE which can perform this video BIOS reset (to 80x25 and default 9x16 VGA font stored in the vBIOS) and also can also disable the video signal (and re-enable it).
ACPI is not used in SANE. Instead it uses the older APM (Advanced Power Management) standard.
All ACPI implementations I have personally seen so far, have a backwards APM legacy compatibility mode. ACPI was not designed for DOS, it was mostly to deal with modern hardware and newer OSes that handle for example, multiple CPUs, which DOS does not even know about.
The RTC clock stop is possible on some of the Dallas Semiconductors chips. The code and details are available here:
Conserving Dallas RTC chips
Could you please post the DOS AdvancedMAME tool you mention along with any of its documentation? Or a link to it?
Thanks