git.y1.nz

SameBoy

Accurate GB/GBC emulator
download: https://git.y1.nz/archives/sameboy.tar.gz
README | Files | Log | Refs | LICENSE

commit 68b8d4bb1e93170bba4b6ad92c0afb228fa8aa72
parent 4248ba85124eb778566af6ad5f883ae3220b1aad
Author: Lior Halphon <LIJI32@gmail.com>
Date:   Sat,  1 Aug 2020 19:22:34 +0300

Merge pull request #279 from renatoliveira/cartridge-patch

Cartridge patch
Diffstat:
MCore/debugger.c2+-
MQuickLook/generator.m7+++----
2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/Core/debugger.c b/Core/debugger.c @@ -1533,7 +1533,7 @@ static bool mbc(GB_gameboy_t *gb, char *arguments, char *modifiers, const debugg const GB_cartridge_t *cartridge = gb->cartridge_type; if (cartridge->has_ram) { - GB_log(gb, "Cartrdige includes%s RAM: $%x bytes\n", cartridge->has_battery? " battery-backed": "", gb->mbc_ram_size); + GB_log(gb, "Cartridge includes%s RAM: $%x bytes\n", cartridge->has_battery? " battery-backed": "", gb->mbc_ram_size); } else { GB_log(gb, "No cartridge RAM\n"); diff --git a/QuickLook/generator.m b/QuickLook/generator.m @@ -61,9 +61,9 @@ static OSStatus render(CGContextRef cgContext, CFURLRef url, bool showBorder) } if (showBorder) { - /* Use the CGB flag to determine the cartrdige "look": + /* Use the CGB flag to determine the cartridge "look": - DMG cartridges are grey - - CGB cartrdiges are transparent + - CGB cartridges are transparent - CGB cartridges that support DMG systems are black */ NSImage *effectiveTemplate = nil; @@ -115,4 +115,4 @@ OSStatus GenerateThumbnailForURL(void *thisInterface, QLThumbnailRequestRef thum CGContextRelease(cgContext); return -1; } -} - +}

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.