summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/gameboy/gb_slot.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/gameboy/gb_slot.h')
-rw-r--r--src/devices/bus/gameboy/gb_slot.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/devices/bus/gameboy/gb_slot.h b/src/devices/bus/gameboy/gb_slot.h
index c1b786602e6..3ee8d27d4e0 100644
--- a/src/devices/bus/gameboy/gb_slot.h
+++ b/src/devices/bus/gameboy/gb_slot.h
@@ -127,8 +127,6 @@ public:
static int get_cart_type(const uint8_t *ROM, uint32_t len);
static bool get_mmm01_candidate(const uint8_t *ROM, uint32_t len);
static bool is_mbc1col_game(const uint8_t *ROM, uint32_t len);
- // remove me when SGB is properly emulated
- int get_sgb_hack() { return m_sgb_hack; }
void setup_ram(uint8_t banks);
void internal_header_logging(uint8_t *ROM, uint32_t len);
@@ -156,9 +154,6 @@ public:
protected:
gb_cart_slot_device_base(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, uint32_t clock);
- // Donkey Kong Land 2 + 3 store SGB border tiles differently... this will be hopefully be removed when SGB is properly emulated!
- int m_sgb_hack;
-
int m_type;
device_gb_cart_interface* m_cart;
};