#!
# This file defines a sample menu structure for testing the UltiMem.
# See filelist.txt for a more comprehensive menu structure.
(
f1 # keyboard shortcut for the next entry
"\xa4\xaf\xb9\xa8\xbbRETURN\xac\xa8\xb9\xaf\xa4"	ultimem.prg
# The following line defines a label to the current directory position.
*root.test
# The following line references a label (subdirectory), defined below.
"Test Programs"/test
)
# A hidden directory (not reachable via links from the root directory above)
(
f8
"Flash Programmer"	flash4file.prg
)
(
*test
f3 # shortcut for the entry below (go to the directory)
"_"/root.test
f5
"UltiMem RAM Test"	ramtest.prg
f7
"UltiMem BankTest"	banktest.prg
)
