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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user