From 876f1886047d03393c82d032dc5d262853c52f97 Mon Sep 17 00:00:00 2001 From: Nestor Soriano Date: Fri, 14 Aug 2020 10:04:30 +0200 Subject: [PATCH] Update link to MSX2 Technical Handbook. Konamiman originally published his transcript of MSX2 Tehnical Handbook in the form of text files in his web site, but has later converted it to Markdown files hosted in a dedicated GitHub repository. This commit changes the link in msx.ts from the old text files to the dedicated repository. --- src/platform/msx.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platform/msx.ts b/src/platform/msx.ts index b06bcf2c..7229eb34 100644 --- a/src/platform/msx.ts +++ b/src/platform/msx.ts @@ -3,7 +3,7 @@ import { MSX1 } from "../machine/msx"; import { Platform, BaseZ80MachinePlatform } from "../common/baseplatform"; import { PLATFORMS } from "../common/emu"; -// https://www.konamiman.com/msx/msx-e.html#msx2th +// https://github.com/Konamiman/MSX2-Technical-Handbook // https://www.msx.org/wiki/MSX_Cartridge_slot // http://map.grauw.nl/resources/msx_io_ports.php // https://openmsx.org/manual/setup.html