├── LICENSE ├── NostMIDI ├── README.md ├── nostmidi.exe ├── src │ └── aciotest.patch └── teVirtualMIDI64.dll ├── NostalgiaIO ├── ACIO.cpp ├── ACIO.h ├── MIDIUSB.cpp ├── MIDIUSB.h ├── MIDIUSB_Defs.h ├── NOSTHID.cpp ├── NOSTHID.h ├── NostalgiaIO.ino ├── PANB.cpp └── PANB.h ├── README.md ├── nostalgia-pinout-shield.png ├── nostalgia-pinout.png └── nostalgia-qd.png /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrazyRedMachine/NostalgiaIO/HEAD/LICENSE -------------------------------------------------------------------------------- /NostMIDI/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrazyRedMachine/NostalgiaIO/HEAD/NostMIDI/README.md -------------------------------------------------------------------------------- /NostMIDI/nostmidi.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrazyRedMachine/NostalgiaIO/HEAD/NostMIDI/nostmidi.exe -------------------------------------------------------------------------------- /NostMIDI/src/aciotest.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrazyRedMachine/NostalgiaIO/HEAD/NostMIDI/src/aciotest.patch -------------------------------------------------------------------------------- /NostMIDI/teVirtualMIDI64.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrazyRedMachine/NostalgiaIO/HEAD/NostMIDI/teVirtualMIDI64.dll -------------------------------------------------------------------------------- /NostalgiaIO/ACIO.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrazyRedMachine/NostalgiaIO/HEAD/NostalgiaIO/ACIO.cpp -------------------------------------------------------------------------------- /NostalgiaIO/ACIO.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrazyRedMachine/NostalgiaIO/HEAD/NostalgiaIO/ACIO.h -------------------------------------------------------------------------------- /NostalgiaIO/MIDIUSB.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrazyRedMachine/NostalgiaIO/HEAD/NostalgiaIO/MIDIUSB.cpp -------------------------------------------------------------------------------- /NostalgiaIO/MIDIUSB.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrazyRedMachine/NostalgiaIO/HEAD/NostalgiaIO/MIDIUSB.h -------------------------------------------------------------------------------- /NostalgiaIO/MIDIUSB_Defs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrazyRedMachine/NostalgiaIO/HEAD/NostalgiaIO/MIDIUSB_Defs.h -------------------------------------------------------------------------------- /NostalgiaIO/NOSTHID.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrazyRedMachine/NostalgiaIO/HEAD/NostalgiaIO/NOSTHID.cpp -------------------------------------------------------------------------------- /NostalgiaIO/NOSTHID.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrazyRedMachine/NostalgiaIO/HEAD/NostalgiaIO/NOSTHID.h -------------------------------------------------------------------------------- /NostalgiaIO/NostalgiaIO.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrazyRedMachine/NostalgiaIO/HEAD/NostalgiaIO/NostalgiaIO.ino -------------------------------------------------------------------------------- /NostalgiaIO/PANB.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrazyRedMachine/NostalgiaIO/HEAD/NostalgiaIO/PANB.cpp -------------------------------------------------------------------------------- /NostalgiaIO/PANB.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrazyRedMachine/NostalgiaIO/HEAD/NostalgiaIO/PANB.h -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrazyRedMachine/NostalgiaIO/HEAD/README.md -------------------------------------------------------------------------------- /nostalgia-pinout-shield.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrazyRedMachine/NostalgiaIO/HEAD/nostalgia-pinout-shield.png -------------------------------------------------------------------------------- /nostalgia-pinout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrazyRedMachine/NostalgiaIO/HEAD/nostalgia-pinout.png -------------------------------------------------------------------------------- /nostalgia-qd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrazyRedMachine/NostalgiaIO/HEAD/nostalgia-qd.png --------------------------------------------------------------------------------