Skip to content

Commit

Permalink
vdp_vdu.h: add missing map_char_to_bitmap
Browse files Browse the repository at this point in the history
  • Loading branch information
sijnstra authored Aug 10, 2024
1 parent 5645632 commit d0309e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/agon/include/agon/vdp_vdu.h
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@ void vdp_redefine_character_special( int char_num, uint8_t b0, uint8_t b1, uint8
void vdp_define_character( int char_num, uint8_t *data ); // uses VDP2.3.0 redefine special char 23,0,0x90
// VDU 23, 0, &91: Reset all system font characters to original definition
void vdp_reset_system_font( void );
// VDU 23, 0, &92, char, bitmapId;: Map character char to display bitmapId
void vdp_map_char_to_bitmap( int char_num, int bitmap_num );
// VDU 23, 0, &93, x; y;: Get ASCII code of character at graphics position x, y
void vdp_request_ascii_code_at_graphics_position( int x, int y, bool wait );
//
Expand Down

0 comments on commit d0309e0

Please sign in to comment.