Xemu [doxygen]  hyppo 0a42be3a057156924bc1b626a687bd6e27349c45 @ Sat 19 Mar 02:15:11 CET 2022
Functions | Variables
bdos.c File Reference
#include "xemu/emutools.h"
#include "bdos.h"
#include "hardware.h"
#include "console.h"
#include "cpmfs.h"
Include dependency graph for bdos.c:

Go to the source code of this file.

Functions

void bdos_install (int addr)
 
int bdos_find_first (const char *dirpath, int fcb_address)
 
int bdos_find_next (void)
 
int bdos_handle (int addr)
 

Variables

int bdos_start
 
int cpm_dma
 

Function Documentation

◆ bdos_find_first()

int bdos_find_first ( const char *  dirpath,
int  fcb_address 
)

Definition at line 58 of file bdos.c.

Here is the call graph for this function:

◆ bdos_find_next()

int bdos_find_next ( void  )

Definition at line 71 of file bdos.c.

Here is the call graph for this function:

◆ bdos_handle()

int bdos_handle ( int  addr)

Definition at line 79 of file bdos.c.

Here is the caller graph for this function:

◆ bdos_install()

void bdos_install ( int  addr)

Definition at line 34 of file bdos.c.

Here is the call graph for this function:

Variable Documentation

◆ bdos_start

int bdos_start

Definition at line 26 of file bdos.c.

◆ cpm_dma

int cpm_dma

Definition at line 27 of file bdos.c.