summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2004-01-05 01:07:07 +0000
committerIan C <ianc@noddybox.co.uk>2004-01-05 01:07:07 +0000
commit63c0f2a2f2819940efde5ff52ab13109809405f9 (patch)
tree2118a55c925b25fa95f448476e7c4a09ff7a5acb /src/main.c
parenta08ee7dc825192d933d836514252e09bbcf313dc (diff)
Added trace log to memory menu
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index ce331f5..79f0994 100644
--- a/src/main.c
+++ b/src/main.c
@@ -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);