X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fgbaregs.h;h=d6126e13fbde379c9ed4a243e17f2a855070290b;hb=77eea907b4ba007632e37588b6cd7eb66c9eab07;hp=3396cc964d28e057de0c8526f3cbd70c1eba687f;hpb=bb895563088da093a90f42fc6a532688adc36cf2;p=gbajam22 diff --git a/src/gbaregs.h b/src/gbaregs.h index 3396cc9..d6126e1 100644 --- a/src/gbaregs.h +++ b/src/gbaregs.h @@ -347,7 +347,9 @@ #define DMACNT_32BIT 0x04000000 #define DMACNT_VBLANK 0x10000000 #define DMACNT_HBLANK 0x20000000 -#define DMACNT_SOUND 0x30000000 +#define DMACNT_SPECIAL 0x30000000 +#define DMACNT_SOUND DMACNT_SPECIAL +#define DMACNT_VIDEO DMACNT_SPECIAL #define DMACNT_IEN 0x40000000 #define DMACNT_EN 0x80000000