shithub: neindaw

Download patch

ref: 2954c28b541c70fef1d71416149233365eb86806
parent: c4e7743fc560f9c74539e21da8892d44cf7dfe20
author: Sigrid Haflínudóttir <ftrvxmtrx@gmail.com>
date: Thu Mar 19 09:19:11 EDT 2020

ay: default to zx-spectrum ay-3-8912 frequency

--- a/ay/ay.c
+++ b/ay/ay.c
@@ -52,7 +52,7 @@
 	[Xclone] = {.type = Xclone},
 };
 
-static int tickhz = 1000000;
+static int tickhz = 1773400;
 
 extern Srv fs;