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:
7
fe6/fe.h
7
fe6/fe.h
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user