diff --git a/.gitignore b/.gitignore index 35aa8ae..f6114dd 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ pcb*/**/*.dcm pcb*/**/*.kicad_prl pcb*/**/*-backups/ pcb*/**/*.xml +pcb*/**/*.lck pcb*/**/out/ pcb.*/ pcb*/rev*~*/ @@ -18,3 +19,4 @@ pcb*/rev*~*/ *.*~ *.sublime-* .vscode/ +images/1.png diff --git a/README.md b/README.md new file mode 100644 index 0000000..153c93e --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +## Dendy +Another Dendy (Famicom) clone + +[![photo](images/thumb.1.webp)](images/1.webp?raw=true) + + + +### Changelog & current status +* Rev.A - first release + +### Related projects +I want to express my appreciation to the authors of the following projects, which served as inspiration and as reference for my development: + +[https://github.com/mleonid2000/dendy_junior_remastered](https://github.com/mleonid2000/dendy_junior_remastered) - Dendy Junior Remastered by lm2000 diff --git a/images/1.webp b/images/1.webp new file mode 100644 index 0000000..492b8f3 Binary files /dev/null and b/images/1.webp differ diff --git a/images/thumb.1.webp b/images/thumb.1.webp new file mode 100644 index 0000000..e5d3425 Binary files /dev/null and b/images/thumb.1.webp differ