aboutsummaryrefslogtreecommitdiff
path: root/ARM.h
diff options
context:
space:
mode:
Diffstat (limited to 'ARM.h')
-rw-r--r--ARM.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ARM.h b/ARM.h
index 45fec27..bf354a7 100644
--- a/ARM.h
+++ b/ARM.h
@@ -46,7 +46,7 @@ public:
Halted = halt;
}
- s32 Execute(s32 cycles);
+ s32 Execute();
bool CheckCondition(u32 code)
{
@@ -211,6 +211,7 @@ public:
s32 Waitstates[4][16];
s32 Cycles;
+ s32 CyclesToRun;
u32 Halted;
u32 R[16]; // heh