void setAccelMemorySpace(void *addr, int phys_addr, int size);
- int blit(gSurface *dst, const gSurface *src, const ePoint &p, const eRect &area, int flags);
+ int blit(gSurface *dst, const gSurface *src, const eRect &p, const eRect &area, int flags);
int fill(gSurface *dst, const eRect &area, unsigned long col);
int accelAlloc(void *&addr, int &phys_addr, int size);
int m_accel_phys_addr;
int m_accel_size; // in blocks
int *m_accel_allocation;
+ int m_bcm_accel_state;
static gAccel *instance;
};