1
0
mirror of https://github.com/simh/simh.git synced 2026-05-04 06:58:38 +00:00

swtp: General cleanup of some minor things

This commit is contained in:
Bill Beech
2022-10-26 16:35:43 -07:00
parent 35678bafd5
commit bf2bccdb8a
5 changed files with 8 additions and 8 deletions

View File

@@ -48,7 +48,9 @@
#include "swtp_defs.h"
#if !defined(DONT_USE_INTERNAL_ROM)
#include "swtp_swtbugv10_bin.h"
#endif /* DONT_USE_INTERNAL_ROM */
#define UNIT_V_MSIZE (UNIT_V_UF) /* ROM Size */
#define UNIT_MSIZE (0x7 << UNIT_V_MSIZE)
@@ -61,7 +63,6 @@
/* function prototypes */
t_stat BOOTROM_svc (UNIT *uptr);
t_stat BOOTROM_config (UNIT *uptr, int32 val, CONST char *cptr, void *desc);
t_stat BOOTROM_attach (UNIT *uptr, CONST char *cptr);
t_stat BOOTROM_reset (DEVICE *dptr);