libmsx
C library for MSX
Loading...
Searching...
No Matches
config.h File Reference

Hack for C Compiler portability. More...

#include <stdint.h>
+ Include dependency graph for config.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define CONFIG_H_
 
#define MSX_IO_PORT(x)   static volatile __sfr __at (x)
 
#define MSX_BIOS(x)   static __at (x)
 

Detailed Description

Hack for C Compiler portability.

Definition in file config.h.

Macro Definition Documentation

◆ CONFIG_H_

#define CONFIG_H_

Definition at line 19 of file config.h.

◆ MSX_IO_PORT

#define MSX_IO_PORT (   x)    static volatile __sfr __at (x)

Definition at line 34 of file config.h.

◆ MSX_BIOS

#define MSX_BIOS (   x)    static __at (x)

Definition at line 35 of file config.h.