]> Shamusworld >> Repos - thunder/blob - src/v6809b.h
Initial import (for historical reasons).
[thunder] / src / v6809b.h
1 // Virtual 6809B Header file
2 //
3 // by James L. Hammons
4 //
5 // (c) 1998 Underground Software
6
7 #define BYTE unsigned char
8 #define WORD unsigned short int
9
10 // Function prototypes
11
12 void Init_6809B(void);      // Initialize function pointers
13 void Execute_6809B(long);   // Function to execute 6809 instructions