From d112c22f5ee2fadef57ef98ebde67aea185a365b Mon Sep 17 00:00:00 2001 From: Paul Koning Date: Sun, 12 Feb 2017 15:08:26 -0500 Subject: [PATCH] PDP11: Fix setting of CSR address in RF11 boot command. --- PDP11/pdp11_rf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PDP11/pdp11_rf.c b/PDP11/pdp11_rf.c index d334d1f4..97fb38c0 100644 --- a/PDP11/pdp11_rf.c +++ b/PDP11/pdp11_rf.c @@ -440,7 +440,7 @@ return auto_config (0, 0); #define BOOT_START 02000 /* start */ #define BOOT_ENTRY (BOOT_START + 002) /* entry */ -#define BOOT_CSR (BOOT_START + 032) /* CSR */ +#define BOOT_CSR (BOOT_START + 010) /* CSR */ #define BOOT_LEN (sizeof (boot_rom) / sizeof (uint16)) static const uint16 boot_rom[] = {