1
0
mirror of https://github.com/simh/simh.git synced 2026-04-30 21:38:32 +00:00

Added framework to support per device help commands

This commit is contained in:
Mark Pizzolato
2012-12-30 13:12:15 -08:00
parent bdcfe994e0
commit ba0f331fa5
9 changed files with 161 additions and 20 deletions

View File

@@ -175,6 +175,7 @@
#define CPUT(x) ((cpu_type & (x)) != 0)
#define CPUO(x) ((cpu_opt & (x)) != 0)
#define UNIBUS (cpu_opt & BUS_U)
extern uint32 cpu_model, cpu_type, cpu_opt;
/* Feature sets