#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_upload (CBM_FILE HandleDevice, __u_char DeviceAddress, int DriveMemAddress, const void *Program, size_t Size) |
| Upload a program into a floppy's drive memory. | |
**************************************************************
Definition in file upload.c.
|
|
The name of the executable |
|
|
Mark: We are in user-space (for debug.h) |
|
||||||||||||||||||||||||
|
Upload a program into a floppy's drive memory. This function writes a program into the drive's memory via use of "M-W" commands.
Definition at line 73 of file upload.c. References cbmarch_listen(), cbmarch_raw_write(), cbmarch_unlisten(), DBG_ASSERT, FUNC_ENTER, and FUNC_LEAVE_INT. Referenced by vdd_upload(). |
1.4.2