1
0
mirror of https://github.com/simh/simh.git synced 2026-01-26 12:02:14 +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

@@ -72,7 +72,8 @@ const char *sim_stop_messages[] = {
"IRQ",
"Exception/Trap",
"Exception Stack Too Deep",
"Unimplemented MMU Feature"
"Unimplemented MMU Feature",
"System Powered Off"
};
void full_reset()