SPLD: Move watchdog to 0x6C-0x6F to avoid conflict with RC2014 secondary SIO board
authorSergey Kiselev <skiselev@gmail.com>
Thu, 7 Mar 2019 23:12:46 +0000 (15:12 -0800)
committerSergey Kiselev <skiselev@gmail.com>
Thu, 7 Mar 2019 23:12:46 +0000 (15:12 -0800)
Signed-off-by: Sergey Kiselev <skiselev@gmail.com>
SPLD/easy_z80_wdog.pld

index 1a48363..e9152a4 100644 (file)
@@ -16,7 +16,7 @@ A7    RAMCSI  WDOG    MA19    PGENWR  PAGEWR  ROMCS   SIOCS   CTCCS   VCC
 
 /PGENWR = /IORQ * M1 * /A7 *  A6 *  A5 *  A4 *  A3 *  A2 * /WR 
 
-WDOG    = /IORQ * M1 *  A7 * /A6 * /A5 * /A4 * /A3 *  A2 * /WR
+WDOG    = /IORQ * M1 * /A7 *  A6 *  A5 * /A4 *  A3 *  A2 * /WR
 
 DESCRIPTION
 
@@ -35,4 +35,4 @@ It implements the following functions:
 6. Page enable register write - PGEN. This signal is activated by I/O writes
    to the ports in 0x7C-0x7F range
 7. Watchdog signal - WDOG. This signal is activated by I/O writes
-   to the ports in 0x84-0x87 range
+   to the ports in 0x6C-0x6F range