haroldo-ok / sam

SAM - Simple Adventure Maker for the Sega Master System
Apache License 2.0
3 stars 3 forks source link

Add bounds checking to the text output routines #13

Open haroldo-ok opened 6 years ago

haroldo-ok commented 6 years ago

Currently, the text output routines do not check if the text will fit in the buffer; that can cause problems if too much text is sent to the buffer at once.