Adaptateur de manette pour ; - Master system - Megadrive - Saturn - Dreamcast - Nes - Snes - N64 - PS1 - PS2

Dependencies:   mbed mbed-MapleMini USBDevice_STM32F103 USBJoystick

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers sega.h Source File

sega.h

00001 #ifndef __sega_h__
00002 #define __sega_h__
00003 
00004 extern DigitalInOut USB2;
00005 extern DigitalInOut USB3;
00006 extern DigitalInOut USB4;
00007 extern DigitalInOut USB5;
00008 extern DigitalInOut USB6;
00009 extern DigitalInOut USB7;
00010 extern DigitalInOut USB8;
00011 extern DigitalInOut USB9;
00012 
00013 int *SegaMasterGenesisSaturn();
00014 int *SegaDreamcast();
00015 #endif