Home Download Musics Developers
API Sources Tools File Format Technicals

getea68.h

Go to the documentation of this file.
00001 
00012 /* Copyright (C) 1998-2003 Benjamin Gerard */
00013 
00014 #ifndef _GETEA68_H_
00015 #define _GETEA68_H_
00016 
00017 #include "emu68/type68.h"
00018 
00019 #ifdef __cplusplus
00020 extern "C" {
00021 #endif
00022 
00043 extern u32 (*get_eab[8])(u32 reg);
00044 
00046 extern u32 (*get_eaw[8])(u32 reg);
00047 
00049 extern u32 (*get_eal[8])(u32 reg);
00050 
00057 #ifdef __cplusplus
00058 }
00059 #endif
00060 
00061 #endif /* #ifndef _GETEA68_H_ */
00062