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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user