mirror of
https://github.com/MiSTer-devel/Atari800_MiSTer.git
synced 2026-05-24 03:02:55 +00:00
9 lines
113 B
C
9 lines
113 B
C
#ifndef PAUSE_H
|
|
#define PAUSE_H
|
|
|
|
// void wait_us(int unsigned num);
|
|
|
|
#define wait_us(x) *zpu_pause = (x)
|
|
|
|
#endif
|