SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit 6e2abe23ef23fad55aa7f4cac13a02ef38a6ce6b parent 7aca04f4c42866ca4763bf49a5859bd2b34e4261 Author: Lior Halphon <LIJI32@gmail.com> Date: Sat, 25 Sep 2021 21:55:29 +0300 Merge branch 'master' of https://github.com/LIJI32/SameBoy Diffstat:
| M | Core/debugger.c | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Core/debugger.c b/Core/debugger.c @@ -1550,7 +1550,7 @@ static bool mbc(GB_gameboy_t *gb, char *arguments, char *modifiers, const debugg if (cartridge->has_ram) { GB_log(gb, "Current mapped RAM bank: %x\n", gb->mbc_ram_bank); if (gb->cartridge_type->mbc_type != GB_HUC1) { - GB_log(gb, "RAM is curently %s\n", gb->mbc_ram_enable? "enabled" : "disabled"); + GB_log(gb, "RAM is currently %s\n", gb->mbc_ram_enable? "enabled" : "disabled"); } } if (cartridge->mbc_type == GB_MBC1 && gb->mbc1_wiring == GB_STANDARD_MBC1_WIRING) {
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.