summaryrefslogtreecommitdiff
path: root/z80.h
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2006-08-30 22:24:41 +0000
committerIan C <ianc@noddybox.co.uk>2006-08-30 22:24:41 +0000
commitc1d4cc4739583f906b639daf3bd9384dd791530e (patch)
tree27f471459ec61067210883ff21396d0bc14a7fdc /z80.h
parentcb4cd60cbce11439b0e0529df20e671e5b49b6f1 (diff)
Development checkin
Diffstat (limited to 'z80.h')
-rw-r--r--z80.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/z80.h b/z80.h
index 3b3220e..5ac28b7 100644
--- a/z80.h
+++ b/z80.h
@@ -174,6 +174,11 @@ Z80 *Z80Init(Z80Memory memory,
void Z80Reset(Z80 *cpu);
+/* Sets the PC
+*/
+void Z80SetPC(Z80 *cpu, Z80Word PC);
+
+
/* Sets the cycle count to the specified count
*/
void Z80ResetCycles(Z80 *cpu, Z80Val cycles);