From 26af8516d951ede5867b4ab3b31ee44131547ff1 Mon Sep 17 00:00:00 2001 From: "contact@brokestudio.fr" Date: Thu, 2 Nov 2023 20:14:57 +0100 Subject: [PATCH] rainbow: try to fix Linux/macOS compilation errors --- src/boards/rainbow.cpp | 1 - src/boards/rainbow_esp.h | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/boards/rainbow.cpp b/src/boards/rainbow.cpp index 15ce832d..9279af4c 100644 --- a/src/boards/rainbow.cpp +++ b/src/boards/rainbow.cpp @@ -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]; diff --git a/src/boards/rainbow_esp.h b/src/boards/rainbow_esp.h index 3858c687..e6abbd62 100644 --- a/src/boards/rainbow_esp.h +++ b/src/boards/rainbow_esp.h @@ -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