aboutsummaryrefslogtreecommitdiff
path: root/src/keyclick.c
blob: d1e75053a6d11a5e5d6bde93df9e29f0452d347a (plain)
1
2
3
4
5
6
7
8
#include <atari.h>
#include <conio.h>

/* sound the keyclick. obeys the NOCLIK flag on XL/XE. */
void keyclick(void) {
	OS.ch = 0;
	cgetc();
}