Browse code

Fixed issue with device deo mask in uxnemu

Devine Lu Linvega authored on 14/03/2023 19:40:31
Showing 1 changed files
... ...
@@ -46,7 +46,7 @@ static SDL_AudioDeviceID audio_id;
46 46
 static SDL_Rect gRect;
47 47
 static SDL_Thread *stdin_thread;
48 48
 
49
-Uint16 deo_mask[] = {0x6a08, 0x0300, 0xc028, 0x8000, 0x8000, 0x8000, 0x8000, 0x0000, 0x0000, 0x0000, 0xa260, 0xa260, 0x0000, 0x0000, 0x0000, 0x0000};
49
+Uint16 deo_mask[] = {0xff08, 0x0300, 0xc028, 0x8000, 0x8000, 0x8000, 0x8000, 0x0000, 0x0000, 0x0000, 0xa260, 0xa260, 0x0000, 0x0000, 0x0000, 0x0000};
50 50
 Uint16 dei_mask[] = {0x0000, 0x0000, 0x003c, 0x0014, 0x0014, 0x0014, 0x0014, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x07fd, 0x0000, 0x0000, 0x0000};
51 51
 
52 52
 /* devices */