diff options
| author | SatoMew <SatoMew@users.noreply.github.com> | 2025-01-30 22:13:40 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-30 17:13:40 -0500 |
| commit | 79518a602e6241ff6bd6e905fabaf644680f7469 (patch) | |
| tree | 60e3722888ffeaa3f0cc99c9551a59582332a56c /constants | |
| parent | Consistently capitalize `ASSERT` directives (#489) (diff) | |
| download | pokeyellow-79518a602e6241ff6bd6e905fabaf644680f7469.tar.gz pokeyellow-79518a602e6241ff6bd6e905fabaf644680f7469.tar.xz pokeyellow-79518a602e6241ff6bd6e905fabaf644680f7469.zip | |
Consistently refer to CGB, not GBC (#491)
Diffstat (limited to 'constants')
| -rw-r--r-- | constants/hardware_constants.asm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/constants/hardware_constants.asm b/constants/hardware_constants.asm index 005a6934..6c5d43c1 100644 --- a/constants/hardware_constants.asm +++ b/constants/hardware_constants.asm @@ -1,6 +1,8 @@ -; From http://nocash.emubase.de/pandocs.htm. +; Reference documents: +; https://gbdev.io/pandocs/ +; https://github.com/gbdev/hardware.inc -DEF GBC EQU $11 +DEF CGB EQU $11 ; MBC1 DEF MBC1SRamEnable EQU $0000 |
