Skip to content
  • Leigh B. Stoller's avatar
    Quickie hack: Add another hwtype for delay. So, in addition to · 74beb3f6
    Leigh B. Stoller authored
    delay:2, you get delay-pc600:2 (or delay-pc850:2, etc.). With this,
    you can do this in your NS file:
    
    	namespace eval TBCOMPAT {
    	  set hwtypes(delay-pc600) 1
    	}
    	tb-make-hard-vtype delay delay-pc600
    
    which will cause delays to be pc600. The TB_COMPAT is a temp thing,
    until Rob comes back and tells us a better way to do this.
    74beb3f6