summaryrefslogtreecommitdiff
path: root/plugins/ao/eng_dsf/arm7i.h
blob: 5a2e611baa61a8fe54d798a961fd4463290966d6 (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(void);
  //--------------------------------------------------------------------------

#endif