MEGA65 / open-roms

A project to create unencumbered open-source ROMs for use on selected retro computers
Other
263 stars 18 forks source link

"BASIC BYTES FREE.\r\r" message doesn't work correctly #5

Closed gardners closed 4 years ago

gardners commented 5 years ago

The packed message printing routines choke on the message

"BASIC BYTES FREE.\r\r"

The \r's don't get printed. But if the message is shortened to:

"BYTES FREE.\r\r"

Then it works correctly.

Also, when it is BASIC BYTES FREE and malfunctioning, there is a stray cursor block drawn on the screen, which I assume to be connected to the bug somehow.

gardners commented 5 years ago

Problem seems to be with printing the carriage returns?

gardners commented 5 years ago

Stray cursor block has been fixed, but not the rest of the problem.

FeralChild64 commented 4 years ago

After the compressed text rework this string does no longer cause any problem.