mirror of
https://github.com/holub/mame
synced 2025-06-30 07:58:56 +03:00
Don't need this logging
This commit is contained in:
parent
e539999dfa
commit
51e9ad2ee0
@ -734,14 +734,11 @@ jmp_ce_ind
|
||||
jsr_ce_adr
|
||||
TMP = read_pc();
|
||||
write(SP, PC>>8);
|
||||
printf("a %04x\n",SP);
|
||||
dec_SP_ce();
|
||||
write(SP, PC);
|
||||
printf("b %04x\n",SP);
|
||||
dec_SP_ce();
|
||||
TMP = set_h(TMP, read_pc());
|
||||
PC = TMP;
|
||||
printf("%04x\n",TMP);
|
||||
prefetch();
|
||||
|
||||
jsr_iax
|
||||
|
Loading…
Reference in New Issue
Block a user