瀏覽代碼

Rename z80_instructions.inc.c to z80_ops.inc.c

master
Ben Kurtovic 9 年之前
父節點
當前提交
0a61a4c8b0
共有 2 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      src/z80.c
  2. +0
    -0
      src/z80_ops.inc.c

+ 1
- 1
src/z80.c 查看文件

@@ -148,7 +148,7 @@ static inline void increment_refresh_counter(Z80 *z80)
z80->regfile.r = (z80->regfile.r & 0x80) | ((z80->regfile.r + 1) & 0x7F);
}

#include "z80_instructions.inc.c"
#include "z80_ops.inc.c"

/*
Emulate the given number of cycles of the Z80, or until an exception.


src/z80_instructions.inc.c → src/z80_ops.inc.c 查看文件


Loading…
取消
儲存