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

github.com/ClusterM/famicom-dumper.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dumper.h')
-rw-r--r--dumper.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/dumper.h b/dumper.h
index 9f23863..994eb87 100644
--- a/dumper.h
+++ b/dumper.h
@@ -9,4 +9,9 @@
#define COOLBOY_DDR COOLBOY_DDRPORT(COOLBOY_GPIO_PORT)
#define COOLBOY_PIN COOLBOY_INPORT(COOLBOY_GPIO_PORT)
+#define IRQ_FIRED (!(PINF & (1<<6)))
+
+#define FDS_PAUSE_BEFORE_FIRST_BLOCK 300
+#define FDS_PAUSE_BETWEEN_BLOCKS 5
+
#endif