Skip to content

Commit 9646517

Browse files
committed
Updated X16 kernal routine addresses
1 parent 188f416 commit 9646517

File tree

1 file changed

+33
-14
lines changed

1 file changed

+33
-14
lines changed

engine/x16.inc

Lines changed: 33 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -126,24 +126,43 @@ RAM_WIN_SIZE = $2000
126126
ROM_WIN = $C000
127127

128128
; Kernal Subroutines
129+
CONSOLE_set_paging_message := $FED5
130+
CONSOLE_put_image := $FED8
131+
CONSOLE_init := $FEDB
132+
CONSOLE_put_char := $FEDE
133+
CONSOLE_get_char := $FEE1
129134
MEMORY_FILL := $FEE4
130135
MEMORY_COPY := $FEE7
131136
MEMORY_CRC := $FEEA
132137
MEMORY_DECOMPRESS := $FEED
133-
GRAPH_LL_init := $FEF6
134-
GRAPH_LL_get_info := $FEF9
135-
GRAPH_LL_set_palette := $FEFC
136-
GRAPH_LL_cursor_position := $FEFF
137-
GRAPH_LL_cursor_next_line := $FF02
138-
GRAPH_LL_get_pixel := $FF05
139-
GRAPH_LL_get_pixels := $FF08
140-
GRAPH_LL_set_pixel := $FF0B
141-
GRAPH_LL_set_pixels := $FF0E
142-
GRAPH_LL_set_8_pixels := $FF11
143-
GRAPH_LL_set_8_pixels_opaque := $FF14
144-
GRAPH_LL_fill_pixels := $FF17
145-
GRAPH_LL_filter_pixels := $FF1A
146-
GRAPH_LL_move_pixels := $FF1D
138+
SPRITE_set_image := $FEF0
139+
SPRITE_set_position := $FEF3
140+
FB_init := $FEF6
141+
FB_get_info := $FEF9
142+
FB_set_palette := $FEFC
143+
FB_cursor_position := $FEFF
144+
FB_cursor_next_line := $FF02
145+
FB_get_pixel := $FF05
146+
FB_get_pixels := $FF08
147+
FB_set_pixel := $FF0B
148+
FB_set_pixels := $FF0E
149+
FB_set_8_pixels := $FF11
150+
FB_set_8_pixels_opaque := $FF14
151+
FB_fill_pixels := $FF17
152+
FB_filter_pixels := $FF1A
153+
FB_move_pixels := $FF1D
154+
GRAPH_init := $FF20
155+
GRAPH_clear := $FF23
156+
GRAPH_set_window := $FF26
157+
GRAPH_set_colors := $FF29
158+
GRAPH_draw_line := $FF2C
159+
GRAPH_draw_rect := $FF2F
160+
GRAPH_move_rect := $FF32
161+
GRAPH_draw_oval := $FF35
162+
GRAPH_draw_image := $FF38
163+
GRAPH_set_font := $FF3B
164+
GRAPH_get_char_size := $FF3E
165+
GRAPH_put_char := $FF41
147166
MONITOR := $FF44
148167
ENTER_BASIC := $FF47
149168
CLOCK_SET_DATE_TIME := $FF4D

0 commit comments

Comments
 (0)