KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
display.c File Reference

Go to the source code of this file.

Macros

#define XPOS_INIT   1
 
#define YPOS_INIT   1
 
#define SCREENWIDTH   640
 

Functions

void printpos_d (int xpos, int ypos, char *str)
 
void print_d (char *str)
 

Variables

int disp_xpos = XPOS_INIT
 
int disp_ypos = YPOS_INIT
 

Macro Definition Documentation

◆ SCREENWIDTH

#define SCREENWIDTH   640

Referenced by print_d(), and printpos_d().

◆ XPOS_INIT

#define XPOS_INIT   1

Referenced by print_d(), and printpos_d().

◆ YPOS_INIT

#define YPOS_INIT   1

Function Documentation

◆ print_d()

void print_d ( char * str)

References bfont_draw(), disp_xpos, disp_ypos, SCREENWIDTH, vram_s, and XPOS_INIT.

Referenced by main().

◆ printpos_d()

void printpos_d ( int xpos,
int ypos,
char * str )

Variable Documentation

◆ disp_xpos

int disp_xpos = XPOS_INIT

Referenced by print_d().

◆ disp_ypos

int disp_ypos = YPOS_INIT

Referenced by print_d().