diff options
author | Ian C <ianc@noddybox.co.uk> | 2006-09-01 23:48:25 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2006-09-01 23:48:25 +0000 |
commit | 37141ac197eaefeae9dada0bcc1c429ff584df44 (patch) | |
tree | 6bd93dbf3735d22e9dadb9d41ae1c68b980d0c0e /z80.h | |
parent | 025fbd0c161c8f528e20f034d84ad986a4ebef36 (diff) |
GEMMA largely working. Fixed broken expressions with white space.
Diffstat (limited to 'z80.h')
-rw-r--r-- | z80.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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); |