MEGA65 / mega65-core

MEGA65 FPGA core
Other
241 stars 88 forks source link

Serial Monitor freezes if invalid fill value provided #686

Open ki-bo opened 1 year ago

ki-bo commented 1 year ago

Test Environment (required) You can use MEGA65INFO to retrieve this.

Describe the bug Serial monitor freezes if (accidentally) trying to write to an address with a value > $ff.

To Reproduce Steps to reproduce the behavior:

  1. Open serial monitor
  2. type s1000 100

Expected behavior Error message expected but prompt shall reappear.