Jo Engine  2024.04.28
Jo Sega Saturn Engine
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Macros
conf.h File Reference

Jo Engine Internal configuration. More...

Go to the source code of this file.

Macros

#define JO_TV_RES
 Sega Saturn NTSC Screen resolution (internal use) More...
 
#define JO_TV_WIDTH
 NTSC Screen width. More...
 
#define JO_TV_WIDTH_2
 NTSC Screen width divided by 2 (math optimization purpose) More...
 
#define JO_TV_WIDTH_4
 NTSC Screen width divided by 4 (math optimization purpose) More...
 
#define JO_TV_HEIGHT
 NTSC Screen height. More...
 
#define JO_TV_HEIGHT_2
 NTSC Screen height divided by 2 (math optimization purpose) More...
 
#define JO_TV_HEIGHT_4
 NTSC Screen height divided by 4 (math optimization purpose) More...
 
#define JO_VDP2_SIZE
 VDP2 Background bitmap size. More...
 
#define JO_VDP2_WIDTH
 VDP2 Background bitmap width. More...
 
#define JO_VDP2_HEIGHT
 VDP2 Background bitmap height. More...
 
#define JO_PRINTF_BUF_SIZE
 Max character in available in jo_printf() More...
 
#define JO_MAX_FILENAME_LENGTH
 Max filename length (DOS) <=> GFS_FNAME_LEN + 1. More...
 
#define JO_FS_MAX_FILES
 Max file available in the entire file system (on the CD of course) More...
 

Detailed Description

Jo Engine Internal configuration.

Author
Johannes Fetz
Bug:
No known bugs.

Macro Definition Documentation

◆ JO_FS_MAX_FILES

#define JO_FS_MAX_FILES

Max file available in the entire file system (on the CD of course)

◆ JO_MAX_FILENAME_LENGTH

#define JO_MAX_FILENAME_LENGTH

Max filename length (DOS) <=> GFS_FNAME_LEN + 1.

◆ JO_PRINTF_BUF_SIZE

#define JO_PRINTF_BUF_SIZE

Max character in available in jo_printf()

◆ JO_TV_HEIGHT

#define JO_TV_HEIGHT

NTSC Screen height.

◆ JO_TV_HEIGHT_2

#define JO_TV_HEIGHT_2

NTSC Screen height divided by 2 (math optimization purpose)

◆ JO_TV_HEIGHT_4

#define JO_TV_HEIGHT_4

NTSC Screen height divided by 4 (math optimization purpose)

◆ JO_TV_RES

#define JO_TV_RES

Sega Saturn NTSC Screen resolution (internal use)

◆ JO_TV_WIDTH

#define JO_TV_WIDTH

NTSC Screen width.

◆ JO_TV_WIDTH_2

#define JO_TV_WIDTH_2

NTSC Screen width divided by 2 (math optimization purpose)

◆ JO_TV_WIDTH_4

#define JO_TV_WIDTH_4

NTSC Screen width divided by 4 (math optimization purpose)

◆ JO_VDP2_HEIGHT

#define JO_VDP2_HEIGHT

VDP2 Background bitmap height.

◆ JO_VDP2_SIZE

#define JO_VDP2_SIZE

VDP2 Background bitmap size.

◆ JO_VDP2_WIDTH

#define JO_VDP2_WIDTH

VDP2 Background bitmap width.