--- nono/wx/wxstatuspanel.h 2026/04/29 17:05:19 1.1.1.7 +++ nono/wx/wxstatuspanel.h 2026/04/29 17:05:23 1.1.1.8 @@ -37,6 +37,14 @@ class Indicator SCSI5, SCSI6, SCSI7, + VBLK0, + VBLK1, + VBLK2, + VBLK3, + VBLK4, + VBLK5, + VBLK6, + VBLK7, LAN0, LAN1, FDD0, @@ -134,6 +142,7 @@ class WXStatusPanel : public WXTextPanel void LayoutIndicators(); void DrawPerf(const Indicator *); void DrawSCSI(const Indicator *); + void DrawVBlk(const Indicator *); void DrawNet(const Indicator *); void DrawFD(const Indicator *); void DrawNewsLED1(const Indicator *);