diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2020-10-02 16:31:08 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2020-10-02 16:31:08 -0400 |
commit | 2238eac4513412e14f2797b4284f8db8a1377bfc (patch) | |
tree | 3757eadacd98b8caf3e50db5dbad4d743416ae2f /source | |
parent | faf9a57e537a182a49610209a4dc038ab75dcaf5 (diff) |
run menu functions work
Diffstat (limited to 'source')
-rw-r--r-- | source/main.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source/main.cpp b/source/main.cpp index c0f0651..800005c 100644 --- a/source/main.cpp +++ b/source/main.cpp @@ -164,6 +164,11 @@ void main_loop() } break; + // 'E' - Unloads the currently loaded conversion code + case 'E': + elf_entry = nullptr; + break; + // 'W' - Sets the number of samples for DAC writing with command 'w'. // If the provided count is zero, DAC writing is stopped. case 'W': |