From d1006c7c0448d3b3f3f540242e1974a300052d67 Mon Sep 17 00:00:00 2001 From: Lord-Nightmare Date: Wed, 23 Nov 2016 15:18:05 -0500 Subject: [PATCH] typo fix (nw) --- src/devices/sound/pokey.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/sound/pokey.cpp b/src/devices/sound/pokey.cpp index f7907d04531..8c98cff60ec 100644 --- a/src/devices/sound/pokey.cpp +++ b/src/devices/sound/pokey.cpp @@ -14,7 +14,7 @@ * - changed audio emulation to emulate borrow 3 clock delay and * proper channel reset. New frequency only becomes effective * after the counter hits 0. Emulation also treats counters - * as 8 bit counters which are linked now instead of monolytic + * as 8 bit counters which are linked now instead of monolithic * 16 bit counters. * * 4.51: