diff --git a/system/lcd.h65 b/system/lcd.h65 index 465b992..93ed1d8 100644 --- a/system/lcd.h65 +++ b/system/lcd.h65 @@ -1,17 +1,17 @@ -;******************************************************************************** -; @module LCD-W164B -; @type driver -; @device ELECTRONIC ASSEMBLY - W164B-NLW -; @details -; The LCD must be connected to a W65C22N Interface Chip: -; - IO.RB0-7 -> LCD.D0-7 data lines -; - IO.RA5 -> LCD.RS register select -; - IO.RA6 -> LCD.R/W read/write -; - IO.RA7 -> LCD.E enable -; -; @requires IO: Base Address of IO Chip -; @depends IO-W65C22N -;******************************************************************************** +;;******************************************************************************** +;; @module LCD-W164B +;; @type driver +;; @device ELECTRONIC ASSEMBLY - W164B-NLW +;; @details +;; The LCD must be connected to a W65C22N Interface Chip: +;; - IO.RB0-7 -> LCD.D0-7 data lines +;; - IO.RA5 -> LCD.RS register select +;; - IO.RA6 -> LCD.R/W read/write +;; - IO.RA7 -> LCD.E enable +;; +;; @requires IO: Base Address of IO Chip +;; @depends IO-W65C22N +;;******************************************************************************** .ifndef INCLUDE_LCD INCLUDE_LCD = 1