libmsx
C library for MSX
|
Sleep functions. More...
Functions | |
void | sleep_ticks (uint16_t ticks) |
MSX Wait for the specified number of VSYNCs to occur. | |
void | sleep_millis (uint16_t ms) |
MSX Wait for the specified time to elapse in milliseconds. | |
Sleep functions.
void sleep_ticks | ( | uint16_t | ticks | ) |
MSX
Wait for the specified number of VSYNCs to occur.
ticks | number of VSYNCs |
void sleep_millis | ( | uint16_t | ms | ) |
MSX
Wait for the specified time to elapse in milliseconds.
ms | time to elapse in milliseconds. |