]> Shamusworld >> Repos - thunder/blob - src/dis6809.h
Code cleanup.
[thunder] / src / dis6809.h
1 //
2 // DIS6809.H
3 //
4 // by James Hammons
5 // (C) 2004, 2014 Underground Software
6 //
7
8 #ifndef __DIS6809_H__
9 #define __DIS6809_H__
10
11 //#include "types.h"
12 #include "v6809.h"
13
14 //int Decode6809(uint16);
15 int Decode6809(V6809REGS);
16
17 #endif  // __DIS6809_H__