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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user