sim: avr: move global state to sim/cpu state
We don't want global variables in the sim as all state should be in the sim state or in the cpu state. This pushes down all that logic for avr.
Loading
Please register or sign in to comment
We don't want global variables in the sim as all state should be in the sim state or in the cpu state. This pushes down all that logic for avr.