diff options
author | Ian C <ianc@noddybox.co.uk> | 2006-09-12 23:15:26 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2006-09-12 23:15:26 +0000 |
commit | 6c1f2fec30886e845db47c14cd284103d9f55189 (patch) | |
tree | 0b488fb9bdbb73169e1658247af54879ba3c1583 /src | |
parent | b25b7d803977e2cde08ce9dc5fdd4b12aef22d89 (diff) |
Removed reset debug trap.
Diffstat (limited to 'src')
-rw-r--r-- | src/main.c | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -161,16 +161,7 @@ int main(int argc, char *argv[]) { const char *brk; - Z80State s1,s2; - - Z80GetState(z80,&s1); Z80SingleStep(z80); - Z80GetState(z80,&s2); - - if (s2.PC==0) - { - Debug("PC zero - prev %4.4x\n",s1.PC); - } if (trace) { |