Dark Zune  

We're sorry for all the downtime, but all is definately fixed. A new Dark Zune is coming soon. Until then, stay active, start posting, have fun and please report any errors that you find.


Go Back   Dark Zune > Zune Downloads, Zune Releases and Tutorials > Zune Games
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
Old 07-23-2008, 11:33 PM   #1
emulators
kennystar72
Guest
Posts: n/a

Show Printable Version Email this Page
kennystar72 07-23-2008, 11:33 PM
Rating: ()

I want to make a list of emulators... BUT I DON'T KNOW ANY! lol
can people post names and links of emulators here plz?
Views: 927
Reply With Quote
Old 07-24-2008, 02:56 PM   #2 (permalink)
Social!?...
Zune God
 
Zunesi's Avatar
 
Join Date: Jun 2007
Location: My House
Age: 15
Posts: 1,696
Rep Power: 45 Zunesi L??+ z?N??Zunesi L??+ z?N??
Send a message via MSN to Zunesi
I haven't checked them out but I think there's few over at zB in the 'development discussions' sub forum in the Zune Games forum
__________________

Quote:
Want custom firmware for your Zune?
Want to give even more meaning to 'you make it you'?
Then join the petition for custom firmware here
Zunesi is offline   Reply With Quote
Old 07-24-2008, 09:51 PM   #3 (permalink)
kennystar72
Guest
 
Posts: n/a
Talking

Quote:
Originally Posted by Zunesi View Post
I haven't checked them out but I think there's few over at zB in the 'development discussions' sub forum in the Zune Games forum
i got a few, thnx to you!

zuNES is a Nintendo Entertainment System emulator.

GameKnight is a Nintendo Game Boy emulator.
Thx to blackwood xnaNES is also a Nintendo Entertainment System emulator

Last edited by kennystar72; 09-19-2008 at 03:48 AM.
  Reply With Quote
Old 07-25-2008, 04:43 PM   #4 (permalink)
Social!?...
Zune God
 
Zunesi's Avatar
 
Join Date: Jun 2007
Location: My House
Age: 15
Posts: 1,696
Rep Power: 45 Zunesi L??+ z?N??Zunesi L??+ z?N??
Send a message via MSN to Zunesi
Cool so do you have some gameboy and NES games running on your Zune, i.e. Zelda
__________________

Quote:
Want custom firmware for your Zune?
Want to give even more meaning to 'you make it you'?
Then join the petition for custom firmware here
Zunesi is offline   Reply With Quote
Old 08-04-2008, 03:51 PM   #5 (permalink)
shadowseekr
Guest
 
Posts: n/a
zune emulator

what would be a good idea is too have a one time app that you put the 'rom' file in a folder, and then rename the game (so if you have more than one game, the app wont overlap each other) and then when you want to play the game you just select the app on your zune.
if you want more then one game then unzip another app and put another 'rom' file in it and rename that one and then deploy it

i think that a emulator would have soooooo much promise because after you get the emulator on too the zune all you have to do is deploy and enjoy (after getting a rom file)
  Reply With Quote
Old 08-08-2008, 09:33 AM   #6 (permalink)
kennystar72
Guest
 
Posts: n/a
im sorry for being not here.
1.the emulators arent yet completed. when one is, ill review here
2.very good idea.
  Reply With Quote
Old 08-14-2008, 04:49 AM   #7 (permalink)
jojojojoj3
Guest
 
Posts: n/a
The Emulator Zone - Nestopia nothing for zune though
  Reply With Quote
Old 08-25-2008, 03:46 AM   #8 (permalink)
Blackwood550
Guest
 
Posts: n/a
I don't want to brag but i've got Metroid running through xnaNES for zune...avg 7-10 fps...It's like Metroid with a matrix slo-mo twist o.O
  Reply With Quote
Old 08-26-2008, 04:36 PM   #9 (permalink)
FTM1
Guest
 
Posts: n/a
brag all you like Blackwood just share something that cool with the rest of us.
  Reply With Quote
Old 08-27-2008, 02:38 AM   #10 (permalink)
Blackwood550
Guest
 
Posts: n/a
Quote:
Originally Posted by FTM1 View Post
brag all you like Blackwood just share something that cool with the rest of us.
Officially:
The emulator isn't being worked on...I'm trying to learn C# so i can perfect it. It's very...slow. Bout 7 to 10 fps. It's also supposed to allow the sellection of multiple ROMS, however it's not happening.

I'm also looking for a way to get all the buttons to work...yes ALL of them. I learned that holding down the Zune's back button retstarts the zune...

For any developers who care...here's the EMU but you must supply your own ROM : RapidShare: Easy Filehosting (Rejoice...zipped) The EMU is not mine :\ but I want this baby to live

here's my concerns : ( Copied from zune boards)
Somebody stated that the Metroid NES for zune would rock...

WARNING: BIG POST

well, i've downloaded sharpNES from the developers section and tweeked the controlls to the best of my knowledge.

Metroid fires up, i can start a level, and run about and shoot the alien things...though i feel like i'm playing Metroid (Matrix Hack) LOL!

There are three primary issues i'm concerned with...controlls, frame rate, multiple cartridges.

Controlls: Apparently you can add holding functions to buttons...which is great because All buttons are assigned except the Select button. I've learned that holding buttons can allow functions to be performed...from what I've seen in the code...if you hold down the back button long enough, the Zune restarts.

Quote:
private void UpdateMenu()
{
menuPad.Update();

if (waitForBackRelease)
{
// Since the back button is used to leave the game,
// we need to wait here for it to be released.
if (menuPad.BackIsPressed)
{
return;
}

menuPad.Reset();
waitForBackRelease = false;
}

if (menuPad.BackIsPressed)
{
Quit();
}
If i read that right...holding the back button resets the zune...now how can i get the NES select to work.

Here's my current button config too...

Quote:
Controller.Map(Buttons.DPadUp, ControllerButtons.Up);
Controller.Map(Buttons.DPadDown, ControllerButtons.Down);
Controller.Map(Buttons.DPadLeft, ControllerButtons.Left);
Controller.Map(Buttons.DPadRight, ControllerButtons.Right);
Controller.Map(Buttons.A, ControllerButtons.A);
Controller.Map(Buttons.B, ControllerButtons.B);
Controller.Map(Buttons.Back, ControllerButtons.Start);
Frame Rate: Currently between 7-10 fps. I'd like to know if this could be increased in anyway, with out damaging the Zune of course. If so...just tell me what i would need to alter.

Multiple Cartridges: I've seen the code for the ROM selection, but when i fire up the app on the Zune I don't get a menu...


Quote:
ArrayList files = new ArrayList();
files.AddRange(Directory.GetFiles(StorageContainer .TitleLocation));
int i = 0;
while (i < files.Count)
{
if (files[i].ToString().EndsWith(".nes"))
i++;
else
files.RemoveAt(i);
}
roms = (string[])files.ToArray(typeof(string));
Array.Sort(roms);

string lastRom = LoadRomName();
selectedRom = Array.IndexOf(roms, lastRom);
if (selectedRom < 0)
{
selectedRom = 0;
}

topMenuRom = 0;
ALSO: GameKnight is still being worked on... Don't loose faith

Last edited by Blackwood550; 08-27-2008 at 06:23 AM. Reason: added post from ZB
  Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT +1. The time now is 07:28 PM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Advertisement System V2.3 By   Branden
Copyright DarkZune.com (Dark Zune Forums) 2008

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45