diff --git a/1v13D.c b/1v13D.c new file mode 100644 index 0000000..1faaffd --- /dev/null +++ b/1v13D.c @@ -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 + diff --git a/1v13D.dlw b/1v13D.dlw new file mode 100644 index 0000000..b15c362 --- /dev/null +++ b/1v13D.dlw @@ -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 diff --git a/1v1-3D.g1a b/1v13D.g1a similarity index 98% rename from 1v1-3D.g1a rename to 1v13D.g1a index 60d359b..ae428b7 100644 Binary files a/1v1-3D.g1a and b/1v13D.g1a differ diff --git a/1v13D.g1w b/1v13D.g1w new file mode 100644 index 0000000..432d0e5 --- /dev/null +++ b/1v13D.g1w @@ -0,0 +1,15 @@ +[DLSimProject] +Name=1v13D +Version=1.00.0000 +Model=:fx-9860G.dlm +SourcePath=SRC +MemoryPath=INIT +MemCardPath=SDCard + +[Program1] +Program=1V13D.G1A +Debug=Debug\FXADDINror.dbg +LoadAddress=80000000:90100000 + +[Files] +SourceFile=:1v13D.c diff --git a/AddinInfo.txt b/AddinInfo.txt new file mode 100644 index 0000000..3b79415 --- /dev/null +++ b/AddinInfo.txt @@ -0,0 +1,12 @@ +//------------------------------------------------------------------ +// Addin-Application header control file, created with the CASIO SDK +//------------------------------------------------------------------ +[OUTPUT] : "1V13D.G1A" +[BINDATA] : "FXADDINror.bin" +[DISPNAME] : "1v13D" +[APPNAME] : "@1V13D" +[VERSION] : "01.00.0000" +[APL_ICON] : "MainIcon.bmp" +[MODULE_NUM] : 0 +[MOD1_TITLE] : "1v13D" +[MOD1_ICON] : "eActivityIcon.bmp" diff --git a/MainIcon.bmp b/MainIcon.bmp new file mode 100644 index 0000000..3fe372c Binary files /dev/null and b/MainIcon.bmp differ diff --git a/build-fx/map b/build-fx/map index 4f67adf..535a5b9 100644 --- a/build-fx/map +++ b/build-fx/map @@ -441,4 +441,4 @@ LOAD /home/util1/Bureau/MILAN/gcc/lib/gcc/sh3eb-elf/9.1.0/libgcc.a *(.eh_frame_hdr) *(.eh_frame) *(.comment) -OUTPUT(build-fx/src/1v1-3D.elf elf32-sh) +OUTPUT(build-fx/src/1v13D.elf elf32-sh) diff --git a/build-fx/src/1v13D.bin b/build-fx/src/1v13D.bin new file mode 100755 index 0000000..3484117 Binary files /dev/null and b/build-fx/src/1v13D.bin differ diff --git a/build-fx/src/1v13D.elf b/build-fx/src/1v13D.elf new file mode 100755 index 0000000..bcef137 Binary files /dev/null and b/build-fx/src/1v13D.elf differ diff --git a/eActivityIcon.bmp b/eActivityIcon.bmp new file mode 100644 index 0000000..104a2c6 Binary files /dev/null and b/eActivityIcon.bmp differ diff --git a/project.cfg b/project.cfg index 6ddde2d..752a6b2 100644 --- a/project.cfg +++ b/project.cfg @@ -3,7 +3,7 @@ #--- # Project name, should be at most 8 bytes long. -NAME = 1v1 3D +NAME = 1v13D # Internal name, should be '@' followed by at most 7 uppercase letters. INTERNAL = @1V13D