Real Working Emulator !for Afx 2!
#41
Posted 01 June 2004 - 04:42 AM
If I map the Flash to ROm using the Ports (not Interrupt!)
Then the emulator seems to hang.
I checked the code several times and it seems to be ok.
unfortunately I'm not able to test it on the calc right now
since it has some error again.
COuld someone else test if flash management works for him???
#42
Posted 01 June 2004 - 04:36 PM
#43
Posted 01 June 2004 - 06:16 PM
Another suggestion for the emulator:
"Memory Pictures" (a button beside the memory view to show it as a picture where you
can select wether 1 or more buffers should be drawn.
#44
Posted 17 June 2004 - 06:51 AM
that would be so cool it there was
keep us informed plz
Mr Sparkle
#45
Posted 17 June 2004 - 08:17 AM
#47
Posted 17 June 2004 - 08:51 PM
=>BASIC programs emulator already exists :
http://www.casioland...echargement.php
(Only in French and with some known BUGS, but sources available)
#48
Posted 23 June 2004 - 09:09 PM
The emulator of ymorgan in link on casioland.net is a good emulator, but this emulator is in french, but it's very easy for me because I'm French.
If you want translate this emulator, yon can download source of the emulator in CasioLand.net, and you translate messages in the source and you compil this.
I'm the administrator of casioland.net, I think that it's the best french site in the web, and if you understand french, you can visit it. And if somebody do a translation, you can post it in casioland.net
Escuse me, I'm have a very bad level in English...
#49
Posted 23 June 2004 - 09:12 PM
#50
Posted 23 June 2004 - 09:26 PM
The source is avaible in CasioLand.
#51
Posted 07 July 2004 - 02:25 AM
#52
Posted 10 July 2004 - 10:14 AM
#53
Posted 10 July 2004 - 08:24 PM
unsigned int segm_video =0x1A20; void clrgscr( void ) { asm { pushf; push es; push di; push cx; push ax; mov es, segm_video; xor di, di; mov cx, 1024; shr cx,1; xor ax, ax; cld; rep stosw; mov cx, 1023; xor di,di; add di, cx; mov es:[di],al; pop ax; pop cx; pop di; pop es; popf; } gotoxy(1,1); return; }
#54
Posted 10 July 2004 - 08:34 PM
mov cx, 1024; shr cx,1;Why loading an immediate value and then shifting register
you could do it straight by mov cx,512
and what is this for:
mov cx, 1023; xor di,di; add di, cx; mov es:[di],al;?
If you won't use printf,puts and so on to display text then you can remove this "gotoxy" part
I am not 100% sure but you don't have to save flag and AX register (ES,DI,CX rather should be saved)
Roeoender.
#55
Posted 10 July 2004 - 09:14 PM
I let the function this way so it could be easily edited if I wanted to clear something else than 1024 bytes.
I am not 100% sure but you don't have to save flag and AX register
I'm not sure myself... I never found anything about that in TC's doc so I prefer to make it safe.
#56
Posted 27 July 2004 - 11:54 AM
On AFX everything works, but when I run this program in the emulator and try to create a new flash file (or other operation on flash disk) nothing happens .
#57
Posted 27 July 2004 - 08:47 PM
#58
Posted 27 July 2004 - 09:05 PM
Ofcourse I appreciate the acheivement as this emu will probably help other people to create ASM/C games/progs easier and maybe some day it will be as advanced as the wonderfull VTI
Roeoender.
#59
Posted 27 July 2004 - 09:21 PM
btw most of my programs work correctly in the emulator so I'm really glad that someone managed to do afx emu.
#60
Posted 07 November 2004 - 04:46 PM
#61
Posted 25 September 2005 - 08:05 AM
http://ymorgan.site....100/WinG100.zip
sources (full)
http://ymorgan.site....WinG100_src.zip
THE LINKS are not working someone please upload to rapidshare.de or somewhere...
#62
Posted 25 September 2005 - 09:58 AM
We have our own filesharing. Here is the link to the programs:
http://www.casiocalc...rograms#totitle
#63
Posted 25 September 2005 - 02:19 PM
how do i run cat/cas/fxi/ctf files with this? it only seems to work with wgm and cfx files...
and is this project dead?
#64
Posted 25 September 2005 - 05:46 PM
The emulator of casiocom is far from perfect and has some
issues with the IF statement so it is not sure wether it will work.
The emulator mentioned here emulates the hardware and is ONLY intended for machine programms written in C/ASM/Pascal ...
not the Custom Casio Basic things.
#65
Posted 25 September 2005 - 05:51 PM
#66
Posted 25 September 2005 - 07:51 PM
#67
Posted 09 October 2006 - 03:36 PM
please....i need it (i can?t buy a classpad for the moment )
thanks
protoman no one
#68
Posted 10 October 2006 - 04:48 PM
Search for the posts by BiTwhise or 3DGrapher .... I can't search atm. out of time
#69
Posted 10 October 2006 - 05:05 PM
http://teamg100.eart...h...jeux&type=0
There is also LP3D at:
http://algebrafx2.ea...e.com/progs.htm
Also for the cfx are a couple of 3d graphers here:
http://www.spiderpix...gramsindex.html
under the Misc heading in the 2nd Generation models part of the page.
There is also:
Graph 3D
They were written for the cfx models, but should work on the afx as well.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users