Annotation of hatari/etc/n810.cfg, revision 1.1.1.1

1.1       root        1: [Floppy]
                      2: bAutoInsertDiskB = TRUE
                      3: nWriteProtection = 2
                      4: szDiskAFileName =
                      5: szDiskBFileName =
                      6: szDiskImageDirectory = /home/user/MyDocs/.games
                      7: 
                      8: [HardDisk]
                      9: bBootFromHardDisk = TRUE
                     10: bUseHardDiskDirectory = TRUE
                     11: bUseHardDiskImage = FALSE
                     12: szHardDiskDirectory = /home/user/MyDocs/
                     13: 
                     14: [Joystick0]
                     15: bEnableAutoFire = FALSE
                     16: nJoyId = 1
                     17: nJoystickMode = 0
                     18: # 5-way rocker keys (arrows + enter)
                     19: nKeyCodeDown = 274
                     20: nKeyCodeFire = 13
                     21: nKeyCodeLeft = 276
                     22: nKeyCodeRight = 275
                     23: nKeyCodeUp = 273
                     24: 
                     25: [Joystick1]
                     26: bEnableAutoFire = FALSE
                     27: nJoyId = 0
                     28: nJoystickMode = 0
                     29: nKeyCodeDown = 274
                     30: nKeyCodeFire = 13
                     31: nKeyCodeLeft = 276
                     32: nKeyCodeRight = 275
                     33: nKeyCodeUp = 273
                     34: 
                     35: [Joystick2]
                     36: bEnableAutoFire = FALSE
                     37: nJoyId = 2
                     38: nJoystickMode = 0
                     39: nKeyCodeDown = 274
                     40: nKeyCodeFire = 13
                     41: nKeyCodeLeft = 276
                     42: nKeyCodeRight = 275
                     43: nKeyCodeUp = 273
                     44: 
                     45: [Joystick3]
                     46: bEnableAutoFire = FALSE
                     47: nJoyId = 3
                     48: nJoystickMode = 0
                     49: nKeyCodeDown = 274
                     50: nKeyCodeFire = 13
                     51: nKeyCodeLeft = 276
                     52: nKeyCodeRight = 275
                     53: nKeyCodeUp = 273
                     54: 
                     55: [Joystick4]
                     56: bEnableAutoFire = FALSE
                     57: nJoyId = 4
                     58: nJoystickMode = 0
                     59: nKeyCodeDown = 274
                     60: nKeyCodeFire = 13
                     61: nKeyCodeLeft = 276
                     62: nKeyCodeRight = 275
                     63: nKeyCodeUp = 273
                     64: 
                     65: [Joystick5]
                     66: bEnableAutoFire = FALSE
                     67: nJoyId = 5
                     68: nJoystickMode = 0
                     69: nKeyCodeDown = 274
                     70: nKeyCodeFire = 13
                     71: nKeyCodeLeft = 276
                     72: nKeyCodeRight = 275
                     73: nKeyCodeUp = 273
                     74: 
                     75: [Memory]
                     76: bAutoSave = FALSE
                     77: nMemorySize = 1
                     78: szAutoSaveFileName = /home/user/.hatari/auto.sav
                     79: szMemoryCaptureFileName = /home/user/MyDocs/.games/hatari.sav
                     80: 
                     81: [Midi]
                     82: bEnableMidi = FALSE
                     83: 
                     84: [Printer]
                     85: bEnablePrinting = FALSE
                     86: bPrintToFile = TRUE
                     87: szPrintToFileName = /home/user/MyDocs/.documents/hatari-printer.txt
                     88: 
                     89: [ROM]
                     90: szCartridgeImageFileName =
                     91: szTosImageFileName = /usr/share/hatari/tos.img
                     92: 
                     93: [RS232]
                     94: bEnableRS232 = FALSE
                     95: 
                     96: [Screen]
                     97: bAllowOverscan = FALSE
                     98: bCaptureChange = FALSE
                     99: bFullScreen = FALSE
                    100: bUseExtVdiResolutions = FALSE
                    101: bZoomLowRes = TRUE
                    102: nForceBpp = 0
                    103: nFrameSkips = 5
                    104: nFramesPerSecond = 25
                    105: nFullScreenBorderPixelsTop = 14
                    106: nFullScreenBorderPixelsBottom = 14
                    107: nFullScreenBorderPixelsLeft = 32
                    108: nFullScreenBorderPixelsRight = 32
                    109: nMonitorType = 1
                    110: nSpec512Threshold = 0
                    111: nVdiColors = 0
                    112: nVdiHeight = 480
                    113: nVdiWidth = 800
                    114: nWindowBorderPixelsTop = 0
                    115: nWindowBorderPixelsBottom = 0
                    116: nWindowBorderPixelsLeft = 16
                    117: nWindowBorderPixelsRight = 16
                    118: bShowStatusbar = TRUE
                    119: bShowDriveLed = FALSE
                    120: 
                    121: [ShortcutsWithModifiers]
                    122: keyOptions = 111
                    123: keyFullScreen = 102
                    124: keyMouseMode = 109
                    125: keyColdReset = 99
                    126: keyWarmReset = 114
                    127: keyScreenShot = 103
                    128: keyBossKey = 105
                    129: keyCursorEmu = 106
                    130: keyMaxSpeed = 120
                    131: keyRecAnim = 97
                    132: keyRecSound = 121
                    133: keySound = 115
                    134: keyQuit = 113
                    135: 
                    136: # check /usr/include/SDL/SDL_keysyms.h for numeric key values
                    137: [ShortcutsWithoutModifiers]
                    138: # 285: F4 (menu)
                    139: keyOptions = 285
                    140: # 287: F6 (fullsceen)
                    141: keyFullScreen = 287
                    142: keyMouseMode = 0
                    143: keyColdReset = 0
                    144: keyWarmReset = 0
                    145: keyScreenShot = 0
                    146: keyBossKey = 0
                    147: # 289: F8 (+ increase)
                    148: keyCursorEmu = 289
                    149: keyMaxSpeed = 0
                    150: keyRecAnim = 0
                    151: keyRecSound = 0
                    152: # 288: F7 (- decrease)
                    153: keySound = 288
                    154: keyQuit = 0
                    155: 
                    156: [Sound]
                    157: bEnableSound = TRUE
                    158: nPlaybackQuality = 0
                    159: szYMCaptureFileName = /home/user/MyDocs/.sounds/hatari.wav
                    160: 
                    161: [System]
                    162: bBlitter = FALSE
                    163: bCompatibleCpu = FALSE
                    164: bFastForward = FALSE
                    165: bPatchTimerD = TRUE
                    166: bRealTimeClock = TRUE
                    167: bSlowFDC = FALSE
                    168: nCpuFreq = 8
                    169: nCpuLevel = 0
                    170: nDSPType = 0
                    171: nMachineType = 0

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.