Add volatile to vic.h raster register
This commit is contained in:
parent
5cce611659
commit
a65d65d3d1
|
@ -49,7 +49,7 @@ struct VIC
|
|||
byte spr_msbx;
|
||||
|
||||
volatile byte ctrl1;
|
||||
byte raster;
|
||||
volatile byte raster;
|
||||
byte lpx, lpy;
|
||||
byte spr_enable;
|
||||
byte ctrl2;
|
||||
|
|
Loading…
Reference in New Issue