Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/nes2wii.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2014-01-17 00:38:54 +0400
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2014-01-17 00:38:54 +0400
commit410b4919a6777787f1c8d4747fd19968ccb04d70 (patch)
tree01ff79381843d19504787b5ba15d691cfc53703a /defines.h
parent1620c58e05b2374a59603cc6ec93be465ee9059d (diff)
SNES support (not tested)
Diffstat (limited to 'defines.h')
-rw-r--r--defines.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/defines.h b/defines.h
index 3f74c20..705c77b 100644
--- a/defines.h
+++ b/defines.h
@@ -18,3 +18,11 @@
#define NES_LATCH_PIN 0
#define NES_CLOCK_PIN 1
#define NES_DATA_PIN 2
+
+#define SNES_ENABLED
+#define SNES_PORT PORTA
+#define SNES_PORT_DDR DDRA
+#define SNES_PORT_PIN PINA
+#define SNES_LATCH_PIN 4
+#define SNES_CLOCK_PIN 5
+#define SNES_DATA_PIN 6