このサイトはJavaScriptを使用しています
ホーム
ヘルプ
サインイン
ben
/
crater
ミラー元
https://github.com/earwig/crater
ウォッチ
1
スター
1
フォーク
0
コード
リリース
0
アクティビティ
ソースを参照
Fix some broken timing.
master
Ben Kurtovic
8年前
親
10a37ff3bd
コミット
42b09e5b93
1個のファイルの変更
、
2行の追加
、
2行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+2
-2
src/z80_ops.inc.c
+ 2
- 2
src/z80_ops.inc.c
ファイルの表示
@@ -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
;
}
/*
書き込み
プレビュー
読み込み中…
キャンセル
保存