├── LICENSE.html ├── README.md ├── cpu ├── TR3200.md └── tr3200_sheet.html ├── devices ├── CDA.md ├── FloppyDrive.md ├── Keyboard.md ├── SerialConsole.md └── TDA.md ├── diagrams ├── DevConfigHeader.dia ├── FLAGS_format.dia ├── TR3200_decoding.dia ├── TR3200_ins_format.dia ├── TR3200_ins_format.svg ├── computer.dia ├── memory_map.dia └── mpu.dia ├── embed ├── Beeper.md ├── RNG.md ├── RTC.md └── Timers.md ├── formats └── VCD_Format.md └── img └── dia ├── DevConfigHeader.png ├── FLAGS_format.png ├── TR3200_ins_format.png ├── computer.png ├── computer_tn.png ├── memory_map.png ├── mpu.png └── palette.png /LICENSE.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trillek-team/trillek-computer/HEAD/LICENSE.html -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trillek-team/trillek-computer/HEAD/README.md -------------------------------------------------------------------------------- /cpu/TR3200.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trillek-team/trillek-computer/HEAD/cpu/TR3200.md -------------------------------------------------------------------------------- /cpu/tr3200_sheet.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trillek-team/trillek-computer/HEAD/cpu/tr3200_sheet.html -------------------------------------------------------------------------------- /devices/CDA.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trillek-team/trillek-computer/HEAD/devices/CDA.md -------------------------------------------------------------------------------- /devices/FloppyDrive.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trillek-team/trillek-computer/HEAD/devices/FloppyDrive.md -------------------------------------------------------------------------------- /devices/Keyboard.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trillek-team/trillek-computer/HEAD/devices/Keyboard.md -------------------------------------------------------------------------------- /devices/SerialConsole.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trillek-team/trillek-computer/HEAD/devices/SerialConsole.md -------------------------------------------------------------------------------- /devices/TDA.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trillek-team/trillek-computer/HEAD/devices/TDA.md -------------------------------------------------------------------------------- /diagrams/DevConfigHeader.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trillek-team/trillek-computer/HEAD/diagrams/DevConfigHeader.dia -------------------------------------------------------------------------------- /diagrams/FLAGS_format.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trillek-team/trillek-computer/HEAD/diagrams/FLAGS_format.dia -------------------------------------------------------------------------------- /diagrams/TR3200_decoding.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trillek-team/trillek-computer/HEAD/diagrams/TR3200_decoding.dia -------------------------------------------------------------------------------- /diagrams/TR3200_ins_format.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trillek-team/trillek-computer/HEAD/diagrams/TR3200_ins_format.dia -------------------------------------------------------------------------------- /diagrams/TR3200_ins_format.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trillek-team/trillek-computer/HEAD/diagrams/TR3200_ins_format.svg -------------------------------------------------------------------------------- /diagrams/computer.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trillek-team/trillek-computer/HEAD/diagrams/computer.dia -------------------------------------------------------------------------------- /diagrams/memory_map.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trillek-team/trillek-computer/HEAD/diagrams/memory_map.dia -------------------------------------------------------------------------------- /diagrams/mpu.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trillek-team/trillek-computer/HEAD/diagrams/mpu.dia -------------------------------------------------------------------------------- /embed/Beeper.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trillek-team/trillek-computer/HEAD/embed/Beeper.md -------------------------------------------------------------------------------- /embed/RNG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trillek-team/trillek-computer/HEAD/embed/RNG.md -------------------------------------------------------------------------------- /embed/RTC.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trillek-team/trillek-computer/HEAD/embed/RTC.md -------------------------------------------------------------------------------- /embed/Timers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trillek-team/trillek-computer/HEAD/embed/Timers.md -------------------------------------------------------------------------------- /formats/VCD_Format.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trillek-team/trillek-computer/HEAD/formats/VCD_Format.md -------------------------------------------------------------------------------- /img/dia/DevConfigHeader.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trillek-team/trillek-computer/HEAD/img/dia/DevConfigHeader.png -------------------------------------------------------------------------------- /img/dia/FLAGS_format.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trillek-team/trillek-computer/HEAD/img/dia/FLAGS_format.png -------------------------------------------------------------------------------- /img/dia/TR3200_ins_format.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trillek-team/trillek-computer/HEAD/img/dia/TR3200_ins_format.png -------------------------------------------------------------------------------- /img/dia/computer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trillek-team/trillek-computer/HEAD/img/dia/computer.png -------------------------------------------------------------------------------- /img/dia/computer_tn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trillek-team/trillek-computer/HEAD/img/dia/computer_tn.png -------------------------------------------------------------------------------- /img/dia/memory_map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trillek-team/trillek-computer/HEAD/img/dia/memory_map.png -------------------------------------------------------------------------------- /img/dia/mpu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trillek-team/trillek-computer/HEAD/img/dia/mpu.png -------------------------------------------------------------------------------- /img/dia/palette.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trillek-team/trillek-computer/HEAD/img/dia/palette.png --------------------------------------------------------------------------------