aboutsummaryrefslogtreecommitdiff
path: root/tr8as.c
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2023-05-06 12:06:02 +0100
committerJuan J. Martinez <jjm@usebox.net>2023-05-06 12:13:00 +0100
commit2f50827c3d2bb48e79f202cd084de08b5ad65732 (patch)
tree3027a753af4ae891d5de4baa997846f11b28f58c /tr8as.c
parentdd194bf4de0d54cef7e14aeb7576d799acb61840 (diff)
downloadtr8vm-2f50827c3d2bb48e79f202cd084de08b5ad65732.tar.gz
tr8vm-2f50827c3d2bb48e79f202cd084de08b5ad65732.zip
Implement hardware blitter
Diffstat (limited to 'tr8as.c')
-rw-r--r--tr8as.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tr8as.c b/tr8as.c
index 1b354ce..29ef45c 100644
--- a/tr8as.c
+++ b/tr8as.c
@@ -1448,7 +1448,8 @@ static uint8_t parse_ld(As *as, char **c)
return emit(as, 1, r1, 0, imm);
}
-static InstParse insts[] = {
+static InstParse insts[] =
+{
{ ".include", parse_include },
{ ".incpng", parse_incpng },
{ ".incbin", parse_incbin },