the performance is still poor and IMO it will be very hard to get it to the performance of a native C64. It's therefore definitely not yet possible to play any kind of action game (unless you have a Smartphone with a powerful CPU).
Thanks for adding the link.
Regards,
Jörg
The administrator has disabled public write access.
Jörg
Re:Java - 2006/09/24 03:58
Hi,
the problem with the sound is that you need 100% performance to get anything useful to the speakers. The emulator contains sound support which should work once the emulation is fast enough...
Regards,
Jörg
The administrator has disabled public write access.
joakim
Senior Boarder
Re:Java - 2006/09/25 05:04
Very nice - I'll have a look at the sound support. Maybe my phone is fast enough to make a SID player (JSIDPlay) - that would be nice! -- Joakim Eriksson, JaC64 developer
The administrator has disabled public write access.
Bazalt
Fresh Boarder
Javascript - 2007/01/16 19:51
Hi!
How can i add methodes for jaC64, which I can call via javascript like your setStick() and setSound(). I want add some more javascript command, as poke(mem, value) peek(mem) and freeze(mem): for cheating and transferring best score to a php script, and so on. Thank for the help. Bazalt
The administrator has disabled public write access.
Bazalt
Fresh Boarder
Re:Javascript - 2007/01/16 23:05
I've found this: CPU.JAVA protected final void writeByte(int adr, int data)
I call this methode to poke a byte, but i modified it public.
The administrator has disabled public write access.
Bazalt
Fresh Boarder
Re:Javascript - 2007/01/16 23:36
I've tried this in html <a href="javascript:document.c64.poke(53280,15)">POKE 53280,15</a> but it isn't worked Please help me!
The administrator has disabled public write access.