1
0
mirror of https://github.com/simh/simh.git synced 2026-01-31 13:53:10 +00:00

TAPE: Better expose the various tape debug options usable from device debug

- Cleanup tape debug options and internal usage
- Add MTSE_DBG_INT for internal API activities
- Make sure SCSI uses the correct debug value for tape debug
This commit is contained in:
Mark Pizzolato
2025-12-02 08:19:09 -10:00
parent 5c68a17c13
commit ab832ce274
5 changed files with 39 additions and 35 deletions

View File

@@ -65,7 +65,7 @@
#define SCSI_DBG_MSG 0x02000000 /* SCSI messages */
#define SCSI_DBG_BUS 0x04000000 /* bus activity */
#define SCSI_DBG_DSK 0x08000000 /* disk activity */
#define SCSI_DBG_TAP 0x10000000 /* tape activity */
#define SCSI_DBG_TAP MTSE_DBG_API /* tape activity */
#define SCSI_WLK (UNIT_WLK|UNIT_RO) /* hwre write lock */