rainbow: try to fix Linux/macOS compilation errors

This commit is contained in:
contact@brokestudio.fr 2023-11-02 20:14:57 +01:00
parent f072ae554a
commit 26af8516d9
2 changed files with 2 additions and 3 deletions

View File

@ -87,7 +87,6 @@ static uint16 prg[11]; // 0: $5000, 1: $6000, 2: $7000, 3: $8000, 4: $9000, etc
static uint8 chr_chip, chr_spr_ext_mode, chr_mode;
static uint16 chr[16];
static uint8 RNBWHackNTbank[5];
static uint8 SPR_bank_offset;
static uint8 SPR_bank[64];

View File

@ -72,12 +72,12 @@ struct WorkingFile
class BrokeStudioFirmware {
public:
BrokeStudioFirmware();
~BrokeStudioFirmware();
virtual ~BrokeStudioFirmware();
void rx(uint8 v);
uint8 tx();
virtual bool getDataReadyIO();
bool getDataReadyIO();
private:
// Defined message types from CPU to ESP