summaryrefslogtreecommitdiff
path: root/sux.h
diff options
context:
space:
mode:
Diffstat (limited to 'sux.h')
-rw-r--r--sux.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sux.h b/sux.h
index 3554011..241362b 100644
--- a/sux.h
+++ b/sux.h
@@ -8,10 +8,10 @@
#define THREADS 1
#define BENCH_INST 100000000 << (THREADS-1)
-#define CTRL_ADDR 0xC000
-#define TX_ADDR 0xC001
-#define RX_ADDR 0xC002
-#define STEP_ADDR 0xC010
+#define CTRL_ADDR 0x100
+#define TX_ADDR 0x101
+#define RX_ADDR 0x102
+#define STEP_ADDR 0x110
#define CURSES_BACKSPACE 0x7F
extern uint8_t kbd_rdy;