mirror of
https://github.com/open-simh/simh.git
synced 2026-04-30 05:35:22 +00:00
Intel-Systems: Reorganize for clean builds with Release targets.
This commit is contained in:
@@ -133,6 +133,8 @@
|
||||
|
||||
#include "system_defs.h" /* system header in system dir */
|
||||
|
||||
#if defined (SBC202_NUM) && (SBC202_NUM > 0)
|
||||
|
||||
#define UNIT_V_WPMODE (UNIT_V_UF) /* Write protect */
|
||||
#define UNIT_WPMODE (1 << UNIT_V_WPMODE)
|
||||
|
||||
@@ -641,4 +643,6 @@ void isbc202_diskio(void)
|
||||
}
|
||||
}
|
||||
|
||||
#endif /* SBC202_NUM > 0 */
|
||||
|
||||
/* end of isbc202.c */
|
||||
|
||||
Reference in New Issue
Block a user