mirror of
https://github.com/simh/simh.git
synced 2026-01-11 23:52:58 +00:00
FRONTPANEL: Add test/demo of sim_panel_debug() to test program
This commit is contained in:
parent
e083a93ea2
commit
27f9fc3c3e
@ -188,8 +188,9 @@ if (!panel) {
|
||||
}
|
||||
|
||||
if (debug) {
|
||||
sim_panel_set_debug_mode (panel, DBG_XMT|DBG_RCV|DBG_REQ|DBG_RSP|DBG_THR);
|
||||
sim_panel_set_debug_mode (panel, DBG_XMT|DBG_RCV|DBG_REQ|DBG_RSP|DBG_THR|DBG_APP);
|
||||
}
|
||||
sim_panel_debug (panel, "Starting Debug\n");
|
||||
if (1) {
|
||||
tape = sim_panel_add_device_panel (panel, "TAPE DRIVE");
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user