Skip to content

Commit 09efb26

Browse files
Daniel McCarthyDaniel McCarthy
authored andcommitted
Changes
1 parent b8c1e08 commit 09efb26

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CraftCompiler/nbproject/private/configurations.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
<gdb_interceptlist>
1414
<gdbinterceptoptions gdb_all="false" gdb_unhandled="true" gdb_unexpected="true"/>
1515
</gdb_interceptlist>
16+
<gdb_signals>
17+
</gdb_signals>
1618
<gdb_options>
1719
<DebugOptions>
1820
</DebugOptions>

bin/code_examples/8086/Snake/main.craft

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Uncomment for debugging information in game
2-
#define DEBUG_INFO;
2+
//#define DEBUG_INFO;
33

44
__asm("call _main");
55
__asm("mov ah, 0x4c");
@@ -451,5 +451,4 @@ void main()
451451
cur_ticks = get_system_time();
452452
}
453453
}
454-
455454
}
-230 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)