From: David Given Date: Mon, 23 Apr 2018 18:52:26 +0000 (+0200) Subject: Correctly set the location and size of the video memory on the NC200. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=0f7b534c98b149922a32c6e4f0b1271be539530b;p=FUZIX.git Correctly set the location and size of the video memory on the NC200. --- diff --git a/Kernel/platform-amstradnc/nc100.def b/Kernel/platform-amstradnc/nc100/nc100.def similarity index 100% rename from Kernel/platform-amstradnc/nc100.def rename to Kernel/platform-amstradnc/nc100/nc100.def diff --git a/Kernel/platform-amstradnc/nc200/nc100.def b/Kernel/platform-amstradnc/nc200/nc100.def new file mode 100644 index 00000000..10ec5d36 --- /dev/null +++ b/Kernel/platform-amstradnc/nc200/nc100.def @@ -0,0 +1,4 @@ +VIDEO_BASEH .equ 0x60 +VIDEO_END .equ 0x80 +VIDEO_BASE .equ 0x6000 +VIDEO_SIZE .equ 0x2000