X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=snes_test1;a=blobdiff_plain;f=hwregs.inc;h=92afad89e14aef6ecdbdd946390a783b36505b3c;hp=5fd9f2c98f011cd3d69a0e0d82b880ef3c0cbb16;hb=HEAD;hpb=097c3ec68b5ce13fffc3dbd09eb384716931fde1 diff --git a/hwregs.inc b/hwregs.inc index 5fd9f2c..92afad8 100644 --- a/hwregs.inc +++ b/hwregs.inc @@ -12,14 +12,14 @@ REG_BG4SC = $210a REG_BG12NBA = $210b REG_BG34NBA = $210c - REG_BG1HOFFS = $210d - REG_BG1VOFFS = $210e - REG_BG2HOFFS = $210f - REG_BG2VOFFS = $2110 - REG_BG3HOFFS = $2111 - REG_BG3VOFFS = $2112 - REG_BG4HOFFS = $2113 - REG_BG4VOFFS = $2114 + REG_BG1HOFS = $210d + REG_BG1VOFS = $210e + REG_BG2HOFS = $210f + REG_BG2VOFS = $2110 + REG_BG3HOFS = $2111 + REG_BG3VOFS = $2112 + REG_BG4HOFS = $2113 + REG_BG4VOFS = $2114 REG_VMAINC = $2115 REG_VMADDL = $2116 REG_VMADDH = $2117 @@ -96,17 +96,17 @@ REG_A2AH_BASE = $4309 REG_NTRL_BASE = $430a - .define REG_DMAP(n) (REG_DMAP_BASE | (n << 4)) - .define REG_BBAD(n) (REG_BBAD_BASE | (n << 4)) - .define REG_A1TL(n) (REG_A1TL_BASE | (n << 4)) - .define REG_A1TH(n) (REG_A1TH_BASE | (n << 4)) - .define REG_A1B(n) (REG_A1B_BASE | (n << 4)) - .define REG_DASL(n) (REG_DASL_BASE | (n << 4)) - .define REG_DASH(n) (REG_DASH_BASE | (n << 4)) - .define REG_DASB(n) (REG_DASB_BASE | (n << 4)) - .define REG_A2AL(n) (REG_A2AL_BASE | (n << 4)) - .define REG_A2AH(n) (REG_A2AH_BASE | (n << 4)) - .define REG_NTRL(n) (REG_NTRL_BASE | (n << 4)) + .define REG_DMAP(n) REG_DMAP_BASE | (n << 4) + .define REG_BBAD(n) REG_BBAD_BASE | (n << 4) + .define REG_A1TL(n) REG_A1TL_BASE | (n << 4) + .define REG_A1TH(n) REG_A1TH_BASE | (n << 4) + .define REG_A1B(n) REG_A1B_BASE | (n << 4) + .define REG_DASL(n) REG_DASL_BASE | (n << 4) + .define REG_DASH(n) REG_DASH_BASE | (n << 4) + .define REG_DASB(n) REG_DASB_BASE | (n << 4) + .define REG_A2AL(n) REG_A2AL_BASE | (n << 4) + .define REG_A2AH(n) REG_A2AH_BASE | (n << 4) + .define REG_NTRL(n) REG_NTRL_BASE | (n << 4) .macro setreg reg, val