mirror of
https://github.com/simh/simh.git
synced 2026-02-01 22:33:25 +00:00
Added initial KDP implementation
This commit is contained in:
1314
PDP11/pdp11_kdp.c
Normal file
1314
PDP11/pdp11_kdp.c
Normal file
File diff suppressed because it is too large
Load Diff
24
PDP11/pdp11_kdp.h
Normal file
24
PDP11/pdp11_kdp.h
Normal file
@@ -0,0 +1,24 @@
|
||||
/* pdp11_kdp.h: KMC11/DUP11 Emulation
|
||||
------------------------------------------------------------------------------
|
||||
|
||||
|
||||
Written 2002 by Johnny Eriksson <bygg@stacken.kth.se>
|
||||
|
||||
Adapted to SIMH 3.? by Robert M. A. Jarratt in 2013
|
||||
|
||||
------------------------------------------------------------------------------
|
||||
|
||||
Modification history:
|
||||
|
||||
14-Apr-13 RJ Took original sources into latest source code.
|
||||
------------------------------------------------------------------------------*/
|
||||
|
||||
#include "pdp10_defs.h"
|
||||
|
||||
#ifndef PDP11_KDP_H
|
||||
#define PDP11_KDP_H
|
||||
|
||||
#define KMC_RDX 8 /* Octal in this incarnation. */
|
||||
#define DUP_RDX 8
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user