I am trying to use a tft with 8 bit data on a teensy 3.0. The AVR emulation that is provided with the teensy 3.0 seems to be ideal for this situation. However the AVR emulation seems to be missing the DDRx register. What is the best way to add an emulation of this register in the avr_emulation.h...