From 4389c236fd763f490be645d9c354c372143193a8 Mon Sep 17 00:00:00 2001 From: David Schmenk Date: Tue, 29 Apr 2014 20:26:12 -0700 Subject: [PATCH] Update README.md --- PLASMA/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PLASMA/README.md b/PLASMA/README.md index bc16a3ac..e06c5fa4 100644 --- a/PLASMA/README.md +++ b/PLASMA/README.md @@ -113,9 +113,9 @@ The source code of a PLASMA module first defines constants, variables and data. ; ; Array declaration of screen row addresses ; - word txtscrn[] = [$0400,$0480,$0500,$0580,$0600,$0680,$0700,$0780] - word = [$0428,$04A8,$0528,$05A8,$0628,$06A8,$0728,$07A8] - word = [$0450,$04D0,$0550,$05D0,$0650,$06D0,$0750,$07D0] + word txtscrn[] = $0400,$0480,$0500,$0580,$0600,$0680,$0700,$0780 + word = $0428,$04A8,$0528,$05A8,$0628,$06A8,$0728,$07A8 + word = $0450,$04D0,$0550,$05D0,$0650,$06D0,$0750,$07D0 ; ; Misc global variables ;