diff options
| author | Ian C <ianc@noddybox.co.uk> | 2004-01-20 01:10:45 +0000 |
|---|---|---|
| committer | Ian C <ianc@noddybox.co.uk> | 2004-01-20 01:10:45 +0000 |
| commit | 0a6f1fcdf13e5d4518b8605dd7a55f49db6b1a70 (patch) | |
| tree | 08912b4f18c914d7a5e9d97c8f463676e07f19fa /src/main.c | |
| parent | 7392aae19593563dd6557af76df0d6b965d6e4c5 (diff) | |
Added monitor; Various fixes
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -115,10 +115,9 @@ 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); + Debug("PC zero - prev %4.4x\n",s1.PC); } if (trace) @@ -216,7 +215,6 @@ int main(int argc, char *argv[]) case SDLK_F11: if (e->key.state==SDL_PRESSED) quit=MemoryMenu(z80); - Debug("quit=%d\n"); break; case SDLK_F12: |
