FRONTPANEL: Add test/demo of sim_panel_debug() to test program

This commit is contained in:
Mark Pizzolato 2017-12-11 19:45:55 -08:00
parent e083a93ea2
commit 27f9fc3c3e

View file

@ -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");