#include <windows.h>
#include <windowsx.h>
#include <mmsystem.h>
#include "debug.h"
#include <winioctl.h>
#include "cbmioctl.h"
#include <stdlib.h>
#include "i_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 | |
| __u_char | cbmarch_parallel_burst_read (CBM_FILE HandleDevice) |
| PARBURST: Read from the parallel port. | |
| void | cbmarch_parallel_burst_write (CBM_FILE HandleDevice, __u_char Value) |
| PARBURST: Write to the parallel port. | |
| int | cbmarch_parallel_burst_read_track (CBM_FILE HandleDevice, __u_char *Buffer, unsigned int Length) |
| PARBURST: Read a complete track. | |
| int | cbmarch_parallel_burst_write_track (CBM_FILE HandleDevice, __u_char *Buffer, unsigned int Length) |
| PARBURST: Write a complete track. | |
**************************************************************
Definition in file archmnib_vice.c.
|
|
The name of the executable Definition at line 30 of file archmnib_vice.c. |
|
|
Mark: We are in user-space (for debug.h) Definition at line 27 of file archmnib_vice.c. |
|
|
PARBURST: Read from the parallel port. This function is a helper function for parallel burst: It reads from the parallel port.
Definition at line 61 of file archmnib_vice.c. References FUNC_ENTER, and FUNC_LEAVE_UCHAR. |
|
||||||||||||||||
|
PARBURST: Read a complete track. This function is a helper function for parallel burst: It reads a complete track from the disk
Definition at line 113 of file archmnib_vice.c. References FUNC_ENTER, and FUNC_LEAVE_INT. |
|
||||||||||||
|
PARBURST: Write to the parallel port. This function is a helper function for parallel burst: It writes to the parallel port.
Definition at line 84 of file archmnib_vice.c. References FUNC_ENTER, and FUNC_LEAVE. |
|
||||||||||||||||
|
PARBURST: Write a complete track. This function is a helper function for parallel burst: It writes a complete track to the disk
Definition at line 142 of file archmnib_vice.c. References FUNC_ENTER, and FUNC_LEAVE_INT. |
1.4.2