Main Page | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

vice_comm.h File Reference

Library interface for communicating with VICE. More...

#include <windows.h>

Go to the source code of this file.

Typedefs

typedef enum viceregs_e viceregs

Enumerations

enum  viceregs_e {
  reg_pc = 0, reg_a = 1, reg_x = 2, reg_y = 3,
  reg_sp = 4, reg_flags = 5
}

Functions

int vicereadregister (viceregs which)
void vicewriteregister_when_at (unsigned int value)
void vicewriteregister (viceregs which, unsigned int value)
void vicewritememory (unsigned int address, unsigned int length, const char *buffer)
void vicereadmemory (unsigned int address, unsigned int length, char *buffer)
void vicepreparereadmemory (unsigned int address, unsigned int length)
void vicepause (void)
void viceresume (void)
BOOLEAN viceinit (void)
void vicerelease (void)
void vicereset (void)
void vicetrap (UINT address)
void vicewaittrap (void)


Detailed Description

Library interface for communicating with VICE.

**************************************************************

Author:
Spiro Trikaliotis
Version:
Id
vice_comm.h,v 1.2 2006/02/22 09:32:12 trikalio Exp


Definition in file vice_comm.h.


Generated on Sun Apr 30 18:46:18 2006 for opencbm by  doxygen 1.4.2