[PR #167] [MERGED] v1.48 #346

Open
opened 2026-05-20 22:35:32 +02:00 by Pecus · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pkali/scorch_src/pull/167
Author: @pkali
Created: 3/11/2024
Status: Merged
Merged: 3/11/2024
Merged by: @pkali

Base: masterHead: develop


📝 Commits (10+)

📊 Changes

37 files changed (+996 additions, -2678 deletions)

View changed files

📝 Atari/display_static.asm (+1 -1)
📝 Atari/gr_basics.asm (+18 -9)
Atari/inputs.asm (+216 -0)
📝 Atari/lib/5200MACRO.ASM (+10 -0)
📝 Atari/lib/ATARISYS.ASM (+66 -64)
📝 Atari/lib/MACRO.ASM (+10 -0)
📝 Atari/lib/cartloader_vectors.inc (+1 -1)
📝 Atari/textproc.asm (+20 -7)
📝 C64/gr_basics.asm (+54 -9)
C64/inputs.asm (+74 -0)
📝 C64/lib/MACRO.ASM (+10 -0)
📝 Manuals/MANUAL_EN.bin (+0 -0)
📝 Manuals/MANUAL_EN.md (+10 -10)
📝 Manuals/MANUAL_PL_A800.bin (+0 -0)
📝 Manuals/MANUAL_PL_A800.md (+10 -10)
Manuals/man_cart_txt_EN.asm (+0 -1912)
📝 Manuals/manual.asm (+4 -4)
📝 Manuals/manual_en.xex (+0 -0)
📝 Manuals/manual_pl.xex (+0 -0)
📝 Manuals/music/rmtplayr.a65 (+1 -1)

...and 17 more files

📄 Description

new cart and stuff


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/pkali/scorch_src/pull/167 **Author:** [@pkali](https://github.com/pkali) **Created:** 3/11/2024 **Status:** ✅ Merged **Merged:** 3/11/2024 **Merged by:** [@pkali](https://github.com/pkali) **Base:** `master` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`803dfdf`](https://github.com/pkali/scorch_src/commit/803dfdf9a38e68603fb77659c8e9f6f6e8834004) Allways use GetKey - [`1791ab9`](https://github.com/pkali/scorch_src/commit/1791ab986939be9fe7129e50ad32326679af465e) Better GetKey but..... - [`1d31b63`](https://github.com/pkali/scorch_src/commit/1d31b63ecf40c0678881d7ac4764320d616ff61f) Keyboard and Joys - GetKey works - [`c8e671f`](https://github.com/pkali/scorch_src/commit/c8e671ffb8ba2264c72247210f81dfc689ffff28) Fire button fixed - [`dc60a1d`](https://github.com/pkali/scorch_src/commit/dc60a1dd52f5ee30dee475621adbbef236432bf8) It works! - [`fa43529`](https://github.com/pkali/scorch_src/commit/fa43529e920c842fe4a2bae583e810e98450fab4) More memory - opty - [`bd6418c`](https://github.com/pkali/scorch_src/commit/bd6418ce889ae6d334c61d2efc29a8f2c5e1449b) Opty - thanks @Irgendwer - [`2c0132f`](https://github.com/pkali/scorch_src/commit/2c0132fd9f842aa3934958f4e8c88faeac4f1082) Another smol opty - [`0320b00`](https://github.com/pkali/scorch_src/commit/0320b000b388bc8f66c267904d19a13bb84ee11d) Option key fix and opty - [`0420ec2`](https://github.com/pkali/scorch_src/commit/0420ec20c631b520c066fd086675945e0e59abcf) Opty and prepare for turbo in C64 ### 📊 Changes **37 files changed** (+996 additions, -2678 deletions) <details> <summary>View changed files</summary> 📝 `Atari/display_static.asm` (+1 -1) 📝 `Atari/gr_basics.asm` (+18 -9) ➕ `Atari/inputs.asm` (+216 -0) 📝 `Atari/lib/5200MACRO.ASM` (+10 -0) 📝 `Atari/lib/ATARISYS.ASM` (+66 -64) 📝 `Atari/lib/MACRO.ASM` (+10 -0) 📝 `Atari/lib/cartloader_vectors.inc` (+1 -1) 📝 `Atari/textproc.asm` (+20 -7) 📝 `C64/gr_basics.asm` (+54 -9) ➕ `C64/inputs.asm` (+74 -0) 📝 `C64/lib/MACRO.ASM` (+10 -0) 📝 `Manuals/MANUAL_EN.bin` (+0 -0) 📝 `Manuals/MANUAL_EN.md` (+10 -10) 📝 `Manuals/MANUAL_PL_A800.bin` (+0 -0) 📝 `Manuals/MANUAL_PL_A800.md` (+10 -10) ➖ `Manuals/man_cart_txt_EN.asm` (+0 -1912) 📝 `Manuals/manual.asm` (+4 -4) 📝 `Manuals/manual_en.xex` (+0 -0) 📝 `Manuals/manual_pl.xex` (+0 -0) 📝 `Manuals/music/rmtplayr.a65` (+1 -1) _...and 17 more files_ </details> ### 📄 Description new cart and stuff --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Pecus added the pull-request label 2026-05-20 22:35:32 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/scorch_src#346