velxio/test/test_custom_chips/sdk/examples/reset-gen.chip.json

9 lines
307 B
JSON

{
"schema": "velxio-chip/v1",
"name": "Power-on Reset",
"author": "Velxio",
"license": "MIT",
"description": "Power-on reset generator: holds RESET low then pulses it high, and ties WAIT/BUSREQ/INT/NMI high. Boots a Z80 bus computer on Run.",
"pins": ["RESET", "WAIT", "BUSREQ", "INT", "NMI"]
}