forked from Apple-2-Tools/jace
Fix minor compile warning
This commit is contained in:
@@ -346,7 +346,7 @@ public class VideoNTSC extends VideoDHGR {
|
||||
// System.out.println(state + ": "+ graphicsMode);
|
||||
}
|
||||
// These catch changes to the RGB mode to toggle between color, BW and mixed
|
||||
static Set<RAMListener> rgbStateListeners = new HashSet<>();
|
||||
static final Set<RAMListener> rgbStateListeners = new HashSet<>();
|
||||
|
||||
static {
|
||||
rgbStateListeners.add(new RAMListener(RAMEvent.TYPE.ANY, RAMEvent.SCOPE.ADDRESS, RAMEvent.VALUE.ANY) {
|
||||
|
Reference in New Issue
Block a user