From 86ab93211eda0d8601c586d04ba0adaa9d1b5693 Mon Sep 17 00:00:00 2001 From: "anthony@rabine.fr" Date: Tue, 28 May 2024 11:53:18 +0200 Subject: [PATCH] (WIP) Story machine specific Chip32 management --- story-editor/src/main_window.h | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/story-editor/src/main_window.h b/story-editor/src/main_window.h index a5fbacf..0a2d8e0 100644 --- a/story-editor/src/main_window.h +++ b/story-editor/src/main_window.h @@ -22,21 +22,7 @@ #include "library_manager.h" #include "library_window.h" #include "cpu_window.h" - - - -#define EV_MASK_OK_BUTTON 0b1 -#define EV_MASK_PREVIOUS_BUTTON 0b10 -#define EV_MASK_NEXT_BUTTON 0b100 -#define EV_MASK_UP_BUTTON 0b1000 -#define EV_MASK_DOWN_BUTTON 0b10000 -#define EV_MASK_HOME_BUTTON 0b100000 -#define EV_MASK_SELECT_BUTTON 0b1000000 -#define EV_MASK_START_BUTTON 0b10000000 -#define EV_MASK_STOP_BUTTON 0b100000000 -#define EV_MASK_PAUSE_BUTTON 0b1000000000 -#define EV_MASK_END_OF_AUDIO 0b10000000000 -#define EV_MASK_ALL 0xFFFFFFFFUL +#include "story_machine.h" struct DebugContext {