gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit b3b9dd6f54f57d05ed1224ff8cbf0e92d49c1b3c parent ba6eb004963dcc4fceedd36584e89113ec7e0164 Author: Toxa <untoxa@mail.ru> Date: Fri, 18 Jul 2025 14:11:57 +0300 Merge branch 'develop' of https://github.com/gbdk-2020/gbdk-2020 into develop Diffstat:
| M | .github/workflows/gbdk_build_and_package.yml | 4 | ++-- |
| M | .github/workflows/gbdk_build_examples.yml | 4 | ++-- |
| M | gbdk-lib/libc/targets/mos6502/nes/global.s | 8 | -------- |
3 files changed, 4 insertions(+), 12 deletions(-)
diff --git a/.github/workflows/gbdk_build_and_package.yml b/.github/workflows/gbdk_build_and_package.yml @@ -23,9 +23,9 @@ jobs: name: MacOS-x64 - os: macos-14 name: MacOS-arm64 - - os: windows-2019 + - os: windows-2022 name: Windows-x64 - - os: windows-2019 + - os: windows-2022 name: Windows-x32 steps: diff --git a/.github/workflows/gbdk_build_examples.yml b/.github/workflows/gbdk_build_examples.yml @@ -23,9 +23,9 @@ jobs: name: MacOS-x64 - os: macos-14 name: MacOS-arm64 - - os: windows-2019 + - os: windows-2022 name: Windows-x64 - - os: windows-2019 + - os: windows-2022 name: Windows-x32 steps: diff --git a/gbdk-lib/libc/targets/mos6502/nes/global.s b/gbdk-lib/libc/targets/mos6502/nes/global.s @@ -212,14 +212,6 @@ adc divisor lbl: .endm -.macro FAST_DIV8 divident divisor - ; returns quotient in A - .rept 8 - DIV_PART divident divisor - .endm - lda divident - eor #0xFF -.endm .macro FAST_MOD8 divident divisor ; returns modulus in A .rept 8
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.