Xemu [doxygen]  hyppo 0a42be3a057156924bc1b626a687bd6e27349c45 @ Sat 19 Mar 02:15:11 CET 2022
Functions | Variables
bdos.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void bdos_install (int addr)
 
int bdos_handle (int addr)
 

Variables

int cpm_dma
 
int bdos_start
 

Function Documentation

◆ 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 25 of file bdos.h.

◆ cpm_dma

int cpm_dma

Definition at line 27 of file bdos.c.