Bennugd - Dreamcast Port

Started by l1nk3rn3l, November 05, 2011, 03:22:34 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

l1nk3rn3l

screenshots.. ?
soon




Please Donate Bennugd Project.. to support more ports..  in top page (Press Donate  option)


shametblame

Hello,

Have you implemented L and R ?
Something like key(_????).

Thanks a lot!!

l1nk3rn3l

#62
-IS INCLUDED IN MOD_JOY MODULE


PLEASE SEARCH CORRECT NUMBER TO L AND R

http://wiki.bennugd.org/index.php?title=Mod_joy


MANUALLY YOU CAN DEFINE A BUTTON

#DEFINE   BUTTONA    0
#DEFINE   GAMEPAD1  0

...
...
..
   IF (  joy_getbutton ( GAMEPAD1  , BUTTONA   ) )
      ...
      ..
      ..
  END

 


GREETINGS

shametblame

Hi,

Thanks but I am a bit confused...I am a newbie after all.
Could you give an example where you use L and R?

if
?
?
end

Thanks a lot!!

l1nk3rn3l

 ;D

actually not have emulator to test buttons but , your can test the correct number to L and R


IF (  joy_getbutton ( 0  , 0   ) )
      say("press button 1")
  END


  IF (  joy_getbutton ( 0  , 1   ) )
       say("press button 2")
   END



etc..  etc...  ;D

MisterN

Has any of this been updated lately?
werg

swamprocker

#66
Hello... I'm porting an old Fenix game (Primitive Nightmare) to Bennu, and have it mostly running within Windows. There are a few bugs, but I think I can figure them out and fix them. So far, I haven't been able to get a CD to boot on the Dreamcast, but I'll work that out eventually.

I just would like to know if this port is still supported by the developers. I'd really like to use Bennu to write Dreamcast games and would hate to see it disappear. There are some functions in this port that have example source code, but no real documentation (DC_VMSAVE, DC_VMLOAD, for one; the source is a bit confusing).

Macalilla

#67
The FPS on those screens looks awfully low funda galaxy alpha.