1
0
mirror of https://github.com/simh/simh.git synced 2026-04-27 12:28:49 +00:00

VAXen with ROM boots: Fix missing boot file names

This commit is contained in:
Mark Pizzolato
2023-04-09 12:30:59 -10:00
parent c540d2e3b1
commit ede493ac41
11 changed files with 47 additions and 30 deletions

View File

@@ -35,6 +35,8 @@
#include "vax_is1000_bin.h" /* Defines BOOT_CODE_FILENAME and BOOT_CODE_ARRAY, etc */
const char *boot_code_filename = BOOT_CODE_FILENAME;
t_stat is1000_boot (int32 flag, CONST char *ptr);
/* Special boot command, overrides regular boot */