About This File
VTUI (Vera Text User Interface) library
Can be used to create text user interfaces using VERA instead of relying on the KERNAL functions for writing to screen.
The library is less than 1KB which means it can be loaded into Golden RAM at $400. As an alternative, include files are provided for Acme and CA65 assemblers.
See https://github.com/JimmyDansbo/VTUIlib for documentation, examples and include files.
What's New in Version 0.5 See changelog
Released
Bug fixes and a few improvements.
- set_bank now uses .C instead of .A for the bank number and is optimized for size
- print_str can print a string without converting it from PETSCII
- Bug fixed in save_rect and rest_rect where VRAM bank would always be set to 1
Examples and documentation have been updated to reflect the changes.
try_it
Yes
try_it_start_prg
DEMO.PRG