#include <windows.h>
#include <windowsx.h>
#include "viceremote.h"
#include "debug.h"
#include <winioctl.h>
#include "cbmioctl.h"
#include <stdlib.h>
#include "i_opencbm.h"
#include "archlib.h"
#include "arch.h"
#include "vice_comm.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 | vicereadregister (viceregs which) |
| void | vicewriteregister (viceregs which, unsigned int value) |
| void | vicewriteregister_when_at (unsigned int value) |
| void | vicereadmemory (unsigned int address, unsigned int size, char *buffer) |
| void | vicepreparereadmemory (unsigned int address, unsigned int size) |
| void | vicewritememory (unsigned int address, unsigned int size, const char *buffer) |
| void | vicepause () |
| void | viceresume () |
| void | vicetrap (UINT address) |
| void | vicereset (void) |
| void | vicewaittrap (void) |
| void | vicerelease (void) |
| BOOLEAN | viceinit (void) |
**************************************************************
Definition in file vice_comm.c.
|
|
The name of the executable Definition at line 29 of file vice_comm.c. |
|
|
Mark: We are in user-space (for debug.h) Definition at line 26 of file vice_comm.c. |
1.4.2