#include "debug.h"
#include <stdlib.h>
#include "opencbm.h"
#include "archlib.h"
Go to the source code of this file.
Defines | |
| #define | DBG_USERMODE |
| #define | DBG_PROGNAME "OPENCBM.DLL" |
| #define | DLL |
| mark: We are building the DLL */ | |
Functions | |
| int CBMAPIDECL | cbm_identify (CBM_FILE HandleDevice, __u_char DeviceAddress, enum cbm_device_type_e *CbmDeviceType, const char **CbmDeviceString) |
| Identify the connected floppy drive. | |
**************************************************************
Definition in file detect.c.
|
|
The name of the executable |
|
|
Mark: We are in user-space (for debug.h) |
|
||||||||||||||||||||
|
Identify the connected floppy drive. This function tries to identify a connected floppy drive. For this, it performs some M-R operations.
Definition at line 65 of file detect.c. References cbm_dt_cbm1541, cbm_dt_cbm1570, cbm_dt_cbm1571, cbm_dt_cbm1581, cbm_dt_unknown, cbm_exec_command(), cbmarch_raw_read(), cbmarch_talk(), cbmarch_untalk(), FUNC_ENTER, and FUNC_LEAVE_INT. Referenced by cbm_identify_xp1541(), and vdd_identify(). |
1.4.2