Add fixed banks of memory to hold the sprite plane

This commit is contained in:
Lucas Scharenbroich 2021-10-21 08:44:08 -05:00
parent 74f96138d5
commit cc6408b064
2 changed files with 4 additions and 0 deletions

2
demos/sprites/SprData.s Normal file
View File

@ -0,0 +1,2 @@
spritedata ENT
ds 65536

2
demos/sprites/SprMask.s Normal file
View File

@ -0,0 +1,2 @@
spritemask ENT
ds 65536