1
0
mirror of https://github.com/simh/simh.git synced 2026-05-03 22:48:35 +00:00

PDP18B: Add RB disk to PDP7 and DRM drum to PDP9 and -u, -p examine/deposit switches in PDP7, PDP9 and PDP15

This commit is contained in:
Mark Pizzolato
2016-03-01 06:55:40 -08:00
parent a835061e67
commit 48bf4fb114
13 changed files with 176 additions and 36 deletions

View File

@@ -434,7 +434,7 @@ static const int32 api_ffo[256] = {
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
};
static const int32 api_vec[API_HLVL][32] = {
int32 api_vec[API_HLVL][32] = {
{ ACH_PWRFL }, /* API 0 */
{ ACH_DTA, ACH_MTA, ACH_DRM, ACH_RF, ACH_RP, ACH_RB }, /* API 1 */
{ ACH_PTR, ACH_LPT, ACH_LPT }, /* API 2 */