Jump to content
Primordial Ooze

Trying to Emulate my game

Recommended Posts

I'm trying to use the JStella Applet to emulate my Atari Rom that i programmed and i'm having quite some difficulty on getting it to work. I managed to get the applet running on my web page, but all i get is a black screen and nothing else works. I checked to make sure the rom excists and it does. Can someone please help me get this to work?

 

Page: http://opensourcepong.freepgs.com/play.php

Applet: http://opensourcepong.freepgs.com/applet/jstella_0_8.jar

Rom: http://opensourcepong.freepgs.com/applet/OpenSourcePong.bin

 

Applet Code:

 

<object classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" height="480" width="480" >
<param name="codebase" value="applet" />;
<param name="archive" value="jstella_0_8.jar" />;
<param name="code" value="jstella.runner.JStellaApplet.class" />;
<param name="OPTIONSPANELENABLED" value="FALSE" />;
<param name="ROM" value="OpenSourcePong.bin" />;
<param name="PADDLEMODE" value = "" />;
<!--[if !IE]> -->
<object codebase="applet" archive="jstella_0_8.jar" classid="java:jstella.runner.JStellaApplet.class" height="480" width="480" >;
<param name="OPTIONSPANELENABLED" value="FALSE" />;
<param name="ROM" value="OpenSourcePong.bin" />;
<param name="PADDLEMODE" value = "" />;
</object>
<!-- <![endif]-->
</object>

<br />

<object classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" height="35" width="240" >
<param name="codebase" value="applet" />;
<param name="archive" value="jstella_0_8.jar" />;
<param name="code" value="jstella.runner.JStellaOptionsApplet.class" />;
<!--[if !IE]> -->
<object codebase="applet" archive="jstella_0_8.jar" classid="java:jstella.runner.JStellaOptionsApplet.class" height="35" width="240" >;
</object>
<!-- <![endif]-->
</object>

 

Thanks,

 

Open Source Pong

Share this post


Link to post
Share on other sites

Thats what this is for:

<param name="PADDLEMODE" value="" />

 

I don't understand why i'm getting a black screen.

 

Sincerely,

 

Open Source Pong

Edited by Open Source Pong

Share this post


Link to post
Share on other sites
Thats what this is for:

<param name="PADDLEMODE" value="" />

 

I don't understand why i'm getting a black screen.

 

Sincerely,

 

Open Source Pong

 

It looks fine to me, just really a pain to play with a mouse. The sensitivity is really messed up.

 

Mitch

Share this post


Link to post
Share on other sites

Plays here, though the aspect ratio is wrong. The ball also got in a weird bounce where it was continually bouncing off the bottom edge of the screen as it went back & forth.

 

For Medieval Mayhem I used height="210" width="320", though you could use 420 and 640 for a larger image.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...