MEGA65 / mega65-tools

Tools and Utilities for the MEGA65 Retro Computers
GNU General Public License v3.0
29 stars 31 forks source link

Fixed (hopefully) by synchronize the m65 <-> HYPPO protocol #54

Closed frehwagen closed 3 years ago

frehwagen commented 3 years ago

I synchronized the m65 <-> HYPPO protocol for virtual f011 read and write, by halting the CPU while operating.

In that I reconized and fixed that stop_cpu acutally didn't stop the CPU because it was sending the t1 command using safe write before marking the CPU stopped which caused the CPU actually to be stopped and restarted.