#include "debug.h"
#include <stdlib.h>
#include "opencbm.h"
#include "archlib.h"
#include "arch.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_xp1541 (CBM_FILE HandleDevice, __u_char DeviceAddress, enum cbm_device_type_e *CbmDeviceType, enum cbm_cable_type_e *CableType) |
| Identify the cable connected to a specific floppy drive. | |
**************************************************************
Definition in file detectxp1541.c.
|
|
The name of the executable Definition at line 26 of file detectxp1541.c. |
|
|
Mark: We are in user-space (for debug.h) Definition at line 23 of file detectxp1541.c. |
|
||||||||||||||||||||
|
Identify the cable connected to a specific floppy drive. This function tries to identify if the given floppy drive has an XP1541 cable connected.
Definition at line 188 of file detectxp1541.c. References cbm_ct_none, cbm_ct_unknown, cbm_ct_xp1541, cbm_dt_cbm1541, cbm_dt_cbm1570, cbm_dt_cbm1571, cbm_dt_unknown, cbm_identify(), cbm_pp_read(), DBG_ASSERT, DBG_PREFIX, DBG_PRINT, FUNC_ENTER, and FUNC_LEAVE_INT. Referenced by vdd_identify_xp1541(). |
1.4.2