Skip to content

Commit

Permalink
Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel McCarthy authored and Daniel McCarthy committed Apr 7, 2017
1 parent b8c1e08 commit 09efb26
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CraftCompiler/nbproject/private/configurations.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
<gdb_interceptlist>
<gdbinterceptoptions gdb_all="false" gdb_unhandled="true" gdb_unexpected="true"/>
</gdb_interceptlist>
<gdb_signals>
</gdb_signals>
<gdb_options>
<DebugOptions>
</DebugOptions>
Expand Down
3 changes: 1 addition & 2 deletions bin/code_examples/8086/Snake/main.craft
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Uncomment for debugging information in game
#define DEBUG_INFO;
//#define DEBUG_INFO;

__asm("call _main");
__asm("mov ah, 0x4c");
Expand Down Expand Up @@ -451,5 +451,4 @@ void main()
cur_ticks = get_system_time();
}
}

}
Binary file modified bin/code_examples/8086/Snake/snake.com
Binary file not shown.

0 comments on commit 09efb26

Please sign in to comment.