fixed 8bit writes to vmem, unaligned data buffers, and started on
authorJohn Tsiombikas <nuclear@member.fsf.org>
Tue, 16 Mar 2021 01:48:35 +0000 (03:48 +0200)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Tue, 16 Mar 2021 01:48:35 +0000 (03:48 +0200)
commit3eebc6b38f3ad1fd082ae9d4d3263c42c384951c
treec38ab64f9c4e3ed0ac2f2d3d6527599decfa3602
parentc702b53199b0daae33e67b0d398b460995cd374e
fixed 8bit writes to vmem, unaligned data buffers, and started on
sprites
Makefile
src/data.s
src/dma.c [new file with mode: 0644]
src/dma.h [new file with mode: 0644]
src/gbaregs.h
src/gfx.h
src/main.c
src/polyfill.c
src/sprites.c [new file with mode: 0644]
src/sprites.h [new file with mode: 0644]
tools/pngdump/main.c