From 9620390514d53ff4d70d80bec0b49da5cf90325b Mon Sep 17 00:00:00 2001 From: Ilari Liusvaara Date: Thu, 2 Jan 2014 03:07:07 +0200 Subject: [PATCH] Oops, GB(C) bus was missing --- src/emulation/gambatte/core.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/emulation/gambatte/core.cpp b/src/emulation/gambatte/core.cpp index 8b2bdd6c..5d6b945a 100644 --- a/src/emulation/gambatte/core.cpp +++ b/src/emulation/gambatte/core.cpp @@ -369,7 +369,7 @@ namespace return r; } -#ifdef BSNES_SUPPORTS_ADV_BREAKPOINTS +#ifdef GAMBATTE_SUPPORTS_ADV_DEBUG uint8_t gambatte_bus_iospace_rw(uint64_t offset, uint8_t data, bool write) { uint8_t val = 0; @@ -436,7 +436,7 @@ namespace vmas.push_back(rom); vmas.push_back(vram); vmas.push_back(ioamhram); -#ifdef BSNES_SUPPORTS_ADV_BREAKPOINTS +#ifdef GAMBATTE_SUPPORTS_ADV_DEBUG bus.name = "BUS"; bus.base = 0x1000000; bus.size = 0x10000;