Menu program (WIP)

These files might not work on the most current version of the Commander X16, or these may be held over from the previous forum. To find previous versions of the emulator, so you can test old programs, please visit Our GitHub Page
Post Reply
TomXP411
Posts: 1781
Joined: Tue May 19, 2020 8:49 pm

Menu program (WIP)

Post by TomXP411 »


This is an unofficial concept program for a CX16 menu. Modify the DATA statements to add your submenus and commands. 




This is currently just a demo to explore the look and and feel of a basic, BASIC menu. Since it does not clear the screen, it is useful as an autoboot menu. 




New: uses a new API to push keys into the keyboard buffer. This allows the LOAD and RUN to operate outside of the running program, preventing problems that occur when chaining programs in BASIC. 




  • Works as an autoboot program.


  • Clears only the part of the screen it uses. This makes it appropriate to use on bootup, since you still get the pretty CX16 logo screen.


  • Modify the DATA statements to load your own programs.




 


Attachments
Menu program (WIP)
Menu program (WIP)
cx1t_menu.png (14.92 KiB) Viewed 1187 times
menu.bas
Menu program (WIP)
(1.54 KiB) Downloaded 145 times
Post Reply