diff --git a/.gitignore b/.gitignore index 9bdc3d3..6089113 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,4 @@ -Debug/* \ No newline at end of file +Debug/* +INIT/* +FXSH_Build.bat +ALGEBRA.G1A \ No newline at end of file diff --git a/ALGEBRA.G1A b/ALGEBRA.G1A deleted file mode 100644 index 3666043..0000000 Binary files a/ALGEBRA.G1A and /dev/null differ diff --git a/FXSH_Build.bat b/FXSH_Build.bat deleted file mode 100644 index b59899a..0000000 --- a/FXSH_Build.bat +++ /dev/null @@ -1,22 +0,0 @@ -@echo off -rem Do not edit! This batch file is created by CASIO fx-9860G SDK. - - -if exist ALGEBRA.G1A del ALGEBRA.G1A - -cd debug -if exist FXADDINror.bin del FXADDINror.bin -"C:\Prizm\fx-9860G SDK_mod\OS\SH\Bin\Hmake.exe" Addin.mak -cd .. -if not exist debug\FXADDINror.bin goto error - -"C:\Prizm\fx-9860G SDK_mod\Tools\MakeAddinHeader363.exe" "C:\Prizm\Eigenmath\Eigenmath" -if not exist ALGEBRA.G1A goto error -echo Build has completed. -goto end - -:error -echo Build was not successful. - -:end - diff --git a/console.c b/console.c index cc4ba66..9f8f502 100644 --- a/console.c +++ b/console.c @@ -809,7 +809,8 @@ int Console_Disp() } Cursor_SetPosition(Cursor.x, Cursor.y); Cursor_SetFlashMode(1); - Cursor_SetFlashStyle(alpha_shift_status); //Potential 2.00 OS incompatibilty (cf Simon's doc) + Cursor_SetFlashOn(alpha_shift_status); + //Cursor_SetFlashStyle(alpha_shift_status); //Potential 2.00 OS incompatibilty (cf Simon's doc) } } else diff --git a/syscalls.h b/syscalls.h index 05ffb3d..5d91599 100644 --- a/syscalls.h +++ b/syscalls.h @@ -8,6 +8,7 @@ int Cursor_SetPosition(char column, char row); int Cursor_SetFlashStyle(short int flashstyle); void Cursor_SetFlashMode(long flashmode); void Cursor_SetFlashOff(void); +void Cursor_SetFlashOn( char flash_style ); char Setup_GetEntry(unsigned int index); void TestMode(void); diff --git a/syscalls_.src b/syscalls_.src index a649e04..8d2c16d 100644 --- a/syscalls_.src +++ b/syscalls_.src @@ -17,6 +17,7 @@ SYSCALL 013A, _Cursor_SetFlashMode SYSCALL 013B, _Cursor_GetSettings SYSCALL 0812, _Cursor_SetFlashOff + SYSCALL 0811, _Cursor_SetFlashOn SYSCALL 04DC, _Setup_GetEntry SYSCALL 0924, _TestMode