Add microprocessor supervisor info
authorSergey Kiselev <skiselev@gmail.com>
Fri, 1 Mar 2019 19:59:00 +0000 (11:59 -0800)
committerGitHub <noreply@github.com>
Fri, 1 Mar 2019 19:59:00 +0000 (11:59 -0800)
README.md

index 9de1ad4..005b41d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -14,6 +14,11 @@ It reuses the same memory paging mechanism I've implemented in Zeta SBC V2, but
   * Zilog Z80 CTC - Programmable timer used for periodic interrupts and (optionally) for generating UART clock
   * Zilog Z80 SIO - Dual channel serial interface, used for console and for connecting to other peripheral devices
 * Bus: [RC2014](https://rc2014.co.uk/) compatible
+* Microprocessor Supervisor:
+  * Reset generation
+  * SRAM battery backup
+  * Power failure NMI
+  * Watchdog (optional)
 
 ## Hardware Documentation