OpenCBM
|
Function for handling the CBM_FILE to BX conversions. More...
Go to the source code of this file.
Macros | |
#define | DBG_USERMODE |
#define | DBG_PROGNAME "OPENCBMVDD.DLL" |
#define | MAX_CBMFILE_VALUES 10 |
@@@ More... | |
Functions | |
CBM_FILE | vdd_cbmfile_get (WORD a) |
@@@ More... | |
WORD | vdd_cbmfile_store (CBM_FILE cbmfile) |
@@@ More... | |
CBM_FILE | vdd_cbmfile_delete (WORD a) |
@@@ More... | |
VOID | vdd_cbmfile_closeall (VOID) |
@@@ More... | |
#define DBG_PROGNAME "OPENCBMVDD.DLL" |
#define DBG_USERMODE |
#define MAX_CBMFILE_VALUES 10 |
@@@
Definition at line 34 of file cbmfile.c.
Referenced by vdd_cbmfile_closeall(), vdd_cbmfile_delete(), vdd_cbmfile_get(), and vdd_cbmfile_store().
VOID vdd_cbmfile_closeall | ( | VOID | ) |
@@@
Definition at line 143 of file cbmfile.c.
References cbm_driver_close(), and MAX_CBMFILE_VALUES.
Referenced by VDDInitialize().
CBM_FILE vdd_cbmfile_delete | ( | WORD | a | ) |
@@@
a |
Definition at line 119 of file cbmfile.c.
References CBM_FILE, and MAX_CBMFILE_VALUES.
CBM_FILE vdd_cbmfile_get | ( | WORD | a | ) |
@@@
a |
Definition at line 62 of file cbmfile.c.
References CBM_FILE, and MAX_CBMFILE_VALUES.
Referenced by VDDDispatch().
WORD vdd_cbmfile_store | ( | CBM_FILE | cbmfile | ) |
@@@
cbmfile |
Definition at line 87 of file cbmfile.c.
References MAX_CBMFILE_VALUES.
Referenced by vdd_driver_open().