sc68fordevelopers  2.2.1
/home/mandrake/rpm/BUILD/sc68-2.2.1/emu68/getea68.h
Go to the documentation of this file.
00001 
00019 /* Copyright (C) 1998-2001 Ben(jamin) Gerard */
00020 
00021 #ifndef _GETEA68_H_
00022 #define _GETEA68_H_
00023 
00024 #include "emu68/type68.h"
00025 
00026 #ifdef __cplusplus
00027 extern "C" {
00028 #endif
00029 
00031 extern u32 (*get_eab[8])(u32 reg);
00032 
00034 extern u32 (*get_eaw[8])(u32 reg);
00035 
00037 extern u32 (*get_eal[8])(u32 reg);
00038 
00039 #ifdef __cplusplus
00040 }
00041 #endif
00042 
00043 #endif /* #ifndef _GETEA68_H_ */
00044 
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines