mirror of
https://github.com/open-simh/simh.git
synced 2026-01-14 15:46:31 +00:00
PDP11: Fix setting of CSR address in RF11 boot command.
This commit is contained in:
parent
bce72b2b1a
commit
d112c22f5e
@ -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[] = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user