tomaz / zx-next-dev-guide

Guide for ZX Spectrum Next assembler developer. Available as free to download PDF from releases page, or printed coil bound book at https://bit.ly/zx-next-assembler-dev-guide

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sprites example - loadSprites routine overwrites BC before use

taylorza opened this issue · comments

In the sprites example, the loadSprites routine overwrites BC with the sprite port $303b before writing the length from BC into the DMA program. This issue is present in the book and the sample code.

commented

Merged PR, closing