nocrew / ostis

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

The shifter should read from RAM without the usual wait states #128

Closed larsbrinkhoff closed 8 years ago

larsbrinkhoff commented 8 years ago

The MMU already inserts necessary delay cycles before sending data from RAM to the shifter. The common ram_read_word should only be used by the CPU (and possibly other devices on the main bus).