maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Games (https://talk.maemo.org/forumdisplay.php?f=12)
-   -   Emulators for the N900 (https://talk.maemo.org/showthread.php?t=34526)

johnel 2010-04-02 10:55

Re: Emulators for the N900
 
Not had a chance to try this but can you use the nuncheuk with the wii-remote?

razefox 2010-04-16 14:24

Re: Emulators for the N900
 
i just ported xbox 360 to n900!!

Spotfist 2010-04-16 14:31

Re: Emulators for the N900
 
pics please :P

smoku 2010-04-22 21:18

Re: Emulators for the N900
 
Is Anwarboy11 still maintaining the list? It's very outdated.

M A S T E R 2010-04-23 15:39

Re: Emulators for the N900
 
Is there any possibility that we will see the Saturn on the N900 like someone mentioned earlier?

Doesnt the saturn require less power than the PSX EMU? I am just saying because if PSX can run games pretty good then the Sega Saturn should feel a little easier on the CPU. Also not to mention they both carried similar games for a while.

Megaman x4
Marvel Vs Capcom
Fighting Games
Shooter
ETC.

It would be cool imo.

-MASTER

The Quote Train 2010-04-23 15:40

Re: Emulators for the N900
 
^ was just about to suggest the saturn

cddiede 2010-04-23 17:12

Re: Emulators for the N900
 
Quote:

Originally Posted by M A S T E R (Post 624598)
Is there any possibility that we will see the Saturn on the N900 like someone mentioned earlier?

Doesnt the saturn require less power than the PSX EMU? I am just saying because if PSX can run games pretty good then the Sega Saturn should feel a little easier on the CPU. Also not to mention they both carried similar games for a while.


Similar titles being released on both platforms does not indicate similarity in the hardware or it's emulation as alot of time and money goes into porting games to multiple home console platforms.

As for the Saturn, it's kind of a beast to emulate. The original hardware had a pair of identical Hitachi SH-2 32-bit RISC clocked to 28.6 MHz.

On top of that it had a SH-1 32-bit RISC processor controlling the CD-ROM. This was going to be the only processor until the original PlayStation's CPU specs were announced.

Other chips on the Saturn included:
# Custom VDP 1 32-bit video display processor (running at 7.1590 MHz on NTSC Systems, 6.7116 MHz for PAL Systems)

# Custom VDP 2 32-bit video display processor (running at 7.1590 MHz on NTSC Systems, 6.7116 MHz for PAL Systems)

# Custom System Control Unit (SCU) with DSP for geometry processing and DMA controller (running at 14.3 MHz)

# Motorola 68EC000 sound controller (running at 11.3 MHz / 1.5 MIPS)

# Yamaha FH1 DSP sound processor, "Saturn Custom Sound Processor" (SCSP), running at 22.6 MHz

# Hitachi 4-bit MCU, "System Manager & Peripheral Control" (SMPC)

Every single one of these would need to be emulated in software in order to get Saturn games running properly.

Not a task I'd wish on my worst enemy....

M A S T E R 2010-04-24 06:02

Re: Emulators for the N900
 
Quote:

Originally Posted by cddiede (Post 624732)
Similar titles being released on both platforms does not indicate similarity in the hardware or it's emulation as alot of time and money goes into porting games to multiple home console platforms.

As for the Saturn, it's kind of a beast to emulate. The original hardware had a pair of identical Hitachi SH-2 32-bit RISC clocked to 28.6 MHz.

On top of that it had a SH-1 32-bit RISC processor controlling the CD-ROM. This was going to be the only processor until the original PlayStation's CPU specs were announced.

Other chips on the Saturn included:
# Custom VDP 1 32-bit video display processor (running at 7.1590 MHz on NTSC Systems, 6.7116 MHz for PAL Systems)

# Custom VDP 2 32-bit video display processor (running at 7.1590 MHz on NTSC Systems, 6.7116 MHz for PAL Systems)

# Custom System Control Unit (SCU) with DSP for geometry processing and DMA controller (running at 14.3 MHz)

# Motorola 68EC000 sound controller (running at 11.3 MHz / 1.5 MIPS)

# Yamaha FH1 DSP sound processor, "Saturn Custom Sound Processor" (SCSP), running at 22.6 MHz

# Hitachi 4-bit MCU, "System Manager & Peripheral Control" (SMPC)

Every single one of these would need to be emulated in software in order to get Saturn games running properly.

Not a task I'd wish on my worst enemy....

Wow i never knew that. I am assuming then that the PSX Emu is much more simpler since it probably just deals with a few Bios files and some software tweaks compared to this. Or at least from what i have skimmed through.

BTW anyone ever consider 3DO? i know its kind of an odd system but so was the SEGA CD and that thing works great! Just a thought.

-MASTER

cddiede 2010-04-24 14:15

Re: Emulators for the N900
 
Quote:

Originally Posted by M A S T E R (Post 625488)
Wow i never knew that. I am assuming then that the PSX Emu is much more simpler since it probably just deals with a few Bios files and some software tweaks compared to this. Or at least from what i have skimmed through.

BTW anyone ever consider 3DO? i know its kind of an odd system but so was the SEGA CD and that thing works great! Just a thought.

-MASTER

3D0, Sega Saturn, N64... all of these emulators would be great, no argument.

However, the success of certain emulator projects on the N900 seems to be directly tied to how many times a console platform has been emulated on full dektop operating system's platforms.

NES, SNES, Megadrve/SegaCD, these have all been emulated by dozens of successful and seperate emulator projects over the years for one reason or another (user popularity, ease of original hardware emulation, widely available source hardware documentation).

Keeping that in mind, it's not hard to understand why we got really good emulators for those platforms on the N900. If you've got half a dozen different MegaDrive emulators available for linux, you only need to get one to compile correctly for the ARM distro and BANG! Next thing you know, we've got picodrive for maemo.

Other platforms, like 3D0, Saturn, Jaguar, etc... Never saw as much developer interest on the desktop for emulation for one reason or another (lack of popularity, difficulty with original hardware specs, etc). So consequently, Maemo developers have a lot fewer resources to work with in porting an emulator to the N900.

Just the way it is I guess. All the biggest N900 applications are ports from desktop versions of the same software so if there's a lack of desktop software to port, you get fewer chances as a successful project for Maemo.

Flandry 2010-04-24 15:38

Re: Emulators for the N900
 
MESS covers an awful lot of consoles. It's intimately related to MAME (takes advantage of the fact that MAME already emulates about every processor under the sun) and might be worth a port if i finish implementing the arm bits MAME needs for optimal performance.

BTW if anyone wants to make up a new/better/regularly updated emulators thread, i'll link to it in the sticky. This one has been rather neglected. A fine alternative would be a wiki page.


All times are GMT. The time now is 15:28.

vBulletin® Version 3.8.8