MEGA65 / mega65-tools

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

M65: unittest log breaks if value is >= 0xf0 #106

Closed lydon42 closed 2 years ago

lydon42 commented 2 years ago

If you have a issue number like 497 (0x1f1), the 0xf1 send first will trigger a skip message. This will also happen for each value that has a byte >= 0xf0.

lydon42 commented 2 years ago

This could also generate false vf011 requests.

lydon42 commented 2 years ago

Implemented buffer fill tracking, only check unit test or vf011 request if buffer is filled.