Any Plans?

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Locked
Dariusc123456
Posts: 388
Joined: Tue Aug 12, 2008 12:46 am

Any Plans?

Post by Dariusc123456 »

Well, to get started, I came back from a meeting out of town. I came back and heard about the news, like the Ta-88v3 Signing been hack, which is great, because those users can soon have cfw. But anyway, I have a program call DOSBox, and by any chance, will it be updated, because I would like to soon to use winNT, winME, or something near that. Its great that CrazyC have dosbox runing exe files, but sooner or later, something need to be updated. Maybe have it execute windows exe files, and have it use the slim extra memory. Thanks, and sorry if I should've post this in the dosbox post.
User avatar
jean
Posts: 489
Joined: Sat Jan 05, 2008 2:44 am

Post by jean »

Nothing to add....your posts are always awesomely funny, darius....
Dariusc123456
Posts: 388
Joined: Tue Aug 12, 2008 12:46 am

Post by Dariusc123456 »

jean wrote:Nothing to add....your posts are always awesomely funny, darius....
I dont know why... Maybe because you'll laugh at anything. Well, did CrazyC ever release the source. Maybe I can make some changes to it to run win32 exe files.
jsharrad
Posts: 100
Joined: Thu Oct 20, 2005 3:06 am

Post by jsharrad »

dosbox is open source

http://dosbox.com/

+ crazyc's patch

have fun ;)
pspjoke
Posts: 14
Joined: Mon Jun 23, 2008 10:10 am

Post by pspjoke »

EDIT: need a delete button./
The people here make me feel like shit :/
Way to advanced... (hate being a programming noob.)
Art
Posts: 642
Joined: Wed Nov 09, 2005 8:01 am

Post by Art »

Yeah, to hell with porting Quake III when you can just run the Windows version.
I don't know why nobody ever thought of that.
If not actually, then potentially.
angelo
Posts: 168
Joined: Wed Aug 29, 2007 9:34 pm

Re: Any Plans?

Post by angelo »

Dariusc123456 wrote:I would like to soon to use winNT, winME, or something near that.
You picked the two worst OS's! Windows 2000 is the best. =D

It'll be better to install Ubuntu on te PSP though! Toolchain ON the PSP!

aNGELO
PosX100
Posts: 98
Joined: Wed Aug 15, 2007 1:02 am

Re: Any Plans?

Post by PosX100 »

Dariusc123456 wrote:Well, to get started
No , no , don't ...

Code: Select all

rollBackToken(*this);
addIdentifier(this->tok,"forbidden_type_dc123456");
compile();
Dariusc123456 wrote:I came back from a meeting
K, go back to your cave now ...

Dariusc123456 wrote:I have a program call DOSBox, and by any chance, will it be updated, because I would like to soon to use winNT, winME, or something near that.
Can't wait for your WinNT_Box...

Wahahahahahahahahahahahahaahahhahaha ... LMAO.
moonlight
Posts: 567
Joined: Wed Oct 26, 2005 7:46 pm

Post by moonlight »

You only need to use these 2 functions:

Code: Select all

/**
 * Converts a software into another one.
 *
 * @param input - The input software
 * @param output - The output software
*/
void convert_software(char *input, char *output);

/**
 * Converts a hardware into another one.
 *
 * @param input - The input hardware
 * @param output - The output hardware
*/
void convert_hardware(char *input, char *output);
And use it like this:

Code: Select all

convert_software("DosBox", "VirtualBox");
convert_hardware("psp-mips", "pc-x86");
And done :p
PosX100
Posts: 98
Joined: Wed Aug 15, 2007 1:02 am

Post by PosX100 »

Awesome library , it works...I've just converted
my Gameboy into Gameboy pokemon edition...weeee! pika-pika-pikachuuuu...

I've updated your library a bit , you can now import a
part from a brain into another(its still buggy though)...


Code: Select all


/**
 * Imports a specific brain section into another
 *
 * @param src - Source brain
 * @param dst - Destination brain
 * @param section - Brain section to handle
*/ 

void importBrainSection(TBrain *src, TBrain* dst,const char* section); 
Usage :

Code: Select all

TBrain* dc123456 = world->earth->findPerson("dariuscc123456")->getGeek()->brokenBrain;

if(!dc123456)
	return - probably trolling or sleeping...

TBrain* einstein = world->spiritWorld->findPerson(personToSpiritID("einstein"))->getGeek()->brain;

//For some reason when accessing dc's brain , im
//getting a "Geek violation" error message ;/
//Lets wait until his next post   and see if it actually worked

importBrainSection(  einstein  , dc123456, "LOGIC" );

User avatar
Wally
Posts: 663
Joined: Mon Sep 26, 2005 11:25 am

Post by Wally »

moonlight wrote:You only need to use these 2 functions:

Code: Select all

/**
 * Converts a software into another one.
 *
 * @param input - The input software
 * @param output - The output software
*/
void convert_software(char *input, char *output);

/**
 * Converts a hardware into another one.
 *
 * @param input - The input hardware
 * @param output - The output hardware
*/
void convert_hardware(char *input, char *output);
And use it like this:

Code: Select all

convert_software("DosBox", "VirtualBox");
convert_hardware("psp-mips", "pc-x86");
And done :p
hahahahah thats gold!
ooPo
Site Admin
Posts: 2023
Joined: Sat Jan 17, 2004 9:56 am
Location: Canada
Contact:

Post by ooPo »

This isn't on topic at all. Locked.
Locked