File tree 1 file changed +22
-1
lines changed
1 file changed +22
-1
lines changed Original file line number Diff line number Diff line change 21
21
;* Rev 2.4 - 27-Apr-13 : Added some cart defines (AntonioND)
22
22
;* Rev 2.5 - 03-May-15 : Fixed format (AntonioND)
23
23
;* Rev 2.6 - 09-Apr-16 : Added GBC OAM and cart defines (AntonioND)
24
+ ;* Rev 2.7 - 19-Jan-19 : Added rPCMXX (ISSOtm)
24
25
25
26
; If all of these are already defined, don't do it again.
26
27
@@ -30,7 +31,7 @@ HARDWARE_INC SET 1
30
31
rev_Check_hardware_inc : MACRO
31
32
;NOTE: REVISION NUMBER CHANGES MUST BE ADDED
32
33
;TO SECOND PARAMETER IN FOLLOWING LINE.
33
- IF \1 > 2 .6 ;PUT REVISION NUMBER HERE
34
+ IF \1 > 2 .7 ;PUT REVISION NUMBER HERE
34
35
WARN "Version \1 or later of 'hardware.inc' is required."
35
36
ENDC
36
37
ENDM
@@ -651,6 +652,26 @@ rAUD4POLY EQU rNR43
651
652
rNR44 EQU $FF23
652
653
rAUD4GO EQU rNR44 ; silly name!
653
654
655
+
656
+ ; --
657
+ ; -- PCM12 ($FF76)
658
+ ; -- Sound channel 1&2 PCM amplitude (R)
659
+ ; --
660
+ ; -- Bit 7-4 - Copy of sound channel 2's PCM amplitude
661
+ ; -- Bit 3-0 - Copy of sound channel 1's PCM amplitude
662
+ ; --
663
+ rPCM12 EQU $FF76
664
+
665
+
666
+ ; --
667
+ ; -- PCM34 ($FF77)
668
+ ; -- Sound channel 3&4 PCM amplitude (R)
669
+ ; --
670
+ ; -- Bit 7-4 - Copy of sound channel 4's PCM amplitude
671
+ ; -- Bit 3-0 - Copy of sound channel 3's PCM amplitude
672
+ ; --
673
+ rPCM34 EQU $FF77
674
+
654
675
;***************************************************************************
655
676
;*
656
677
;* Cart related
You can’t perform that action at this time.
0 commit comments