summaryrefslogtreecommitdiff
path: root/demo/source/initdat.c
blob: 4d0b4205c55ebc6d8e86e7518547a4babb992a37 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#include <ax-demo.h>

#include <ax/gfx.h>

void axd_initdat(axd_dat * const _dat) {
	_dat->col   = 0x4u;
	_dat->pos.x = 0x1u;
	_dat->pos.y = 0x1u;
	_dat->vaddr = 0x600'0000u;
}