Aura

Startup Menu (menu.asm)

MenuProcessKey

NOTE: Called only when keypress is detected. Calls BIOS interrupt to find key pressed and uses a lookup table to determine the function that needs to be performed, and then does it.

_MenuPutImage

Quick way to load a pcx from disk, decompress it, and put it on screen. Doesn't set the palette to the image palette.

_MenuShow

Displays the menu onscreen.

_MenuMain

Gets into Mode-X, displays the menu, and then runs a keyboard input loop which runs until a selection is made, then returns the selection.