--- In gbadev@y..., "Dave Carter" <david.carter@c...> wrote:
> REG_WIN0H = 0x1400 | 0x00DC;
> REG_WIN0V = 0x1400 | 0x008C;
> REG_WININ = 0x0000;
> REG_WINOUT = 0x0000 | 0x001F;
>
> SetMode(MODE_0 | OBJ_ENABLE | OBJ_MAP_1D | WIN1_ENABLE);
If you haven't already realized it before reading this message (or
didn't copy/paste your code and made a typo), you're setting the
coords for WIN0 and enabling WIN1. Other than that I can't find
anythign that should keep it from working.