Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| boards:ecb:dskyng [2024/08/09 05:57] – Revision from 2024-08-09 | boards:ecb:dskyng [2026/06/15 12:50] (current) – external edit 127.0.0.1 |
|---|
| /* Imported from Wayback Machine | /* Imported from Wayback Machine |
| Original URL : https://retrobrewcomputers.org/doku.php?id=boards:ecb:dskyng | Original URL : https://www.retrobrewcomputers.org/doku.php?id=boards:ecb:dskyng |
| Snapshot date: 2024-08-09 | Snapshot date: 2025-01-12 |
| Generator : wayback-archiver | Generator : wayback-archiver |
| */ | */ |
| ===== Hardware Documentation ===== | ===== Hardware Documentation ===== |
| |
| |BOARD |[[https://retrobrewcomputers.org/lib/exe/fetch.php?media=boards:ecb:dskyng:nextgendsky_pcb.pdf|:boards:ecb:dskyng:nextgendsky_pcb.pdf]] | | |BOARD |[[https://www.retrobrewcomputers.org/lib/exe/fetch.php?media=boards:ecb:dskyng:nextgendsky_pcb.pdf|:boards:ecb:dskyng:nextgendsky_pcb.pdf]] | |
| |SCHEMATIC |[[https://retrobrewcomputers.org/lib/exe/fetch.php?media=boards:ecb:dskyng:nextgendsky_schematic.pdf|:boards:ecb:dskyng:nextgendsky_schematic.pdf]]| | |SCHEMATIC |[[https://www.retrobrewcomputers.org/lib/exe/fetch.php?media=boards:ecb:dskyng:nextgendsky_schematic.pdf|:boards:ecb:dskyng:nextgendsky_schematic.pdf]]| |
| |GERBERS |[[https://retrobrewcomputers.org/lib/exe/fetch.php?media=boards:ecb:dskyng:dskyng_gerber.zip|:boards:ecb:dskyng:dskyng_gerber.zip]] | | |GERBERS |[[https://www.retrobrewcomputers.org/lib/exe/fetch.php?media=boards:ecb:dskyng:dskyng_gerber.zip|:boards:ecb:dskyng:dskyng_gerber.zip]] | |
| |KICAD SOURCE|[[https://retrobrewcomputers.org/lib/exe/fetch.php?media=boards:ecb:dskyng:nextgendsky.zip|:boards:ecb:dskyng:nextgendsky.zip]] | | |KICAD SOURCE|[[https://www.retrobrewcomputers.org/lib/exe/fetch.php?media=boards:ecb:dskyng:nextgendsky.zip|:boards:ecb:dskyng:nextgendsky.zip]] | |
| |
| The DSKYng provides two pass-through interfaces. The “IO” port is compatible with the original and V2 SBC parallel port and the “PPIDE” port is compatible with a PPIDE based port such as the one on the new SBC. Note that these cannot be used at the same time and are provided only to allow compatibility to as many of the SBC configurations as possible. Note that the DSKYng is compatible with an IDE based HDD or CF card running on the PPIDE bus or IO bus. | The DSKYng provides two pass-through interfaces. The “IO” port is compatible with the original and V2 SBC parallel port and the “PPIDE” port is compatible with a PPIDE based port such as the one on the new SBC. Note that these cannot be used at the same time and are provided only to allow compatibility to as many of the SBC configurations as possible. Note that the DSKYng is compatible with an IDE based HDD or CF card running on the PPIDE bus or IO bus. |
| ===== Software Documentation ===== | ===== Software Documentation ===== |
| |
| Example code for using the DSKYng can be referenced from the RomWBW repo. Specifically /Source/HBIOS/dskyng.asm and /Source/Apps/tstdskng.asm will be useful in determining specifically how to write code for the DSKYng. The Intel 8279 datasheet [[https://retrobrewcomputers.org/lib/exe/fetch.php?media=boards:ecb:dskyng:datasheet.pdf|:boards:ecb:dskyng:datasheet.pdf]] is also a useful reference for the registers and functions of the 8279 display and keyboard driver. | Example code for using the DSKYng can be referenced from the RomWBW repo. Specifically /Source/HBIOS/dskyng.asm and /Source/Apps/tstdskng.asm will be useful in determining specifically how to write code for the DSKYng. The Intel 8279 datasheet [[https://www.retrobrewcomputers.org/lib/exe/fetch.php?media=boards:ecb:dskyng:datasheet.pdf|:boards:ecb:dskyng:datasheet.pdf]] is also a useful reference for the registers and functions of the 8279 display and keyboard driver. |
| |
| <code code> | <code code> |