kervinck / gigatron-rom

System, apps and tooling for the Gigatron TTL microcomputer
BSD 2-Clause "Simplified" License
231 stars 80 forks source link

Fixed timing error in SYS_CopyMemoryExt (now 100 cycles) #209

Closed lb3361 closed 2 years ago

lb3361 commented 2 years ago

This fixes a stupid timing mistake in SYS_CopyMemoryExt which was introduced when I made it able to copy from any bank to any bank. It now requires SYS(100) instead of SYS(94). Good that this is the dev branch.