Explorar el Código

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

master
Ben Kurtovic hace 9 años
padre
commit
0a61a4c8b0
Se han modificado 2 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/z80.c
  2. +0
    -0
      src/z80_ops.inc.c

+ 1
- 1
src/z80.c Ver fichero

@@ -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 Ver fichero


Cargando…
Cancelar
Guardar