blob: c9bb7af725f987ab2ba71ccd6ee68bf7f993e256 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
#include <agbx-demo.h>
#include <agbx/gfx.h>
void agbxd_initdat(agbxd_dat * const _dat) {
_dat->col = 0x2u;
_dat->pos.x = 0x0u;
_dat->pos.y = 0x0u;
_dat->vaddr = 0x600'0000u;
}
|