X-1.10 Camiel Vanderhoeven 26-MAR-2008 Fix compiler warnings.
X-1.9 Camiel Vanderhoeven 16-MAR-2008 Fixed threading problems with SDL (I hope).
X-1.8 Camiel Vanderhoeven 14-MAR-2008 Formatting.
X-1.7 Camiel Vanderhoeven 11-MAR-2008 Named, debuggable mutexes.
X-1.5 Camiel Vanderhoeven 05-MAR-2008 Multi-threading version.
X-1.4 David Leonard 20-FEB-2008 Avoid 'Xlib: unexpected async reply' errors on Linux/Unix/BSD's by adding some thread interlocking.
X-1.3 Camiel Vanderhoeven 02-JAN-2008 Comments.
X-1.2 Camiel Vanderhoeven 7-DEC-2007 Code cleanup.
X-1.1 Camiel Vanderhoeven 6-DEC-2007 Initial version for ES40 emulator.
Definition in file gui.cpp.
#include "../StdAfx.h"
#include <signal.h>
#include "gui.h"
Go to the source code of this file.
Data Structures | |
| struct | user_key_t |
Defines | |
| #define | BX_KEY_UNKNOWN 0x7fffffff |
| #define | N_USER_KEYS 36 |
Functions | |
| u32 | get_user_key (char *key) |
Variables | |
| bx_gui_c * | bx_gui = NULL |
| static user_key_t | user_keys [36] |
| #define BX_KEY_UNKNOWN 0x7fffffff |
| #define N_USER_KEYS 36 |
| u32 get_user_key | ( | char * | key | ) |
Definition at line 162 of file gui.cpp.
References BX_KEY_UNKNOWN, N_USER_KEYS, and user_key_t::symbol.
Definition at line 78 of file gui.cpp.
Referenced by CConfigurator::initialize(), CS3Trio64::run(), CCirrus::run(), UIThread(), CS3Trio64::update(), CCirrus::update(), CS3Trio64::vga_mem_write(), CCirrus::vga_mem_write(), CS3Trio64::write_b_3c5(), CCirrus::write_b_3c5(), CS3Trio64::write_b_3c9(), and CCirrus::write_b_3c9().
user_key_t user_keys[36] [static] |