diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e0adef5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,414 @@ +# intermediate build files +*.bgn +*.bit +*.bld +*.cmd_log +*.drc +*.ll +*.lso +*.msd +*.msk +*.ncd +*.ngc +*.ngd +*.ngr +*.pad +*.par +*.pcf +*.prj +*.ptwx +*.rbb +*.rbd +*.stx +*.syr +*.twr +*.twx +*.unroutes +*.ut +*.xpi +*.xst +*_bitgen.xwbt +*_envsettings.html +*_map.map +*_map.mrp +*_map.ngm +*_map.xrpt +*_ngdbuild.xrpt +*_pad.csv +*_pad.txt +*_par.xrpt +*_summary.html +*_summary.xml +*_usage.xml +*_xst.xrpt + +# iMPACT generated files +_impactbatch.log +impact.xsl +impact_impact.xwbt +ise_impact.cmd +webtalk_impact.xml + +# Core Generator generated files +xaw2verilog.log + +# project-wide generated files +*.gise +par_usage_statistics.html +usage_statistics_webtalk.html +webtalk.log +webtalk_pn.xml + +# generated folders +iseconfig/ +xlnx_auto_0_xdb/ +xst/ +_ngo/ +_xmsgs/ + +### Diff template +*.patch +*.diff + +### GitBook template +# Node rules: +## Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) +.grunt + +## Dependency directory +## Commenting this out is preferred by some people, see +## https://docs.npmjs.com/misc/faq#should-i-check-my-node_modules-folder-into-git +node_modules + +# Book build output +_book + +### Backup template +*.bak +*.gho +*.ori +*.orig +*.tmp + +### Vim template +# Swap +[._t]*.s[a-v][a-z] +!*.svg # comment out if you don't need vector files +[._t]*.sw[a-p] +[._t]s[a-rt-v][a-z] +[._t]ss[a-gi-z] +[._t]sw[a-p] + +# Session +Session.vim +Sessionx.vim + +# Temporary +.netrwhist +*~ +# Auto-generated tag files +tags +# Persistent undo +[._t]*.un~ + +### C++ template +# Prerequisites +*.d + +# Compiled Object files +*.slo +*.lo +*.o +*.obj + +# Precompiled Headers +*.gch +*.pch + +# Compiled Dynamic libraries +*.dylib +*.dll + +# Fortran module files +*.mod +*.smod + +# Compiled Static libraries +*.lai +*.la +*.a +*.lib + +# Executables +*.exe +*.out +*.app + +### C template +# Prerequisites +*.d + +# Object files +*.o +*.ko +*.obj +*.elf + +# Linker output +*.ilk +*.map +*.exp + +# Precompiled Headers +*.gch +*.pch + +# Libraries +*.lib +*.a +*.la +*.lo + +# Shared objects (inc. Windows DLLs) +*.dll +*.so +*.so.* +*.dylib + +# Executables +*.exe +*.out +*.app +*.i*86 +*.x86_64 +*.hex + +# Debug files +*.dSYM/ +*.su +*.idb +*.pdb + +# Kernel Module Compile Results +*.mod* +*.cmd +.tmp_versions/ +modules.order +Module.symvers +Mkfile.old +dkms.conf + +### NetBeans template +**/nbproject/private/ +**/nbproject/Makefile-*.mk +**/nbproject/Package-*.bash +build/ +nbbuild/ +dist/ +nbdist/ +.nb-gradle/ + +### AtmelStudio template +## Ignore Atmel Studio temporary files and build results +# https://www.microchip.com/mplab/avr-support/atmel-studio-7 + +# Atmel Studio is powered by an older version of Visual Studio, +# so most of the project and solution files are the same as VS files, +# only prefixed by an `at`. + +#Build Directories +[Dd]ebug/ +[Rr]elease/ + +#Build Results +*.o +*.d +*.eep +*.elf +*.hex +*.map +*.srec + +#User Specific Files +*.atsuo + +### Windows template +# Windows thumbnail cache files +Thumbs.db +Thumbs.db:encryptable +ehthumbs.db +ehthumbs_vista.db + +# Dump file +*.stackdump + +# Folder config file +[Dd]esktop.ini + +# Recycle Bin used on file shares +$RECYCLE.BIN/ + +# Windows Installer files +*.cab +*.msi +*.msix +*.msm +*.msp + +# Windows shortcuts +*.lnk + +### JetBrains template +# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider +# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 + +# User-specific stuff +.idea/**/workspace.xml +.idea/**/tasks.xml +.idea/**/usage.statistics.xml +.idea/**/dictionaries +.idea/**/shelf + +# Generated files +.idea/**/contentModel.xml + +# Sensitive or high-churn files +.idea/**/dataSources/ +.idea/**/dataSources.ids +.idea/**/dataSources.local.xml +.idea/**/sqlDataSources.xml +.idea/**/dynamic.xml +.idea/**/uiDesigner.xml +.idea/**/dbnavigator.xml + +# Gradle +.idea/**/gradle.xml +.idea/**/libraries + +# Gradle and Maven with auto-import +# When using Gradle or Maven with auto-import, you should exclude module files, +# since they will be recreated, and may cause churn. Uncomment if using +# auto-import. +# .idea/artifacts +# .idea/compiler.xml +# .idea/jarRepositories.xml +# .idea/modules.xml +# .idea/*.iml +# .idea/modules +# *.iml +# *.ipr + +# CMake +cmake-build-*/ + +# Mongo Explorer plugin +.idea/**/mongoSettings.xml + +# File-based project format +*.iws + +# IntelliJ +out/ + +# mpeltonen/sbt-idea plugin +.idea_modules/ + +# JIRA plugin +atlassian-ide-plugin.xml + +# Cursive Clojure plugin +.idea/replstate.xml + +# Crashlytics plugin (for Android Studio and IntelliJ) +com_crashlytics_export_strings.xml +crashlytics.properties +crashlytics-build.properties +fabric.properties + +# Editor-based Rest Client +.idea/httpRequests + +# Android studio 3.1+ serialized cache file +.idea/caches/build_file_checksums.ser + +### VisualStudioCode template +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +*.code-workspace + +# Local History for Visual Studio Code +.history/ + +### SublimeText template +# Cache files for Sublime Text +*.tmlanguage.cache +*.tmPreferences.cache +*.stTheme.cache + +# Workspace files are user-specific +*.sublime-workspace + +# Project files should be checked into the repository, unless a significant +# proportion of contributors will probably not be using Sublime Text +# *.sublime-project + +# SFTP configuration file +sftp-config.json +sftp-config-alt*.json + +# Package control specific files +Package Control.last-run +Package Control.ca-list +Package Control.ca-bundle +Package Control.system-ca-bundle +Package Control.cache/ +Package Control.ca-certs/ +Package Control.merged-ca-bundle +Package Control.user-ca-bundle +oscrypto-ca-bundle.crt +bh_unicode_properties.cache + +# Sublime-github package stores a github token in this file +# https://packagecontrol.io/packages/sublime-github +GitHub.sublime-settings + +### NotepadPP template +# Notepad++ backups # +*.bak + +### macOS template +# General +.DS_Store +.AppleDouble +.LSOverride + +# Icon must end with two \r +Icon + +# Thumbnails +._t* + +# Files that might appear in the root of a volume +.DocumentRevisions-V100 +.fseventsd +.Spotlight-V100 +.TemporaryItems +.Trashes +.VolumeIcon.icns +.com.apple.timemachine.donotpresent + +# Directories potentially created on remote AFP share +.AppleDB +.AppleDesktop +Network Trash Folder +Temporary Items +.apdisk + +### PuTTY template +# Private key +*.ppk + +.idea diff --git a/.mailmap b/.mailmap new file mode 100644 index 0000000..cf5e3e1 --- /dev/null +++ b/.mailmap @@ -0,0 +1,11 @@ +# Prevent git from showing duplicate names with commands like "git shortlog" +# See the manpage of git-shortlog for details. +# The syntax is: +# Name that should be used Bad name +# +# You can skip Bad name if it is the same as the one that should be used, and is unique. +# +# This file is up-to-date if the command git log --format="%aN <%aE>" | sort -u +# gives no duplicates. + +Marcus Andrade diff --git a/Arcade/Cabinets/Naomi 50.pdf b/Arcade/Cabinets/Naomi 50.pdf new file mode 100644 index 0000000..164eb1b Binary files /dev/null and b/Arcade/Cabinets/Naomi 50.pdf differ diff --git a/Arcade/Cabinets/Naomi_service_manual_1.pdf b/Arcade/Cabinets/Naomi_service_manual_1.pdf new file mode 100644 index 0000000..c6d6740 Binary files /dev/null and b/Arcade/Cabinets/Naomi_service_manual_1.pdf differ diff --git a/Arcade/Cabinets/Vewlix Control Plate kit.pdf b/Arcade/Cabinets/Vewlix Control Plate kit.pdf new file mode 100644 index 0000000..095c91d Binary files /dev/null and b/Arcade/Cabinets/Vewlix Control Plate kit.pdf differ diff --git a/Arcade/Cabinets/Vewlix Jamma kit.pdf b/Arcade/Cabinets/Vewlix Jamma kit.pdf new file mode 100644 index 0000000..dc81510 Binary files /dev/null and b/Arcade/Cabinets/Vewlix Jamma kit.pdf differ diff --git a/Arcade/Cabinets/Vewlix part 1.pdf b/Arcade/Cabinets/Vewlix part 1.pdf new file mode 100644 index 0000000..592b5ee Binary files /dev/null and b/Arcade/Cabinets/Vewlix part 1.pdf differ diff --git a/Arcade/Cabinets/Vewlix part 2.pdf b/Arcade/Cabinets/Vewlix part 2.pdf new file mode 100644 index 0000000..6fc20cb Binary files /dev/null and b/Arcade/Cabinets/Vewlix part 2.pdf differ diff --git a/Computers/Commodore 128 Repair Guide.pdf b/Computers/Commodore 128 Repair Guide.pdf new file mode 100644 index 0000000..a9730b7 Binary files /dev/null and b/Computers/Commodore 128 Repair Guide.pdf differ diff --git a/Computers/Commodore A1200 rev1.pdf b/Computers/Commodore A1200 rev1.pdf new file mode 100644 index 0000000..9dde152 Binary files /dev/null and b/Computers/Commodore A1200 rev1.pdf differ diff --git a/Computers/Commodore A1200 rev1D.pdf b/Computers/Commodore A1200 rev1D.pdf new file mode 100644 index 0000000..e5652dd Binary files /dev/null and b/Computers/Commodore A1200 rev1D.pdf differ diff --git a/Computers/Commodore A1200 rev2.pdf b/Computers/Commodore A1200 rev2.pdf new file mode 100644 index 0000000..9ec4601 Binary files /dev/null and b/Computers/Commodore A1200 rev2.pdf differ diff --git a/Computers/Commodore A4000.pdf b/Computers/Commodore A4000.pdf new file mode 100644 index 0000000..78aa6d7 Binary files /dev/null and b/Computers/Commodore A4000.pdf differ diff --git a/Computers/Commodore A500+.pdf b/Computers/Commodore A500+.pdf new file mode 100644 index 0000000..5a7bf53 Binary files /dev/null and b/Computers/Commodore A500+.pdf differ diff --git a/Computers/Commodore A600 rev0.pdf b/Computers/Commodore A600 rev0.pdf new file mode 100644 index 0000000..bee818a Binary files /dev/null and b/Computers/Commodore A600 rev0.pdf differ diff --git a/Computers/Commodore A600 rev2C.pdf b/Computers/Commodore A600 rev2C.pdf new file mode 100644 index 0000000..08ad8aa Binary files /dev/null and b/Computers/Commodore A600 rev2C.pdf differ diff --git a/Computers/Commodore CD32 FMV.pdf b/Computers/Commodore CD32 FMV.pdf new file mode 100644 index 0000000..130497c Binary files /dev/null and b/Computers/Commodore CD32 FMV.pdf differ diff --git a/Computers/Commodore CD32 rev3.pdf b/Computers/Commodore CD32 rev3.pdf new file mode 100644 index 0000000..9cbc490 Binary files /dev/null and b/Computers/Commodore CD32 rev3.pdf differ diff --git a/Computers/Commodore CDTV.pdf b/Computers/Commodore CDTV.pdf new file mode 100644 index 0000000..3da3d21 Binary files /dev/null and b/Computers/Commodore CDTV.pdf differ diff --git a/Consoles/Atari/Esquema Atari Polyvox 300dpi.png b/Consoles/Atari/Esquema Atari Polyvox 300dpi.png new file mode 100644 index 0000000..e4bd323 Binary files /dev/null and b/Consoles/Atari/Esquema Atari Polyvox 300dpi.png differ diff --git a/Consoles/NEC - PC Engine-TurboGrafx 16/Coregrafx PCB Secondary Components.png b/Consoles/NEC - PC Engine-TurboGrafx 16/Coregrafx PCB Secondary Components.png new file mode 100644 index 0000000..5df77ca Binary files /dev/null and b/Consoles/NEC - PC Engine-TurboGrafx 16/Coregrafx PCB Secondary Components.png differ diff --git a/Consoles/NEC - PC Engine-TurboGrafx 16/Coregrafx PCB Secondary Copper.png b/Consoles/NEC - PC Engine-TurboGrafx 16/Coregrafx PCB Secondary Copper.png new file mode 100644 index 0000000..737d96e Binary files /dev/null and b/Consoles/NEC - PC Engine-TurboGrafx 16/Coregrafx PCB Secondary Copper.png differ diff --git a/Consoles/NEC - PC Engine-TurboGrafx 16/PC ENGINE DUO-RX USER MANUAL/RX-1.jpg b/Consoles/NEC - PC Engine-TurboGrafx 16/PC ENGINE DUO-RX USER MANUAL/RX-1.jpg new file mode 100644 index 0000000..05b648a Binary files /dev/null and b/Consoles/NEC - PC Engine-TurboGrafx 16/PC ENGINE DUO-RX USER MANUAL/RX-1.jpg differ diff --git a/Consoles/NEC - PC Engine-TurboGrafx 16/PC ENGINE DUO-RX USER MANUAL/RX-10.jpg b/Consoles/NEC - PC Engine-TurboGrafx 16/PC ENGINE DUO-RX USER MANUAL/RX-10.jpg new file mode 100644 index 0000000..ce19624 Binary files /dev/null and b/Consoles/NEC - PC Engine-TurboGrafx 16/PC ENGINE DUO-RX USER MANUAL/RX-10.jpg differ diff --git a/Consoles/NEC - PC Engine-TurboGrafx 16/PC ENGINE DUO-RX USER MANUAL/RX-11.jpg b/Consoles/NEC - PC Engine-TurboGrafx 16/PC ENGINE DUO-RX USER MANUAL/RX-11.jpg new file mode 100644 index 0000000..521ad56 Binary files /dev/null and b/Consoles/NEC - PC Engine-TurboGrafx 16/PC ENGINE DUO-RX USER MANUAL/RX-11.jpg differ diff --git a/Consoles/NEC - PC Engine-TurboGrafx 16/PC ENGINE DUO-RX USER MANUAL/RX-12.jpg b/Consoles/NEC - PC Engine-TurboGrafx 16/PC ENGINE DUO-RX USER MANUAL/RX-12.jpg new file mode 100644 index 0000000..11e76d2 Binary files /dev/null and b/Consoles/NEC - PC Engine-TurboGrafx 16/PC ENGINE DUO-RX USER MANUAL/RX-12.jpg differ diff --git a/Consoles/NEC - PC Engine-TurboGrafx 16/PC ENGINE DUO-RX USER MANUAL/RX-13.jpg b/Consoles/NEC - PC Engine-TurboGrafx 16/PC ENGINE DUO-RX USER MANUAL/RX-13.jpg new file mode 100644 index 0000000..b17ff61 Binary files /dev/null and b/Consoles/NEC - PC Engine-TurboGrafx 16/PC ENGINE DUO-RX USER MANUAL/RX-13.jpg differ diff --git a/Consoles/NEC - PC Engine-TurboGrafx 16/PC ENGINE DUO-RX USER MANUAL/RX-14.jpg b/Consoles/NEC - PC Engine-TurboGrafx 16/PC ENGINE DUO-RX USER MANUAL/RX-14.jpg new file mode 100644 index 0000000..127f536 Binary files /dev/null and b/Consoles/NEC - PC Engine-TurboGrafx 16/PC ENGINE DUO-RX USER MANUAL/RX-14.jpg differ diff --git a/Consoles/NEC - PC Engine-TurboGrafx 16/PC ENGINE DUO-RX USER MANUAL/RX-15.jpg b/Consoles/NEC - PC Engine-TurboGrafx 16/PC ENGINE DUO-RX USER MANUAL/RX-15.jpg new file mode 100644 index 0000000..958eda1 Binary files /dev/null and b/Consoles/NEC - PC Engine-TurboGrafx 16/PC ENGINE DUO-RX USER MANUAL/RX-15.jpg differ diff --git a/Consoles/NEC - PC Engine-TurboGrafx 16/PC ENGINE DUO-RX USER MANUAL/RX-16.jpg b/Consoles/NEC - PC Engine-TurboGrafx 16/PC ENGINE DUO-RX USER MANUAL/RX-16.jpg new file mode 100644 index 0000000..63bef0c Binary files /dev/null and b/Consoles/NEC - PC Engine-TurboGrafx 16/PC ENGINE DUO-RX USER MANUAL/RX-16.jpg differ diff --git a/Consoles/NEC - PC Engine-TurboGrafx 16/PC ENGINE DUO-RX USER MANUAL/RX-17.jpg b/Consoles/NEC - PC Engine-TurboGrafx 16/PC ENGINE DUO-RX USER MANUAL/RX-17.jpg new file mode 100644 index 0000000..8ceaf7b Binary files /dev/null and b/Consoles/NEC - PC Engine-TurboGrafx 16/PC ENGINE DUO-RX USER MANUAL/RX-17.jpg differ diff --git a/Consoles/NEC - PC Engine-TurboGrafx 16/PC ENGINE DUO-RX USER MANUAL/RX-18.jpg b/Consoles/NEC - PC Engine-TurboGrafx 16/PC ENGINE DUO-RX USER MANUAL/RX-18.jpg new file mode 100644 index 0000000..9ed8613 Binary files /dev/null and b/Consoles/NEC - PC Engine-TurboGrafx 16/PC ENGINE DUO-RX USER MANUAL/RX-18.jpg differ diff --git a/Consoles/NEC - PC Engine-TurboGrafx 16/PC ENGINE DUO-RX USER MANUAL/RX-19.jpg b/Consoles/NEC - PC Engine-TurboGrafx 16/PC ENGINE DUO-RX USER MANUAL/RX-19.jpg new file mode 100644 index 0000000..ef27f16 Binary files /dev/null and b/Consoles/NEC - PC Engine-TurboGrafx 16/PC ENGINE DUO-RX USER MANUAL/RX-19.jpg differ diff --git a/Consoles/NEC - PC Engine-TurboGrafx 16/PC ENGINE DUO-RX USER MANUAL/RX-2.jpg b/Consoles/NEC - PC Engine-TurboGrafx 16/PC ENGINE DUO-RX USER MANUAL/RX-2.jpg new file mode 100644 index 0000000..ca0bf2d Binary files /dev/null and b/Consoles/NEC - PC Engine-TurboGrafx 16/PC ENGINE DUO-RX USER MANUAL/RX-2.jpg differ diff --git a/Consoles/NEC - PC Engine-TurboGrafx 16/PC ENGINE DUO-RX USER MANUAL/RX-20.jpg b/Consoles/NEC - PC Engine-TurboGrafx 16/PC ENGINE DUO-RX USER MANUAL/RX-20.jpg new file mode 100644 index 0000000..4a3452d Binary files /dev/null and b/Consoles/NEC - PC Engine-TurboGrafx 16/PC ENGINE DUO-RX USER MANUAL/RX-20.jpg differ diff --git a/Consoles/NEC - PC Engine-TurboGrafx 16/PC ENGINE DUO-RX USER MANUAL/RX-21.jpg b/Consoles/NEC - PC Engine-TurboGrafx 16/PC ENGINE DUO-RX USER MANUAL/RX-21.jpg new file mode 100644 index 0000000..62e2a29 Binary files /dev/null and b/Consoles/NEC - PC Engine-TurboGrafx 16/PC ENGINE DUO-RX USER MANUAL/RX-21.jpg differ diff --git a/Consoles/NEC - PC Engine-TurboGrafx 16/PC ENGINE DUO-RX USER MANUAL/RX-22.jpg b/Consoles/NEC - PC Engine-TurboGrafx 16/PC ENGINE DUO-RX USER MANUAL/RX-22.jpg new file mode 100644 index 0000000..d9f31ee Binary files /dev/null and b/Consoles/NEC - PC Engine-TurboGrafx 16/PC ENGINE DUO-RX USER MANUAL/RX-22.jpg differ diff --git a/Consoles/NEC - PC Engine-TurboGrafx 16/PC ENGINE DUO-RX USER MANUAL/RX-23.jpg b/Consoles/NEC - PC Engine-TurboGrafx 16/PC ENGINE DUO-RX USER MANUAL/RX-23.jpg new file mode 100644 index 0000000..b2559e1 Binary files /dev/null and b/Consoles/NEC - PC Engine-TurboGrafx 16/PC ENGINE DUO-RX USER MANUAL/RX-23.jpg differ diff --git a/Consoles/NEC - PC Engine-TurboGrafx 16/PC ENGINE DUO-RX USER MANUAL/RX-24.jpg b/Consoles/NEC - PC Engine-TurboGrafx 16/PC ENGINE DUO-RX USER MANUAL/RX-24.jpg new file mode 100644 index 0000000..4cd8582 Binary files /dev/null and b/Consoles/NEC - PC Engine-TurboGrafx 16/PC ENGINE DUO-RX USER MANUAL/RX-24.jpg differ diff --git a/Consoles/NEC - PC Engine-TurboGrafx 16/PC ENGINE DUO-RX USER MANUAL/RX-25.jpg b/Consoles/NEC - PC Engine-TurboGrafx 16/PC ENGINE DUO-RX USER MANUAL/RX-25.jpg new file mode 100644 index 0000000..3cc12f7 Binary files /dev/null and b/Consoles/NEC - PC Engine-TurboGrafx 16/PC ENGINE DUO-RX USER MANUAL/RX-25.jpg differ diff --git a/Consoles/NEC - PC Engine-TurboGrafx 16/PC ENGINE DUO-RX USER MANUAL/RX-26.jpg b/Consoles/NEC - PC Engine-TurboGrafx 16/PC ENGINE DUO-RX USER MANUAL/RX-26.jpg new file mode 100644 index 0000000..91532be Binary files /dev/null and b/Consoles/NEC - PC Engine-TurboGrafx 16/PC ENGINE DUO-RX USER MANUAL/RX-26.jpg differ diff --git a/Consoles/NEC - PC Engine-TurboGrafx 16/PC ENGINE DUO-RX USER MANUAL/RX-27.jpg b/Consoles/NEC - PC Engine-TurboGrafx 16/PC ENGINE DUO-RX USER MANUAL/RX-27.jpg new file mode 100644 index 0000000..dc1a5f0 Binary files /dev/null and b/Consoles/NEC - PC Engine-TurboGrafx 16/PC ENGINE DUO-RX USER MANUAL/RX-27.jpg differ diff --git a/Consoles/NEC - PC Engine-TurboGrafx 16/PC ENGINE DUO-RX USER MANUAL/RX-28.jpg b/Consoles/NEC - PC Engine-TurboGrafx 16/PC ENGINE DUO-RX USER MANUAL/RX-28.jpg new file mode 100644 index 0000000..7b4f576 Binary files /dev/null and b/Consoles/NEC - PC Engine-TurboGrafx 16/PC ENGINE DUO-RX USER MANUAL/RX-28.jpg differ diff --git a/Consoles/NEC - PC Engine-TurboGrafx 16/PC ENGINE DUO-RX USER MANUAL/RX-3.jpg b/Consoles/NEC - PC Engine-TurboGrafx 16/PC ENGINE DUO-RX USER MANUAL/RX-3.jpg new file mode 100644 index 0000000..c4827c4 Binary files /dev/null and b/Consoles/NEC - PC Engine-TurboGrafx 16/PC ENGINE DUO-RX USER MANUAL/RX-3.jpg differ diff --git a/Consoles/NEC - PC Engine-TurboGrafx 16/PC ENGINE DUO-RX USER MANUAL/RX-4.jpg b/Consoles/NEC - PC Engine-TurboGrafx 16/PC ENGINE DUO-RX USER MANUAL/RX-4.jpg new file mode 100644 index 0000000..a2895bd Binary files /dev/null and b/Consoles/NEC - PC Engine-TurboGrafx 16/PC ENGINE DUO-RX USER MANUAL/RX-4.jpg differ diff --git a/Consoles/NEC - PC Engine-TurboGrafx 16/PC ENGINE DUO-RX USER MANUAL/RX-5.jpg b/Consoles/NEC - PC Engine-TurboGrafx 16/PC ENGINE DUO-RX USER MANUAL/RX-5.jpg new file mode 100644 index 0000000..c86907a Binary files /dev/null and b/Consoles/NEC - PC Engine-TurboGrafx 16/PC ENGINE DUO-RX USER MANUAL/RX-5.jpg differ diff --git a/Consoles/NEC - PC Engine-TurboGrafx 16/PC ENGINE DUO-RX USER MANUAL/RX-6.jpg b/Consoles/NEC - PC Engine-TurboGrafx 16/PC ENGINE DUO-RX USER MANUAL/RX-6.jpg new file mode 100644 index 0000000..aca0f23 Binary files /dev/null and b/Consoles/NEC - PC Engine-TurboGrafx 16/PC ENGINE DUO-RX USER MANUAL/RX-6.jpg differ diff --git a/Consoles/NEC - PC Engine-TurboGrafx 16/PC ENGINE DUO-RX USER MANUAL/RX-7.jpg b/Consoles/NEC - PC Engine-TurboGrafx 16/PC ENGINE DUO-RX USER MANUAL/RX-7.jpg new file mode 100644 index 0000000..999d159 Binary files /dev/null and b/Consoles/NEC - PC Engine-TurboGrafx 16/PC ENGINE DUO-RX USER MANUAL/RX-7.jpg differ diff --git a/Consoles/NEC - PC Engine-TurboGrafx 16/PC ENGINE DUO-RX USER MANUAL/RX-8.jpg b/Consoles/NEC - PC Engine-TurboGrafx 16/PC ENGINE DUO-RX USER MANUAL/RX-8.jpg new file mode 100644 index 0000000..b50af1e Binary files /dev/null and b/Consoles/NEC - PC Engine-TurboGrafx 16/PC ENGINE DUO-RX USER MANUAL/RX-8.jpg differ diff --git a/Consoles/NEC - PC Engine-TurboGrafx 16/PC ENGINE DUO-RX USER MANUAL/RX-9.jpg b/Consoles/NEC - PC Engine-TurboGrafx 16/PC ENGINE DUO-RX USER MANUAL/RX-9.jpg new file mode 100644 index 0000000..8d023f6 Binary files /dev/null and b/Consoles/NEC - PC Engine-TurboGrafx 16/PC ENGINE DUO-RX USER MANUAL/RX-9.jpg differ diff --git a/Consoles/NEC - PC Engine-TurboGrafx 16/PCEschema.gif b/Consoles/NEC - PC Engine-TurboGrafx 16/PCEschema.gif new file mode 100644 index 0000000..e6dd59e Binary files /dev/null and b/Consoles/NEC - PC Engine-TurboGrafx 16/PCEschema.gif differ diff --git a/Consoles/NEC - PC Engine-TurboGrafx 16/SGXschema.gif b/Consoles/NEC - PC Engine-TurboGrafx 16/SGXschema.gif new file mode 100644 index 0000000..133c79c Binary files /dev/null and b/Consoles/NEC - PC Engine-TurboGrafx 16/SGXschema.gif differ diff --git a/Consoles/Nintendo 64/SGI_R4300_RISC_Processor_Specification_REV2.2.pdf b/Consoles/Nintendo 64/SGI_R4300_RISC_Processor_Specification_REV2.2.pdf new file mode 100644 index 0000000..267149d Binary files /dev/null and b/Consoles/Nintendo 64/SGI_R4300_RISC_Processor_Specification_REV2.2.pdf differ diff --git a/Consoles/Sega CD/Mega CD 1 of 2 A4.7z b/Consoles/Sega CD/Mega CD 1 of 2 A4.7z new file mode 100644 index 0000000..69c9f3b Binary files /dev/null and b/Consoles/Sega CD/Mega CD 1 of 2 A4.7z differ diff --git a/Consoles/Sega CD/Mega CD 2 Additional Infromation A4.pdf b/Consoles/Sega CD/Mega CD 2 Additional Infromation A4.pdf new file mode 100644 index 0000000..16ecd0c Binary files /dev/null and b/Consoles/Sega CD/Mega CD 2 Additional Infromation A4.pdf differ diff --git a/Consoles/Sega CD/Mega CD 2 Service Manual 1 of 2 A4.pdf b/Consoles/Sega CD/Mega CD 2 Service Manual 1 of 2 A4.pdf new file mode 100644 index 0000000..62c80d3 Binary files /dev/null and b/Consoles/Sega CD/Mega CD 2 Service Manual 1 of 2 A4.pdf differ diff --git a/Consoles/Sega CD/Mega CD 2 Service Manual 2 of 2 A3.pdf b/Consoles/Sega CD/Mega CD 2 Service Manual 2 of 2 A3.pdf new file mode 100644 index 0000000..af418e2 Binary files /dev/null and b/Consoles/Sega CD/Mega CD 2 Service Manual 2 of 2 A3.pdf differ diff --git a/Consoles/Sega CD/Mega CD 2 Supplement 1 of 2 A4.pdf b/Consoles/Sega CD/Mega CD 2 Supplement 1 of 2 A4.pdf new file mode 100644 index 0000000..ef4a81f Binary files /dev/null and b/Consoles/Sega CD/Mega CD 2 Supplement 1 of 2 A4.pdf differ diff --git a/Consoles/Sega CD/Mega CD 2 Supplement 2 of 2 A3.pdf b/Consoles/Sega CD/Mega CD 2 Supplement 2 of 2 A3.pdf new file mode 100644 index 0000000..085c2ff Binary files /dev/null and b/Consoles/Sega CD/Mega CD 2 Supplement 2 of 2 A3.pdf differ diff --git a/Consoles/Sega CD/Mega CD 2 of 2 A3.pdf b/Consoles/Sega CD/Mega CD 2 of 2 A3.pdf new file mode 100644 index 0000000..6a591aa Binary files /dev/null and b/Consoles/Sega CD/Mega CD 2 of 2 A3.pdf differ diff --git a/Consoles/Sega Genesis-Megadrive/Sega Gen 2 & MD2 Supplement A4.pdf b/Consoles/Sega Genesis-Megadrive/Sega Gen 2 & MD2 Supplement A4.pdf new file mode 100644 index 0000000..57723c1 Binary files /dev/null and b/Consoles/Sega Genesis-Megadrive/Sega Gen 2 & MD2 Supplement A4.pdf differ diff --git a/Consoles/Sega Genesis-Megadrive/Sega Gen2 & MD2 Supp VA1 1 of 2 A4.pdf b/Consoles/Sega Genesis-Megadrive/Sega Gen2 & MD2 Supp VA1 1 of 2 A4.pdf new file mode 100644 index 0000000..64484fc Binary files /dev/null and b/Consoles/Sega Genesis-Megadrive/Sega Gen2 & MD2 Supp VA1 1 of 2 A4.pdf differ diff --git a/Consoles/Sega Genesis-Megadrive/Sega Gen2 & MD2 Supp VA1 2 of 2 A3.pdf b/Consoles/Sega Genesis-Megadrive/Sega Gen2 & MD2 Supp VA1 2 of 2 A3.pdf new file mode 100644 index 0000000..172e8a9 Binary files /dev/null and b/Consoles/Sega Genesis-Megadrive/Sega Gen2 & MD2 Supp VA1 2 of 2 A3.pdf differ diff --git a/Consoles/Sega Genesis-Megadrive/Sega Mega Drive VA0 1 of 2 A4.pdf b/Consoles/Sega Genesis-Megadrive/Sega Mega Drive VA0 1 of 2 A4.pdf new file mode 100644 index 0000000..b4522c7 Binary files /dev/null and b/Consoles/Sega Genesis-Megadrive/Sega Mega Drive VA0 1 of 2 A4.pdf differ diff --git a/Consoles/Sega Genesis-Megadrive/Sega Mega Drive VA0 2 of 2 A3.pdf b/Consoles/Sega Genesis-Megadrive/Sega Mega Drive VA0 2 of 2 A3.pdf new file mode 100644 index 0000000..21df88a Binary files /dev/null and b/Consoles/Sega Genesis-Megadrive/Sega Mega Drive VA0 2 of 2 A3.pdf differ diff --git a/MCU/banana-pi/BPi-M2-Zero-schematic V1_0-R.pdf b/MCU/banana-pi/BPi-M2-Zero-schematic V1_0-R.pdf new file mode 100644 index 0000000..d09a262 Binary files /dev/null and b/MCU/banana-pi/BPi-M2-Zero-schematic V1_0-R.pdf differ diff --git a/MCU/banana-pi/bpi-m2-zero-v1_0_DXF.rar b/MCU/banana-pi/bpi-m2-zero-v1_0_DXF.rar new file mode 100644 index 0000000..2fe0c04 Binary files /dev/null and b/MCU/banana-pi/bpi-m2-zero-v1_0_DXF.rar differ