commanderx16 / x16-emulator

Emulator for the Commander X16 8-bit computer
383 stars 60 forks source link

-keymap should inject a `KEYMAP` basic statement with the stated string into the kernal. #406

Open indigodarkwolf opened 2 years ago

indigodarkwolf commented 2 years ago

Now that there is the KEYMAP basic statement, there is no need any more for this secret API between the emulator and the ROM to set a numeric keymap index. Instead, the emulator should inject the BASIC statement with the string passed from the command line and not know about the set of legal strings.

Originally posted by @mist64 in https://github.com/commanderx16/x16-emulator/issues/403#issuecomment-1140513343