summaryrefslogtreecommitdiff
path: root/plugins/ao/eng_dsf/arm7i.h
blob: 9ca50188f9e4e827d80d547aae27ad85a862e4cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
//
// 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(struct sARM7 *cpu);
  //--------------------------------------------------------------------------

#endif