Prev: $2D1F Up: Map Next: $2D47
$2D3E: Set standard bitmap mode
Used by the routine at $2CD9.
$2D3E LDA $D011 Set bit 5 of the screen control register at $D011, enabling bitmap mode.
$2D41 ORA #$20
$2D43 STA $D011
$2D46 RTS
Prev: $2D1F Up: Map Next: $2D47