-
Notifications
You must be signed in to change notification settings - Fork 1
/
Asm.h
18 lines (17 loc) · 960 Bytes
/
Asm.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*** M2000: Portable P2000 emulator *****************************************/
/*** ***/
/*** Asm.h ***/
/*** ***/
/*** This file contains prototypes for MS-DOS specific assembler routines ***/
/*** ***/
/*** Copyright (C) Marcel de Kogel 1996,1997 ***/
/*** You are not allowed to distribute this software commercially ***/
/*** Please, notify me, if you make any changes to this file ***/
/****************************************************************************/
unsigned JoyGetPos (void);
void StartTimer (void);
unsigned ReadTimer (void);
void RestoreTimer (void);
void nofunc (void);
void __enable (void);
void __disable (void);