hopefully fix MSVC build

This commit is contained in:
tildearrow 2022-04-06 04:24:20 -05:00
parent 4a131952e4
commit 9d653b58b3
2 changed files with 2 additions and 2 deletions

View File

@ -23,6 +23,8 @@
#include <cstddef>
#include <math.h>
struct _nla_table nla_table;
#define CHIP_DIVIDER 16
#define rWrite(a,v) if (!skipRegisterWrites) {apu_wr_reg(nes,a,v); regPool[(a)&0x7f]=v; if (dumpWrites) {addWrite(a,v);} }

View File

@ -21,8 +21,6 @@
#include <string.h>
#include "apu.h"
struct _nla_table nla_table;
void apu_tick(struct NESAPU* a, BYTE *hwtick) {
/* sottraggo il numero di cicli eseguiti */
a->apu.cycles--;