[PR #1799] [MERGED] Updated chtdb.txt and added new types F5, 52 & 53. Cleaned up type 51 #707

Closed
opened 2026-01-29 19:09:13 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/stenzek/duckstation/pull/1799
Author: @PugsyMAME
Created: 3/13/2021
Status: Merged
Merged: 3/13/2021
Merged by: @stenzek

Base: masterHead: master


📝 Commits (2)

  • bcd3bac Chtdb.txt update
  • 0fd593e Updated chtdb.txt and added new types F5, 52 & 53. Cleaned up type 51

📊 Changes

3 files changed (+6142 additions, -4677 deletions)

View changed files

📝 data/database/chtdb.txt (+5436 -4585)
📝 src/core/cheats.cpp (+701 -91)
📝 src/core/cheats.h (+5 -1)

📄 Description

Chtdb.txt

Updated the header to document all the new cheat types, added some more cheats
and cleaned up others.

New Cheat Types:-

F5 - 16-Bit toggle cheat, predominatly used with the D7 cheat to enable/disable
ASM cheats with the same key presses. See chtdb.txt for more information.

52 - Register Block Conditionals for use with the type 51 cheats. There are 128
sub types. See chtdb.txt for more information.

53 - Improved Slide Code cheat type, with support for 65536 addresses and a 16
bit step and easily configurable step direction for value and address.
See chtdb.txt for more information.

Other Changes:-

51 - Cleaned up - renumbered/renamed, Tested & Bugfixed. See chtdb.txt for more
information.


🔄 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/stenzek/duckstation/pull/1799 **Author:** [@PugsyMAME](https://github.com/PugsyMAME) **Created:** 3/13/2021 **Status:** ✅ Merged **Merged:** 3/13/2021 **Merged by:** [@stenzek](https://github.com/stenzek) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`bcd3bac`](https://github.com/stenzek/duckstation/commit/bcd3bace83f1cdb84abd6b6a95851345a01dcb11) Chtdb.txt update - [`0fd593e`](https://github.com/stenzek/duckstation/commit/0fd593eb426b4982413de02b39e26c7d43d7807e) Updated chtdb.txt and added new types F5, 52 & 53. Cleaned up type 51 ### 📊 Changes **3 files changed** (+6142 additions, -4677 deletions) <details> <summary>View changed files</summary> 📝 `data/database/chtdb.txt` (+5436 -4585) 📝 `src/core/cheats.cpp` (+701 -91) 📝 `src/core/cheats.h` (+5 -1) </details> ### 📄 Description Chtdb.txt ========= Updated the header to document all the new cheat types, added some more cheats and cleaned up others. New Cheat Types:- ================= F5 - 16-Bit toggle cheat, predominatly used with the D7 cheat to enable/disable ASM cheats with the same key presses. See chtdb.txt for more information. 52 - Register Block Conditionals for use with the type 51 cheats. There are 128 sub types. See chtdb.txt for more information. 53 - Improved Slide Code cheat type, with support for 65536 addresses and a 16 bit step and easily configurable step direction for value and address. See chtdb.txt for more information. Other Changes:- =============== 51 - Cleaned up - renumbered/renamed, Tested & Bugfixed. See chtdb.txt for more information. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 19:09:13 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/duckstation#707