mirror of
https://github.com/freewilll/apple2-go.git
synced 2025-08-05 23:25:16 +00:00
Reduced flash frequency slightly
This commit is contained in:
@@ -11,7 +11,7 @@ import (
|
||||
const (
|
||||
screenSizeFactor = 1 // Factor by which the whole screen is resized
|
||||
textVideoMemory = 0x400 // Base location of page 1 text video memory
|
||||
flashFrames = 8 // Number of frames when FLASH mode is toggled
|
||||
flashFrames = 11 // Number of frames when FLASH mode is toggled
|
||||
)
|
||||
|
||||
var (
|
||||
|
Reference in New Issue
Block a user