AppleWin/source/frontends/ncurses
Andrea Odetti be1772bc37 Use RAII pattern to initialise and clear AppleWin emulator.
Plays better with exceptions.

Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2021-01-31 13:26:23 +00:00
..
asciiart.cpp Allow to control of high resolution graphics. 2017-10-14 19:18:44 +01:00
asciiart.h Allow to control of high resolution graphics. 2017-10-14 19:18:44 +01:00
CMakeLists.txt Move resources, bitmaps and messageboxes into Frames. 2021-01-20 19:07:18 +00:00
colors.cpp Fix LowRes colors (swapping foreground and background). 2017-10-14 19:18:44 +01:00
colors.h Add support for a text mode high resolution graphics. 2017-10-14 19:18:44 +01:00
evdevpaddle.cpp Paddle: make raw interface to return values in [-1,1] to ease transformations. 2020-10-15 16:24:20 +01:00
evdevpaddle.h Paddle: make raw interface to return values in [-1,1] to ease transformations. 2020-10-15 16:24:20 +01:00
main.cpp Use RAII pattern to initialise and clear AppleWin emulator. 2021-01-31 13:26:23 +00:00
nframe.cpp Move resources, bitmaps and messageboxes into Frames. 2021-01-20 19:07:18 +00:00
nframe.h Move resources, bitmaps and messageboxes into Frames. 2021-01-20 19:07:18 +00:00
world.cpp Move resources, bitmaps and messageboxes into Frames. 2021-01-20 19:07:18 +00:00
world.h Add NFrame. 2021-01-14 14:39:18 +00:00