nocrew / ostis

Atari ST Emulator
GNU Lesser General Public License v2.1
20 stars 4 forks source link

The shifter "loads" variable should never go beyond 4 #134

Closed larsbrinkhoff closed 8 years ago

larsbrinkhoff commented 8 years ago

The variable corresponds to a 4-bit shift register in the hardware. It can only have the states 0000, 0001, 0011, 0111, or 1111.