File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
4
4
#include "defs.h"
5
5
6
- #define MEMPOOLMAXSIZE 3200
6
+ #define MEMPOOLMAXSIZE 3500
7
7
void __xdata * andyalloc (size_t size );
8
8
void andyclearmem (void );
9
9
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ void Sendbuffer_Task()
113
113
114
114
if (
115
115
(oldSendBufferState != sendBufferState ) &&
116
- (FlashSettings -> MenuRateLimit || FlashSettings -> KeyboardMode == MODE_XT )
116
+ (FlashSettings -> MenuRateLimit || FlashSettings -> KeyboardMode == MODE_XT || FlashSettings -> KeyboardMode == MODE_AMSTRAD )
117
117
)
118
118
MenuRateLimit = 25 ;
119
119
@@ -209,7 +209,7 @@ void Menu_Task(void)
209
209
if (lastMenuState != MENU_STATE_MAIN )
210
210
{
211
211
SendBuffer [0 ] = 0 ;
212
- SendKeyboardString ("\n--\nHIDman v1.1.5j \n\n" );
212
+ SendKeyboardString ("\n--\nHIDman v1.1.5 \n\n" );
213
213
SendKeyboardString ("1. Key\n" );
214
214
SendKeyboardString ("2. Mouse\n" );
215
215
SendKeyboardString ("3. Game\n" );
You can’t perform that action at this time.
0 commit comments