blob: 1d2138220e930b46df33a5010ce007e0ac7fc6f8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
$NetBSD: patch-ad,v 1.2 2019/10/01 14:54:59 nia Exp $
Preconfigure some reasonable defaults.
48000 Hz is a reasonable value for modern (~last 20 years) sound devices.
--- doc/config.orig 2019-04-14 14:11:29.000000000 +0000
+++ doc/config
@@ -5,13 +5,13 @@
FastRAM = 0
# Atari floppy device (GEMDOS A:) is mapped to host floppy block device
-Floppy = /dev/fd0
+Floppy = /dev/fd0a
# location of TOS 4.04 ROM image (can be full path, relative to config file or relative to HOME directory)
TOS = ROM
# location of EmuTOS (can be full path, relative to config file or relative to HOME directory)
-EmuTOS = emutos-aranym.img
+EmuTOS = @PREFIX@/share/aranym/etos512k.img
# location of FreeMiNT kernel (full path)
Bootstrap =
@@ -271,7 +271,7 @@ UseHostMouseCursor = No
[AUDIO]
# Host audio device settings
# Frequency
-Frequency = 22050
+Frequency = 48000
# Number of channels (2 for stereo, 1 for mono)
Channels = 2
# Bits per channel (8 or 16)
|