gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit 6b4ae396ca19c76566e430552ceffd23be17f6c3 parent adc683f778fed0c477bd6cf53cf3ca3f54b57b7d Author: Toxa <untoxa@mail.ru> Date: Sat, 4 Sep 2021 16:11:49 +0300 SMS/GG: more accurate clock frequency value Diffstat:
| M | gbdk-lib/libc/targets/z80/gg/global.s | 2 | +- |
| M | gbdk-lib/libc/targets/z80/sms/global.s | 2 | +- |
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gbdk-lib/libc/targets/z80/gg/global.s b/gbdk-lib/libc/targets/z80/gg/global.s @@ -162,7 +162,7 @@ .SYSTEM_PAL = 0x00 .SYSTEM_NTSC = 0x01 - .CPU_CLOCK = 3574000 + .CPU_CLOCK = 3579545 ;; GBDK library screen modes diff --git a/gbdk-lib/libc/targets/z80/sms/global.s b/gbdk-lib/libc/targets/z80/sms/global.s @@ -162,7 +162,7 @@ .SYSTEM_PAL = 0x00 .SYSTEM_NTSC = 0x01 - .CPU_CLOCK = 3574000 + .CPU_CLOCK = 3579545 ;; GBDK library screen modes
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.