mirror of
https://github.com/simh/simh.git
synced 2026-01-26 12:02:14 +00:00
BUILDROMS: Fix potential compiler warnings and prep for URL ROM downloads
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#ifndef ROM_logo_lda_H
|
||||
#define ROM_logo_lda_H 0
|
||||
/*
|
||||
PDP11/pdp11_11logo_rom.h produced at Wed Oct 19 10:15:15 2022
|
||||
from PDP11/11logo/11logo.lda which was last modified at Sun Sep 25 10:27:45 2022
|
||||
PDP11/pdp11_11logo_rom.h produced at Fri Nov 11 12:38:32 2022
|
||||
from PDP11/11logo/11logo.lda which was last modified at Wed Oct 19 15:16:01 2022
|
||||
file size: 26009 (0x6599) - checksum: 0xFFDD77F7
|
||||
This file is a generated file and should NOT be edited or changed by hand.
|
||||
*/
|
||||
@@ -20,6 +20,7 @@
|
||||
#else
|
||||
#define BOOT_CODE_ARRAY logo_lda
|
||||
#endif
|
||||
#define BOOT_CODE_URL NULL
|
||||
#if !defined(BOOT_CODE_SIZE_1)
|
||||
#define BOOT_CODE_SIZE_1 0x6599
|
||||
#define BOOT_CODE_CHECKSUM_1 0xFFDD77F7
|
||||
@@ -30,6 +31,7 @@
|
||||
#else
|
||||
#define BOOT_CODE_ARRAY_1 logo_lda
|
||||
#endif
|
||||
#define BOOT_CODE_URL_1 NULL
|
||||
#elif !defined(BOOT_CODE_SIZE_2)
|
||||
#define BOOT_CODE_SIZE_2 0x6599
|
||||
#define BOOT_CODE_CHECKSUM_2 0xFFDD77F7
|
||||
@@ -40,6 +42,7 @@
|
||||
#else
|
||||
#define BOOT_CODE_ARRAY_2 logo_lda
|
||||
#endif
|
||||
#define BOOT_CODE_URL_2 NULL
|
||||
#elif !defined(BOOT_CODE_SIZE_3)
|
||||
#define BOOT_CODE_SIZE_3 0x6599
|
||||
#define BOOT_CODE_CHECKSUM_3 0xFFDD77F7
|
||||
@@ -50,6 +53,7 @@
|
||||
#else
|
||||
#define BOOT_CODE_ARRAY_3 logo_lda
|
||||
#endif
|
||||
#define BOOT_CODE_URL_3 NULL
|
||||
#elif !defined(BOOT_CODE_SIZE_4)
|
||||
#define BOOT_CODE_SIZE_4 0x6599
|
||||
#define BOOT_CODE_CHECKSUM_4 0xFFDD77F7
|
||||
@@ -60,6 +64,7 @@
|
||||
#else
|
||||
#define BOOT_CODE_ARRAY_4 logo_lda
|
||||
#endif
|
||||
#define BOOT_CODE_URL_4 NULL
|
||||
#endif
|
||||
#if !defined(DONT_USE_INTERNAL_ROM)
|
||||
unsigned char logo_lda[] = {
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#ifndef ROM_dazzle_lda_H
|
||||
#define ROM_dazzle_lda_H 0
|
||||
/*
|
||||
PDP11/pdp11_dazzle_dart_rom.h produced at Wed Oct 19 10:15:15 2022
|
||||
from PDP11/dazzledart/dazzle.lda which was last modified at Sun Sep 25 10:27:45 2022
|
||||
PDP11/pdp11_dazzle_dart_rom.h produced at Fri Nov 11 12:38:32 2022
|
||||
from PDP11/dazzledart/dazzle.lda which was last modified at Wed Oct 19 15:16:01 2022
|
||||
file size: 6096 (0x17D0) - checksum: 0xFFF83848
|
||||
This file is a generated file and should NOT be edited or changed by hand.
|
||||
*/
|
||||
@@ -20,6 +20,7 @@
|
||||
#else
|
||||
#define BOOT_CODE_ARRAY dazzle_lda
|
||||
#endif
|
||||
#define BOOT_CODE_URL NULL
|
||||
#if !defined(BOOT_CODE_SIZE_1)
|
||||
#define BOOT_CODE_SIZE_1 0x17D0
|
||||
#define BOOT_CODE_CHECKSUM_1 0xFFF83848
|
||||
@@ -30,6 +31,7 @@
|
||||
#else
|
||||
#define BOOT_CODE_ARRAY_1 dazzle_lda
|
||||
#endif
|
||||
#define BOOT_CODE_URL_1 NULL
|
||||
#elif !defined(BOOT_CODE_SIZE_2)
|
||||
#define BOOT_CODE_SIZE_2 0x17D0
|
||||
#define BOOT_CODE_CHECKSUM_2 0xFFF83848
|
||||
@@ -40,6 +42,7 @@
|
||||
#else
|
||||
#define BOOT_CODE_ARRAY_2 dazzle_lda
|
||||
#endif
|
||||
#define BOOT_CODE_URL_2 NULL
|
||||
#elif !defined(BOOT_CODE_SIZE_3)
|
||||
#define BOOT_CODE_SIZE_3 0x17D0
|
||||
#define BOOT_CODE_CHECKSUM_3 0xFFF83848
|
||||
@@ -50,6 +53,7 @@
|
||||
#else
|
||||
#define BOOT_CODE_ARRAY_3 dazzle_lda
|
||||
#endif
|
||||
#define BOOT_CODE_URL_3 NULL
|
||||
#elif !defined(BOOT_CODE_SIZE_4)
|
||||
#define BOOT_CODE_SIZE_4 0x17D0
|
||||
#define BOOT_CODE_CHECKSUM_4 0xFFF83848
|
||||
@@ -60,6 +64,7 @@
|
||||
#else
|
||||
#define BOOT_CODE_ARRAY_4 dazzle_lda
|
||||
#endif
|
||||
#define BOOT_CODE_URL_4 NULL
|
||||
#endif
|
||||
#if !defined(DONT_USE_INTERNAL_ROM)
|
||||
unsigned char dazzle_lda[] = {
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#ifndef ROM_lunar_lda_H
|
||||
#define ROM_lunar_lda_H 0
|
||||
/*
|
||||
PDP11/pdp11_vt_lunar_rom.h produced at Wed Oct 19 10:15:15 2022
|
||||
from PDP11/lunar11/lunar.lda which was last modified at Sun Sep 25 10:27:45 2022
|
||||
PDP11/pdp11_vt_lunar_rom.h produced at Fri Nov 11 12:38:32 2022
|
||||
from PDP11/lunar11/lunar.lda which was last modified at Wed Oct 19 15:16:01 2022
|
||||
file size: 13824 (0x3600) - checksum: 0xFFF15D00
|
||||
This file is a generated file and should NOT be edited or changed by hand.
|
||||
*/
|
||||
@@ -20,6 +20,7 @@
|
||||
#else
|
||||
#define BOOT_CODE_ARRAY lunar_lda
|
||||
#endif
|
||||
#define BOOT_CODE_URL NULL
|
||||
#if !defined(BOOT_CODE_SIZE_1)
|
||||
#define BOOT_CODE_SIZE_1 0x3600
|
||||
#define BOOT_CODE_CHECKSUM_1 0xFFF15D00
|
||||
@@ -30,6 +31,7 @@
|
||||
#else
|
||||
#define BOOT_CODE_ARRAY_1 lunar_lda
|
||||
#endif
|
||||
#define BOOT_CODE_URL_1 NULL
|
||||
#elif !defined(BOOT_CODE_SIZE_2)
|
||||
#define BOOT_CODE_SIZE_2 0x3600
|
||||
#define BOOT_CODE_CHECKSUM_2 0xFFF15D00
|
||||
@@ -40,6 +42,7 @@
|
||||
#else
|
||||
#define BOOT_CODE_ARRAY_2 lunar_lda
|
||||
#endif
|
||||
#define BOOT_CODE_URL_2 NULL
|
||||
#elif !defined(BOOT_CODE_SIZE_3)
|
||||
#define BOOT_CODE_SIZE_3 0x3600
|
||||
#define BOOT_CODE_CHECKSUM_3 0xFFF15D00
|
||||
@@ -50,6 +53,7 @@
|
||||
#else
|
||||
#define BOOT_CODE_ARRAY_3 lunar_lda
|
||||
#endif
|
||||
#define BOOT_CODE_URL_3 NULL
|
||||
#elif !defined(BOOT_CODE_SIZE_4)
|
||||
#define BOOT_CODE_SIZE_4 0x3600
|
||||
#define BOOT_CODE_CHECKSUM_4 0xFFF15D00
|
||||
@@ -60,6 +64,7 @@
|
||||
#else
|
||||
#define BOOT_CODE_ARRAY_4 lunar_lda
|
||||
#endif
|
||||
#define BOOT_CODE_URL_4 NULL
|
||||
#endif
|
||||
#if !defined(DONT_USE_INTERNAL_ROM)
|
||||
unsigned char lunar_lda[] = {
|
||||
|
||||
Reference in New Issue
Block a user