what is this ? about xeno

ViperGC/Qoob/etc
Post Reply
zhou9562
Posts: 10
Joined: Tue Sep 18, 2012 11:51 am

what is this ? about xeno

Post by zhou9562 » Wed Sep 19, 2012 2:15 pm

/**
* XenoShell Custom v1.0
*
* Originally by cheqmate/adhs
*
* Continued by http://www.gc-forever.com members
* emu_kidid, ...
*/

#include "main.h"

/*** global variable definitions ***/

#define HEIGHT_NTSC 480
#define HEIGHT_PAL 576

/*** memcard mode ***/
#define MCMODE 1




print("XenoShell\nCustom v1.0 ");
print(vidHeight == HEIGHT_PAL ? "PAL":"NTSC");
print("\n--------------\n");

/* Boot a DOL from Memory Card (user held Z before we started up) */
if(*((u32*)0x80000000) == 0x2badc0de || MCMODE==1) {
const u32 dwLoadPos = 0x80800000;

int nOffset = 0;
u32 dwSize = DOLSIZE;
int nDolOffset;
u8* pDest = (u8*) dwLoadPos;

print("Press A/B for Slot A/B\n");
while(1) {
u32 dwKeys = ((*((volatile u32*)0xCC006404)) >> 16);
*((volatile u32*)0xCC006408);
if(dwKeys & PAD_A) {
ebase = (u32*) 0xCC006800;
print("Using Memcard A\nSearching for DOL . . .\n");
break;
}
if(dwKeys & PAD_B) {
ebase = (u32*) 0xCC006814;
print("Using Memcard B\nSearching for DOL .
Attachments
Image0930-0106%28CVBS%29%281%29.jpg
(14.11 KiB) Not downloaded yet
Image0929-0112%28CVBS%29.jpg
(32.07 KiB) Not downloaded yet
zhou9562
Posts: 10
Joined: Tue Sep 18, 2012 11:51 am

Re: what is this ? about xeno

Post by zhou9562 » Wed Sep 19, 2012 2:17 pm

Image
Image
Last edited by zhou9562 on Wed Sep 19, 2012 2:20 pm, edited 1 time in total.
User avatar
SouLSLayeR
Posts: 73
Joined: Sun Apr 22, 2012 10:36 pm
Location: Greece

Re: what is this ? about xeno

Post by SouLSLayeR » Wed Sep 19, 2012 2:18 pm

Isn't this the XenoGC fork? >_>

viewtopic.php?f=20&t=716
zhou9562
Posts: 10
Joined: Tue Sep 18, 2012 11:51 am

Re: what is this ? about xeno

Post by zhou9562 » Wed Sep 19, 2012 2:22 pm

have a hex file?

like wiikey_a_xenogc__hex_incluido_.rar
User avatar
emu_kidid
Site Admin
Posts: 4927
Joined: Mon Mar 29, 2010 10:06 am
Location: Australia
Contact:

Re: what is this ? about xeno

Post by emu_kidid » Wed Sep 19, 2012 2:31 pm

It's XenoGC fork with it's DOL launch from memcard functionality that still requires an original disc in the drive.
Image
User avatar
Diego borella
Posts: 249
Joined: Sat Jan 11, 2020 8:37 pm
Location: Brazil

Re: what is this ? about xeno

Post by Diego borella » Sun Mar 29, 2020 6:54 pm

about XenoShell 1.0,
there is a way to downgrade from 1.5 to 1.0.
I mean, is there a .dol, 1.0 launcher? :?:

or do I have to do the xenoclone with the 1.0 shell?
I think of Xenoshell as a DOL launcher. just that, there is no interest in launching games.
My cube is a dol 001 from the USA.
would it be advantageous to downgrade to what i want?
(launch .dol) :)
:idea: :geek: SWISS USER :geek: :idea:
DEBUG IS NECESSARY :arrow: :ugeek:
Post Reply