1
0
mirror of https://github.com/rcornwell/sims.git synced 2026-01-25 19:56:04 +00:00

SCP: Updated to current. Including AWS support.

This commit is contained in:
Richard Cornwell
2019-03-28 20:59:05 -04:00
parent 6a2ad87c90
commit b4e85eea18
10 changed files with 739 additions and 111 deletions

View File

@@ -37,10 +37,16 @@
static void *ng_dptr;
static int ng_dbit;
#if defined(__cplusplus)
extern "C" {
#endif
#define DEVICE void
extern void _sim_debug_device (unsigned int dbits, DEVICE* dptr, const char* fmt, ...);
#define DEBUGF(...) _sim_debug_device (ng_dbit, ng_dptr, ## __VA_ARGS__)
#if defined(__cplusplus)
}
#endif
int ng_type = 0;
int ng_scale = PIX_SCALE;