File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 104104 - Added ` PAD_* ` constants for combined button and Control Pad masks
105105 - Added ` B_COLOR_* ` red/green/blue bit numbers
106106 - Corrected comments on ` B_BG_PRIO ` and ` B_OAM_PRIO `
107+ - ** Rev 6.0.0** - 2025-06-30 * (Rangi42)*
108+ - Changed ` _AUD3WAVERAM ` to ` AUD3WAVERAM `
Original file line number Diff line number Diff line change 2222; Define the include guard and the current hardware.inc version
2323; (do this after the RGBDS version check since the `def` syntax depends on it)
2424def HARDWARE_INC equ 1
25- def HARDWARE_INC_VERSION equs "5.1 .0"
25+ def HARDWARE_INC_VERSION equs "6.0 .0"
2626
2727; Usage: rev_Check_hardware_inc <min_ver>
2828; Examples:
@@ -422,7 +422,7 @@ def B_AUDENA_ENABLE_CH1 equ 0 ; 1 = channel 1 is running [ro]
422422
423423; -- AUD3WAVE ($FF30-$FF3F) ---------------------------------------------------
424424; Audio channel 3 wave pattern RAM [r/w]
425- def _AUD3WAVERAM equ $ FF30 ; $FF30-$FF3F
425+ def AUD3WAVERAM equ $ FF30 ; $FF30-$FF3F
426426
427427def rAUD3WAVE_0 equ $ FF30
428428def rAUD3WAVE_1 equ $ FF31
Original file line number Diff line number Diff line change @@ -139,6 +139,8 @@ def AUD2HIGHF_PERIOD_HIGH equ AUD2HIGH_PERIOD_HIGH
139139
140140def AUD3ENAB_ENABLE equ B_AUD3ENA_ENABLE
141141
142+ def _AUD3WAVERAM equ AUD3WAVERAM
143+
142144def AUD3LEVELF_VOLUME equ AUD3LEVEL_VOLUME
143145
144146def AUD3HIGHB_RESTART equ B_AUD3HIGH_RESTART
You can’t perform that action at this time.
0 commit comments