[Oberon] Oberon on the Raspberry Pi

volkert at nivoba.de volkert at nivoba.de
Sun Apr 13 14:23:37 CEST 2014


Am 12.04.2014 15:31, schrieb Paul Onyschuk:
> On Sat, 12 Apr 2014 15:16:41 +0200
> "volkert at nivoba.de" <volkert at nivoba.de> wrote:
>
>> I just compiled the Emulator on RaspPi (Raspbian) and it works, but
>> only in fullscreen mode. In this mode it is helpful if the Emulator
>> supports shutcuts
>> for "quitting" (and "resetting") Oberon. Without i have to reboot the
>> RaspPi, when i want
>> the stop the Oberon-System. Virtual Terminal switching (with
>> Ctrl-Alt-F1) does not work.
> You could switch back to window mode using F11 or Meta-Shift-F and then
> close it.  If you want explicit key for closing application,
> introducing few lines of code to "sdl-main.c" should do the job.
> Something like:
>
>    } else if (k.sym == SDLK_F10) {
>      if (down) {
>        SDL_Quit();
>      }
>
Peter de Wachter has fixed it. Alt+F4 ;-)

https://github.com/pdewacht/oberon-risc-emu/issues?page=1&state=closed

BW,
Volkert



More information about the Oberon mailing list