Este site funciona melhor com JavaScript.
Página inicial
Ajuda
Acessar
ben
/
crater
espelhamento de
https://github.com/earwig/crater
Observar
1
Favorito
1
Fork
0
Código
Versões
0
Atividade
Ver código fonte
Fix some broken timing.
master
Ben Kurtovic
8 anos atrás
pai
10a37ff3bd
commit
42b09e5b93
1 arquivos alterados
com
2 adições
e
2 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+2
-2
src/z80_ops.inc.c
+ 2
- 2
src/z80_ops.inc.c
Ver arquivo
@@ -1349,7 +1349,7 @@ static uint8_t z80_inst_inc_xy(Z80 *z80, uint8_t opcode)
(void) opcode;
(*z80->regs.ixy)++;
z80->regs.pc++;
return
6
;
return
10
;
}
/*
@@ -1372,7 +1372,7 @@ static uint8_t z80_inst_dec_xy(Z80 *z80, uint8_t opcode)
(void) opcode;
(*z80->regs.ixy)--;
z80->regs.pc++;
return
6
;
return
10
;
}
/*
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar