DGen/SDL
Main Page
Related Pages
Classes
Files
File List
File Members
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
star
cpudebug.h
Go to the documentation of this file.
1
/*
2
** Starscream 680x0 emulation library
3
** Copyright 1997, 1998, 1999 Neill Corlett
4
**
5
** Refer to STARDOC.TXT for terms of use, API reference, and directions on
6
** how to compile.
7
*/
8
9
#ifndef __CPUDEBUG_H__
10
#define __CPUDEBUG_H__
11
12
#ifdef __cplusplus
13
extern
"C"
{
14
#endif
15
16
int
cpudebug_disabled
(
void
);
17
int
cpudebug_interactive
(
18
int
cpun,
19
void
(*put)(
const
char
*),
20
void
(*
get
)(
char
*,
int
),
21
void
(*execstep)(
void
),
22
void
(*dump)(
void
)
23
);
24
25
#ifdef __cplusplus
26
}
27
#endif
28
29
#endif
Generated on Sat Feb 9 2013 21:30:13 for DGen/SDL by
1.8.1.1