summaryrefslogtreecommitdiff
path: root/apps/plugins/pacbox/pacbox_cf.S
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/pacbox/pacbox_cf.S')
-rw-r--r--apps/plugins/pacbox/pacbox_cf.S4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/plugins/pacbox/pacbox_cf.S b/apps/plugins/pacbox/pacbox_cf.S
index 8a5ff821f4..7a6111d16b 100644
--- a/apps/plugins/pacbox/pacbox_cf.S
+++ b/apps/plugins/pacbox/pacbox_cf.S
@@ -25,6 +25,8 @@
25 .align 2 25 .align 2
26 26
27 27
28#ifdef IRIVER_H300_SERIES
29
28 .global blit_display 30 .global blit_display
29 31
30/* 32/*
@@ -136,6 +138,8 @@ bd_y_loop:
136 lea.l BD_SAVE(%sp), %sp 138 lea.l BD_SAVE(%sp), %sp
137 rts 139 rts
138 140
141#endif /* IRIVER_H300_SERIES */
142
139 143
140/* See arcade.c for the C implementation of drawChar */ 144/* See arcade.c for the C implementation of drawChar */
141/* Note! This version does not handle flipped screen mode. */ 145/* Note! This version does not handle flipped screen mode. */