1
0
mirror of https://github.com/aap/pdp6.git synced 2026-02-08 17:31:53 +00:00

lots of additions and changes

This commit is contained in:
aap
2019-12-05 00:31:20 +01:00
parent 207c7fde95
commit 716317c8ce
35 changed files with 3156 additions and 93 deletions

View File

@@ -5,6 +5,7 @@
#include <ctype.h>
#include "util.h"
#include "pdp6common.h"
#include "threading.h"
#define nil NULL
@@ -18,7 +19,8 @@ typedef uint8_t u8;
#define FW (LT|RT)
#define F0 0400000000000
#define MAXMEM (16*1024)
//#define MAXMEM (16*1024)
#define MAXMEM (256*1024)
#include "regs.h"
@@ -83,5 +85,8 @@ void cpu_printflags(void);
void fe_svc(void);
void initcrt(const char *host);
void initnetmem(const char *host, int port);
void init6(void);
void deinit6(void);