diff options
author | Ian C <ianc@noddybox.co.uk> | 2004-01-05 01:07:07 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2004-01-05 01:07:07 +0000 |
commit | 63c0f2a2f2819940efde5ff52ab13109809405f9 (patch) | |
tree | 2118a55c925b25fa95f448476e7c4a09ff7a5acb /src/main.c | |
parent | a08ee7dc825192d933d836514252e09bbcf313dc (diff) |
Added trace log to memory menu
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -97,6 +97,7 @@ int main(int argc, char *argv[]) Z80SingleStep(z80); Z80GetState(z80,&s2); + /* TODO: Remove debug */ if (s2.PC==0) { printf("PC zero - prev %4.4x\n",s1.PC); |