Controls the execution state of the Copper
u8 in RAM at 0xE1C0 called COPPER_CONTROL
76543210
EAxxxxxR
E: .W Enable Copper
A: .W AutoRestart Mode (1=Copper auto-restarts on every VBLANK, 0=Copper waits for CPU to tell it to restart)
R: .W Restart Copper NOW
u8 in RAM at 0xE1C1 called COPPER_STARTIP_BANK
76543210
xxxBBBBB
B: RW Copper's StartAddress is located in which VRAM BANK?
u8 in RAM at 0xE1C2 called COPPER_STARTIP_ADDRESS_L
111111
5432109876543210
xxxHHHHHLLLLLLLL
H: RW Copper's StartAddress is located at what address within the above VRAM Bank? (high byte)
L: RW Copper's StartAddress is located at what address within the above VRAM Bank? (low byte)
u8 in RAM at 0xE1C3 called COPPER_STARTIP_ADDRESS_H