kilograham / b-em

An RP2040 and Raspberry Pi 2/3/4/Zero 2 W version of an opensource BBC Micro emulator originally for Win32 and Linux
http://stardot.org.uk/forums/viewtopic.php?f=4&t=10823
GNU General Public License v2.0
94 stars 13 forks source link

Add final menu item to quit program #17

Open quincerly opened 3 months ago

quincerly commented 3 months ago

I added an additional menu item to quit the emulator.

I have tested it on my Raspberry Pi 3 only.

I hope this is ok. Will just keep it in my fork otherwise :o).

quincerly commented 3 months ago

Perhaps I should put it in an #ifdef INCLUDE_MENU_QUIT for setting at compile time if it's not suitable for the Pico use case.