const COPCON_ENABLE


COPCON_ENABLE = 128

const COPCON_DISABLE


COPCON_DISABLE = 0

const COPCON_AUTORESTART


COPCON_AUTORESTART = 64

const COPCON_RESTARTNOW


COPCON_RESTARTNOW = 1

COPPER CONTROL REGISTER

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

COPPER START IP BANK

u8 in RAM at 0xE1C1 called COPPER_STARTIP_BANK

76543210
xxxBBBBB

B: RW Copper's StartAddress is located in which VRAM BANK?

COPPER START IP ADDRESS

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