Prev: 65007 Up: Map Next: 65042
65029: Set ink or flash values
Used by the routine at 47765.
SET_INK_OR_FLASH 65029 LD D,(IX+0) D=graphics command
65032 LD A,16 A=set ink character
65034 BIT 7,D Is this ink or flash?
65036 JR Z,SET_PAPER_OR_BRIGHT_0 If ink, set ink
65038 LD A,18 A=set flash character
65040 JR SET_PAPER_OR_BRIGHT_0 Set flash state
Prev: 65007 Up: Map Next: 65042