File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 32
32
33
33
#define GUSregb (position ) (* (gusptr+(position)))
34
34
#define GUSregw (position ) (*(uint16_t *) (gusptr+(position)))
35
- #define GUSregd (position ) (*(uint16_t *)(gusptr+ (position)))
35
+ #define GUSregd (position ) (*(uint32_t *)(gusptr + (position)))
36
36
37
37
/* size given in bytes */
38
38
unsigned int gus_read (GUSEmuState * state , int port , int size )
Original file line number Diff line number Diff line change 28
28
29
29
#define GUSregb (position ) (* (gusptr+(position)))
30
30
#define GUSregw (position ) (*(uint16_t *) (gusptr+(position)))
31
- #define GUSregd (position ) (*(uint16_t *)(gusptr+ (position)))
31
+ #define GUSregd (position ) (*(uint32_t *)(gusptr + (position)))
32
32
33
33
#define GUSvoice (position ) (*(uint16_t *)(voiceptr+(position)))
34
34
You can’t perform that action at this time.
0 commit comments