|
|
@ -25,6 +25,8 @@ |
|
|
#ifndef CORE_CORE_H_ |
|
|
#ifndef CORE_CORE_H_ |
|
|
#define CORE_CORE_H_ |
|
|
#define CORE_CORE_H_ |
|
|
|
|
|
|
|
|
|
|
|
#include "arm/armdefs.h" |
|
|
|
|
|
|
|
|
//////////////////////////////////////////////////////////////////////////////////////////////////// |
|
|
//////////////////////////////////////////////////////////////////////////////////////////////////// |
|
|
|
|
|
|
|
|
namespace Core { |
|
|
namespace Core { |
|
|
@ -47,6 +49,8 @@ void Stop(); |
|
|
/// Initialize the core |
|
|
/// Initialize the core |
|
|
int Init(); |
|
|
int Init(); |
|
|
|
|
|
|
|
|
|
|
|
ARMul_State* GetState(); |
|
|
|
|
|
|
|
|
} // namespace |
|
|
} // namespace |
|
|
|
|
|
|
|
|
//////////////////////////////////////////////////////////////////////////////////////////////////// |
|
|
//////////////////////////////////////////////////////////////////////////////////////////////////// |
|
|
|