Homebrew Genesis Plus GX with new GUI

  • Thread starter Thread starter squablo
  • Start date Start date
  • Views Views 51,505
  • Replies Replies 192
Ok guys has anyone tested r464 or r465 because both load but then I get a black screen after hitting A button on the tehskeen page!

UPDATE: Sorry deleting the config.ini file makes it work!

Yay return to loader issue has been fixed! Now when running through a channel only return to system menu shows up and when running through HBC both return to system menu and loader shows up!
 
LOL you simply copypasted random CD handling code from Picodrive, just changing reference to PICO into "genp" to make it more realistic but it's the EXACT same code, i have it right under my eyes...

cd/cd_sys.c
Code:
int Insert_CD(char *iso_name, int is_bin)
{
ÂÂÂÂint ret = 0;

ÂÂÂÂCD_Present = 0;
ÂÂÂÂPico_mcd->scd.Status_CDD = NOCD;

ÂÂÂÂif (iso_name != NULL)
ÂÂÂÂ{
ÂÂÂÂÂÂÂÂret = Load_ISO(iso_name, is_bin);
ÂÂÂÂÂÂÂÂif (ret == 0) {
ÂÂÂÂÂÂÂÂÂÂÂÂCD_Present = 1;
ÂÂÂÂÂÂÂÂÂÂÂÂPico_mcd->scd.Status_CDD = READY;
ÂÂÂÂÂÂÂÂ}
ÂÂÂÂ}

ÂÂÂÂreturn ret;
}


void Stop_CD(void)
{
ÂÂÂÂUnload_ISO();
ÂÂÂÂCD_Present = 0;
}

PICO_INTERNAL int Stop_CDD_c1(void)
{
ÂÂÂÂCHECK_TRAY_OPEN

ÂÂÂÂPico_mcd->scd.Status_CDC &= ~1;ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ// Stop CDC read

ÂÂÂÂif (CD_Present) Pico_mcd->scd.Status_CDD = STOPPED;
ÂÂÂÂelse Pico_mcd->scd.Status_CDD = NOCD;
ÂÂÂÂPico_mcd->cdd.Status = 0x0000;

ÂÂÂÂPico_mcd->s68k_regs[0x36] |= 0x01;ÂÂÂÂÂÂÂÂÂÂÂÂ// Data bit set because stopped

ÂÂÂÂPico_mcd->cdd.Minute = 0;
ÂÂÂÂPico_mcd->cdd.Seconde = 0;
ÂÂÂÂPico_mcd->cdd.Frame = 0;
ÂÂÂÂPico_mcd->cdd.Ext = 0;

ÂÂÂÂPico_mcd->scd.CDD_Complete = 1;

ÂÂÂÂreturn 0;
}
just so you know before you start developping EA next hit (LOL), those are 2 completely different programs with 2 different structures, you can't just put code from one to another like a "plugin" and expect it works... at least show some ORIGINAL code that would work with genplus if you want to be taken seriously (updated memory handlers for example) ...

Anyway, you didn't answered about the additional sound chip, graphic coprocessor, etc ... but since you said you already have fully working emulation, i guess you have rewrote all these parts as well, right ?

That's said, i think the only way we could be "proven wrong" is that you release your work instead of just talking about it, which will probably never happen because you will off course suddenly be offset by people's attitude or suddenly have something really important interfering in real life :-)
 
xander150 said:
DEFIANT said:
You 2 need to get together, have sex and make up so we all can can have our sega cd support...no really...get over it already.
I was over it months ago
wink.gif
but as he is still in school it would be illegal to have sex with him so I sent him a pic of my body and he send me his code
LOL!! hahahahahahahahahahahahahaha! Now thats funny! Thank you.
smile.gif
 
dlf said:
Does anyone have a link to the new gui?
Matguitarist has uploaded a newer rev (first link in my signature) a few days ago. My version (second link in my signature) is a bit older, but if matguitarist's version doesn't work, you can try my version.
 
anyone know where to get the latest compiled rev? or an explanation of how I can compile it myself
 
MobyGames is just evil: look at this ugly watermark they have put on every game scans as if the original image was their property
rolleyes.gif


Isn't there any good website with complete and clean sega genesis scans ? I've yet to found one and I'm sure this is one of the reason a "cover mod" is pretty useless at this state. I've taken screenshot of all my roms within the emu and it looks pretty nice though.

EDIT: got to answer myself, I just found that link on Xport forums. awesome scans but this is only japanese releases
 
Yeah, that moby games site was just one that I could find. Seems as though theres a real lack of Sega cover art out there apparently. I have snapshots of the title screen on my Gen roms and it looks ok. Never got it to work for SMS though.
 
the master system emu does not have snapshot support, there isn't even room to display anything but the filename
 
Jacobeian said:
MobyGames is just evil: look at this ugly watermark they have put on every game scans as if the original image was their property
rolleyes.gif


Isn't there any good website with complete and clean sega genesis scans ? I've yet to found one and I'm sure this is one of the reason a "cover mod" is pretty useless at this state. I've taken screenshot of all my roms within the emu and it looks pretty nice though.

EDIT: got to answer myself, I just found that link on Xport forums. awesome scans but this is only japanese releases

go to google images and type the name of the game plus cover and lots pop up all clean scans here's an example

sonic3box1.jpg
 
Well, this might be true for popular games (i don't think finding sonic's cartridges scans on internet is a big challenge ) but good luck getting high-res & clean scans for every existing genesis rom using google image :-)
 

Site & Scene News

Popular threads in this forum