Bennugd dreamcast Port

This is a forum for discussing the feasibility of getting emulators, games, or other applications that have had their source released ported to the Dreamcast. Please read the Porting FAQ before starting a topic in this forum!
Post Reply
coldev
DCEmu Crazy Poster
DCEmu Crazy Poster
Posts: 26
https://www.artistsworkshop.eu/meble-kuchenne-na-wymiar-warszawa-gdzie-zamowic/
Joined: Tue Nov 01, 2011 7:30 pm
Has thanked: 0
Been thanked: 0
Contact:

Bennugd dreamcast Port

Post by coldev »

we are try port this tool to dc,
http://www.bennugd.org/


fopen not work ok..

is possible use fopen not including in exe file the rom?
extern uint8 romdisk[];
KOS_INIT_ROMDISK(romdisk);

we are create a cdi file , run in emulator and not load our resource file with fopen()


include rom in exe = waste mem, and not is possible with kos load a file directly
in cdrom , how in windows ce ?


if (fopen("...."))
printf("exist");
else
printf("not exist");


our example print not exist, we are including all files with bootdreams = cdi,
executable run ok, but fopen work wrong,


only remain this feature to finish our project ..please help..
User avatar
Christuserloeser
Moderator
Moderator
Posts: 5948
Joined: Thu Aug 28, 2003 12:16 am
Location: DCEvolution.net
Has thanked: 10 times
Been thanked: 0
Contact:

Re: Bennugd dreamcast Port

Post by Christuserloeser »

If bennugd was ported it would allow for a port of Streets of Rage Remake, yes... ?! :o
Insane homebrew collector.
coldev
DCEmu Crazy Poster
DCEmu Crazy Poster
Posts: 26
Joined: Tue Nov 01, 2011 7:30 pm
Has thanked: 0
Been thanked: 0
Contact:

Re: Bennugd dreamcast Port

Post by coldev »

all fenix / bennugd games .. can be ported
http://code.google.com/p/bennugddreamcast/

but remember DC hardware limitations... :mrgreen:
User avatar
Basil
Insane DCEmu
Insane DCEmu
Posts: 200
Joined: Wed Apr 09, 2008 9:04 am
Has thanked: 13 times
Been thanked: 0
Contact:

Re: Bennugd dreamcast Port

Post by Basil »

all fenix / bennugd games .. can be ported
Is there a tutorial or an example of doing that ?
Moi
QuakeDev Respected
QuakeDev Respected
Posts: 592
Joined: Thu Mar 14, 2002 1:15 am
Has thanked: 0
Been thanked: 6 times

Re: Bennugd dreamcast Port

Post by Moi »

Basil wrote:
all fenix / bennugd games .. can be ported
Is there a tutorial or an example of doing that ?
Afaik there is not much to the porting process. Just placing your game data and bennu bytecode into the right directories is enough. At least it is this way in FenixDC which bennu is based on.
Create your own Dreamcast games using the Quake-Engine:
http://quakedev.dcemulation.org/develop/getstarted.htm
coldev
DCEmu Crazy Poster
DCEmu Crazy Poster
Posts: 26
Joined: Tue Nov 01, 2011 7:30 pm
Has thanked: 0
Been thanked: 0
Contact:

Re: Bennugd dreamcast Port

Post by coldev »

Moi wrote:
Basil wrote:
all fenix / bennugd games .. can be ported
Is there a tutorial or an example of doing that ?
Afaik there is not much to the porting process. Just placing your game data and bennu bytecode into the right directories is enough. At least it is this way in FenixDC which bennu is based on.

http://www.youtube.com/watch?v=O-7oaifbSDI
Post Reply