Oops, GB(C) bus was missing
This commit is contained in:
parent
848a0eef1e
commit
9620390514
1 changed files with 2 additions and 2 deletions
|
@ -369,7 +369,7 @@ namespace
|
||||||
return r;
|
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 gambatte_bus_iospace_rw(uint64_t offset, uint8_t data, bool write)
|
||||||
{
|
{
|
||||||
uint8_t val = 0;
|
uint8_t val = 0;
|
||||||
|
@ -436,7 +436,7 @@ namespace
|
||||||
vmas.push_back(rom);
|
vmas.push_back(rom);
|
||||||
vmas.push_back(vram);
|
vmas.push_back(vram);
|
||||||
vmas.push_back(ioamhram);
|
vmas.push_back(ioamhram);
|
||||||
#ifdef BSNES_SUPPORTS_ADV_BREAKPOINTS
|
#ifdef GAMBATTE_SUPPORTS_ADV_DEBUG
|
||||||
bus.name = "BUS";
|
bus.name = "BUS";
|
||||||
bus.base = 0x1000000;
|
bus.base = 0x1000000;
|
||||||
bus.size = 0x10000;
|
bus.size = 0x10000;
|
||||||
|
|
Loading…
Add table
Reference in a new issue