X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2F16_tail.h;h=56f656126cedadb2da1f5ccc90e94d620b8c891a;hb=69116cfff2e915ad9d2f95268432fe4bd0e007d9;hp=9d6555adbe017c2695d5f06d8be47a10292360c1;hpb=40badd0143ad830bd4d873acb9a836f191cc6d57;p=16.git diff --git a/src/lib/16_tail.h b/src/lib/16_tail.h index 9d6555ad..56f65612 100755 --- a/src/lib/16_tail.h +++ b/src/lib/16_tail.h @@ -1,5 +1,5 @@ /* Project 16 Source Code~ - * Copyright (C) 2012-2018 sparky4 & pngwen & andrius4669 & joncampbell123 & yakui-lover + * Copyright (C) 2012-2019 sparky4 & pngwen & andrius4669 & joncampbell123 & yakui-lover * * This file is part of Project 16. * @@ -127,6 +127,8 @@ #define PAL_DATA_REG 0x03C9 /* Color register, data port */ #endif +extern char global_temp_status_text[512]; + void Shutdown16(global_game_variables_t *gvar), Startup16(global_game_variables_t *gvar), StartupCAMMPM (global_game_variables_t *gvar), @@ -141,13 +143,5 @@ void DebugMemory_(global_game_variables_t *gvar, boolean q); void ClearMemory (global_game_variables_t *gvar); void Quit (global_game_variables_t *gvar, char *error); void turboXT(byte bakapee); -const char *word_to_binary(int x); -const char *byte_to_binary(int x); -const char *nibble_to_binary(int x); -const char *boolean_to_binary(int x); -void wordtest(); -void bytetest(); -void nibbletest(); -void booleantest(); #endif /*__16_TAIL__ */