KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches

VFS driver for accessing a remote PC via DC-Load/Tool. More...

Files

file  fs_dcload.h
 Implementation of dcload "filesystem".
 
file  fs_dclsocket.h
 Implementation of dcload-ip over KOS sockets.
 

Macros

#define DCLOADMAGICVALUE   0xdeadbeef
 The dcload magic value!
 
#define DCLOADMAGICADDR   (unsigned int *)0x8c004004
 The address of the dcload magic value.
 
#define DCLOAD_TYPE_NONE   -1
 No dcload connection.
 
#define DCLOAD_TYPE_SER   0
 dcload-serial connection
 
#define DCLOAD_TYPE_IP   1
 dcload-ip connection
 

Variables

int dcload_type
 What type of dcload connection do we have?
 

Detailed Description

VFS driver for accessing a remote PC via DC-Load/Tool.

Macro Definition Documentation

◆ DCLOAD_TYPE_IP

#define DCLOAD_TYPE_IP   1

dcload-ip connection

◆ DCLOAD_TYPE_NONE

#define DCLOAD_TYPE_NONE   -1

No dcload connection.

◆ DCLOAD_TYPE_SER

#define DCLOAD_TYPE_SER   0

dcload-serial connection

◆ DCLOADMAGICADDR

#define DCLOADMAGICADDR   (unsigned int *)0x8c004004

The address of the dcload magic value.

◆ DCLOADMAGICVALUE

#define DCLOADMAGICVALUE   0xdeadbeef

The dcload magic value!

Variable Documentation

◆ dcload_type

int dcload_type
extern

What type of dcload connection do we have?