o compiles now for mac but crashes

This commit is contained in:
David Voswinkel
2009-05-12 22:15:09 +02:00
parent 091b82a7ef
commit 7a878eab39
6 changed files with 90 additions and 42 deletions

View File

@@ -75,11 +75,6 @@ public:
) ppu.latch_counters();
}
}
private:
bool iobit;
uint16_t latchx, latchy;
struct port_t {
unsigned device;
unsigned counter0; //read counters
@@ -110,5 +105,11 @@ private:
} justifier;
} port[2];
private:
bool iobit;
uint16_t latchx, latchy;
friend class SNES;
} input;