parent
fae77016d5
commit
8ab8a4cd7a
@ -0,0 +1,12 @@
|
||||
//------------------------------------------------------------------
|
||||
// Addin-Application header control file, created with the CASIO SDK
|
||||
//------------------------------------------------------------------
|
||||
[OUTPUT] : "SUPERCBR.G1A"
|
||||
[BINDATA] : "FXADDINror.bin"
|
||||
[DISPNAME] : "SuperCbr"
|
||||
[APPNAME] : "@SUPERCB"
|
||||
[VERSION] : "01.00.0000"
|
||||
[APL_ICON] : "MainIcon.bmp"
|
||||
[MODULE_NUM] : 0
|
||||
[MOD1_TITLE] : "SuperCbr"
|
||||
[MOD1_ICON] : "eActivityIcon.bmp"
|
After Width: | Height: | Size: 138 B |
@ -0,0 +1,77 @@
|
||||
/*****************************************************************/
|
||||
/* */
|
||||
/* CASIO fx-9860G SDK Library */
|
||||
/* */
|
||||
/* File name : [ProjectName].c */
|
||||
/* */
|
||||
/* Copyright (c) 2006 CASIO COMPUTER CO., LTD. */
|
||||
/* */
|
||||
/*****************************************************************/
|
||||
#include "fxlib.h"
|
||||
|
||||
|
||||
//****************************************************************************
|
||||
// AddIn_main (Sample program main function)
|
||||
//
|
||||
// param : isAppli : 1 = This application is launched by MAIN MENU.
|
||||
// : 0 = This application is launched by a strip in eACT application.
|
||||
//
|
||||
// OptionNum : Strip number (0~3)
|
||||
// (This parameter is only used when isAppli parameter is 0.)
|
||||
//
|
||||
// retval : 1 = No error / 0 = Error
|
||||
//
|
||||
//****************************************************************************
|
||||
int AddIn_main(int isAppli, unsigned short OptionNum)
|
||||
{
|
||||
unsigned int key;
|
||||
|
||||
Bdisp_AllClr_DDVRAM();
|
||||
|
||||
locate(1,4);
|
||||
Print((unsigned char*)"This application is");
|
||||
locate(1,5);
|
||||
Print((unsigned char*)" sample Add-In.");
|
||||
|
||||
while(1){
|
||||
GetKey(&key);
|
||||
}
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
//****************************************************************************
|
||||
//************** ****************
|
||||
//************** Notice! ****************
|
||||
//************** ****************
|
||||
//************** Please do not change the following source. ****************
|
||||
//************** ****************
|
||||
//****************************************************************************
|
||||
|
||||
|
||||
#pragma section _BR_Size
|
||||
unsigned long BR_Size;
|
||||
#pragma section
|
||||
|
||||
|
||||
#pragma section _TOP
|
||||
|
||||
//****************************************************************************
|
||||
// InitializeSystem
|
||||
//
|
||||
// param : isAppli : 1 = Application / 0 = eActivity
|
||||
// OptionNum : Option Number (only eActivity)
|
||||
//
|
||||
// retval : 1 = No error / 0 = Error
|
||||
//
|
||||
//****************************************************************************
|
||||
int InitializeSystem(int isAppli, unsigned short OptionNum)
|
||||
{
|
||||
return INIT_ADDIN_APPLICATION(isAppli, OptionNum);
|
||||
}
|
||||
|
||||
#pragma section
|
||||
|
@ -0,0 +1,112 @@
|
||||
[DLSimWorkSpace]
|
||||
|
||||
[_1]
|
||||
Type=5
|
||||
Order=5
|
||||
Top=15
|
||||
Left=2235
|
||||
Height=4740
|
||||
Width=5565
|
||||
State=0
|
||||
Flags=00000020
|
||||
OptionA=0
|
||||
|
||||
[_2]
|
||||
Type=1
|
||||
Order=4
|
||||
Top=15
|
||||
Left=7800
|
||||
Height=4740
|
||||
Width=5535
|
||||
State=0
|
||||
Flags=00000001
|
||||
OptionA=15
|
||||
OptionB=15
|
||||
|
||||
[_3]
|
||||
Type=6
|
||||
Order=2
|
||||
Top=4740
|
||||
Left=7800
|
||||
Height=6390
|
||||
Width=5535
|
||||
State=0
|
||||
Flags=00000001
|
||||
OptionA=0
|
||||
|
||||
[_4]
|
||||
Type=7
|
||||
Order=1
|
||||
Top=4740
|
||||
Left=2220
|
||||
Height=3165
|
||||
Width=5565
|
||||
State=0
|
||||
Flags=00000000
|
||||
OptionA=0
|
||||
|
||||
[_5]
|
||||
Type=8
|
||||
Order=0
|
||||
Top=7905
|
||||
Left=2220
|
||||
Height=3225
|
||||
Width=5580
|
||||
State=0
|
||||
Flags=00000000
|
||||
OptionA=0
|
||||
|
||||
[_6]
|
||||
Type=3
|
||||
Order=9
|
||||
Top=0
|
||||
Left=10788
|
||||
Height=6348
|
||||
Width=2232
|
||||
State=16
|
||||
Flags=00000000
|
||||
OptionA=0
|
||||
|
||||
[_7]
|
||||
Type=2
|
||||
Order=8
|
||||
Top=6348
|
||||
Left=7800
|
||||
Height=3588
|
||||
Width=5220
|
||||
State=16
|
||||
Flags=00000000
|
||||
OptionA=0
|
||||
|
||||
[_8]
|
||||
Type=17
|
||||
Order=3
|
||||
Top=15
|
||||
Left=-15
|
||||
Height=11115
|
||||
Width=2235
|
||||
State=0
|
||||
Flags=00000000
|
||||
OptionA=0
|
||||
|
||||
[_9]
|
||||
Type=15
|
||||
Order=6
|
||||
Top=4740
|
||||
Left=2232
|
||||
Height=6348
|
||||
Width=5592
|
||||
State=16
|
||||
Flags=00000000
|
||||
OptionA=0
|
||||
|
||||
[_32]
|
||||
Type=16
|
||||
Order=7
|
||||
Top=0
|
||||
Left=2208
|
||||
Height=4584
|
||||
Width=5592
|
||||
State=16
|
||||
Flags=00000020
|
||||
OptionA=0
|
Binary file not shown.
@ -0,0 +1,15 @@
|
||||
[DLSimProject]
|
||||
Name=SuperCbr
|
||||
Version=1.00.0000
|
||||
Model=:fx-9860G.dlm
|
||||
SourcePath=SRC
|
||||
MemoryPath=INIT
|
||||
MemCardPath=SDCard
|
||||
|
||||
[Program1]
|
||||
Program=SUPERCBR.G1A
|
||||
Debug=Debug\FXADDINror.dbg
|
||||
LoadAddress=80000000:90100000
|
||||
|
||||
[Files]
|
||||
SourceFile=:SuperCbr.c
|
After Width: | Height: | Size: 106 B |
@ -1,6 +1,6 @@
|
||||
#ifndef LEVEL_CHANGE_H
|
||||
#define LEVEL_CHANGE_H
|
||||
|
||||
void launch_ui();
|
||||
void LaunchUI();
|
||||
|
||||
#endif
|
Loading…
Reference in new issue