Cog/Frameworks/AudioOverload/aosdk/eng_dsf/arm7i.h
2009-02-28 22:04:03 -08:00

19 lines
429 B
C

//
// ARM7 processor emulator - interpreter core
// version 1.6 / 2008-02-16
// (c) Radoslaw Balcewicz
//
#ifndef _ARM7i_h_
#define _ARM7i_h_
#include "arm7.h"
//--------------------------------------------------------------------------
// public functions
/** Single step, returns number of burned cycles. */
int ARM7i_Step(void);
//--------------------------------------------------------------------------
#endif