1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-06-01 05:41:31 +00:00
8bitworkshop/presets/astrocade/acfast.h

9 lines
240 B
C
Raw Normal View History

2019-06-08 16:01:22 +00:00
#include "aclib.h"
extern void fast_sprite_8(const byte* pattern, byte* dst);
extern void fast_sprite_16(const byte* pattern, byte* dst);
2019-07-06 18:41:15 +00:00
// clips off bottom
extern void fast_sprite_16_yclip(const byte* pattern, byte* dst, byte height);
2019-06-08 16:01:22 +00:00