From 29223616ebb22411ae6bc2eb3e7e7c4122a8025c Mon Sep 17 00:00:00 2001 From: pagefault <> Date: Tue, 4 Oct 2005 13:47:57 +0000 Subject: [PATCH] Fix text and add message to startup --- zsnes/src/uic.c | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/zsnes/src/uic.c b/zsnes/src/uic.c index 765ef5d3..a362bf10 100644 --- a/zsnes/src/uic.c +++ b/zsnes/src/uic.c @@ -238,8 +238,14 @@ void zstart () puts("please read 'LICENSE.TXT' thoroughly before doing so.\n"); puts("Use ZSNES -? for command line definitions.\n"); +#ifndef __RELEASE__ + puts("This is a work in progress build. It contains code which"); + puts("May or may not be complete"); +#endif + asm_call(SystemInit); + #ifdef OPENSPC OSPC_Init(); #else @@ -354,6 +360,9 @@ void DisplayBatteryStatus() #ifdef __WIN32__ int batteryTime = WinCheckBatteryTime(); + strcpy(CSStatus2, ""); + strcpy(CSStatus3, ""); + if (batteryTime > 0) { strcpy(CSStatus, "Battery time remaining\0");