Xemu [doxygen]  hyppo 0a42be3a057156924bc1b626a687bd6e27349c45 @ Sat 19 Mar 02:15:11 CET 2022
Macros | Typedefs | Functions
cbmhostfs.c File Reference
#include <stdio.h>
Include dependency graph for cbmhostfs.c:

Go to the source code of this file.

Macros

#define POKE(a, d)   *(BYTE*)(a) = (d)
 
#define PEEK(a)   (*(BYTE*)(a))
 
#define HOSTFSR0   0xD0FEU
 
#define HOSTFSR1   0xD0FFU
 
#define HOSTFS_READ   0
 
#define HOSTFS_OVERWRITE   1
 
#define HOSTFS_WRITE   2
 

Typedefs

typedef unsigned char BYTE
 

Functions

int main (void)
 

Macro Definition Documentation

◆ HOSTFS_OVERWRITE

#define HOSTFS_OVERWRITE   1

Definition at line 33 of file cbmhostfs.c.

◆ HOSTFS_READ

#define HOSTFS_READ   0

Definition at line 32 of file cbmhostfs.c.

◆ HOSTFS_WRITE

#define HOSTFS_WRITE   2

Definition at line 34 of file cbmhostfs.c.

◆ HOSTFSR0

#define HOSTFSR0   0xD0FEU

Definition at line 28 of file cbmhostfs.c.

◆ HOSTFSR1

#define HOSTFSR1   0xD0FFU

Definition at line 29 of file cbmhostfs.c.

◆ PEEK

#define PEEK (   a)    (*(BYTE*)(a))

Definition at line 26 of file cbmhostfs.c.

◆ POKE

#define POKE (   a,
 
)    *(BYTE*)(a) = (d)

Definition at line 25 of file cbmhostfs.c.

Typedef Documentation

◆ BYTE

typedef unsigned char BYTE

Definition at line 23 of file cbmhostfs.c.

Function Documentation

◆ main()

int main ( void  )

Definition at line 114 of file cbmhostfs.c.