From 37141ac197eaefeae9dada0bcc1c429ff584df44 Mon Sep 17 00:00:00 2001 From: Ian C Date: Fri, 1 Sep 2006 23:48:25 +0000 Subject: GEMMA largely working. Fixed broken expressions with white space. --- z80.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'z80.h') diff --git a/z80.h b/z80.h index 5ac28b7..9683e3f 100644 --- a/z80.h +++ b/z80.h @@ -179,6 +179,11 @@ void Z80Reset(Z80 *cpu); void Z80SetPC(Z80 *cpu, Z80Word PC); +/* Gets the PC +*/ +Z80Word Z80GetPC(Z80 *cpu); + + /* Sets the cycle count to the specified count */ void Z80ResetCycles(Z80 *cpu, Z80Val cycles); -- cgit v1.2.3