1
0
mirror of https://github.com/simh/simh.git synced 2026-04-27 20:38:04 +00:00

3b2: Support software power-off

This commit is contained in:
Seth Morabito
2017-12-15 13:22:53 -08:00
parent 2260eee423
commit 6b8d8b048e
4 changed files with 15 additions and 1 deletions

View File

@@ -113,6 +113,9 @@
#define UM_MASK 0x70
#define UM_SHIFT 4
/* Power-off bit */
#define IU_KILLPWR 0x04
#define PORT_A 0
#define PORT_B 1