summaryrefslogtreecommitdiff
path: root/src/port.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/port.h')
-rw-r--r--src/port.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/port.h b/src/port.h
index 478fe3e..dbfd4c5 100644
--- a/src/port.h
+++ b/src/port.h
@@ -217,8 +217,8 @@ typedef struct
* due to ugly implementation in gbz80 target;
* this should be fixed in src/z80/main.c (borutr)
*/
- const char *const code_name;
- const char *const data_name;
+ const char *code_name;
+ const char *data_name;
const char *const idata_name;
const char *const pdata_name;
const char *const xdata_name;