jamma multigame Blue Elf o Pandora?

Originali e sistemi Arcade (Naomi, SEGA Model, Triforce, Atomiswave, MVS, ecc.)
elpaguro
Newbie
Newbie
Messaggi: 3
Iscritto il: 17/09/2015, 12:58
Città: Roma

Re: jamma multigame Blue Elf o Pandora?

Messaggio da elpaguro »

Ciao, vorrei sapere se qualcuno è riuscito a provare la Blue Elf, se ci sono problemi nel funzionamento generale, come blocchi o rallentamenti, oppure solo in particolari giochi.
Devo dire che mi tenta di più, se non altro per alcuni giochi che contiene che invece la Pandora non ha, come Rastan e Toki.
Grazie
Avatar utente
menko
Affezionato
Affezionato
Messaggi: 100
Iscritto il: 22/04/2013, 18:30
Città: spezia

Re: jamma multigame Blue Elf o Pandora?

Messaggio da menko »

Esatto hanno giochi diversi mi sta ispirando più la blu elf nuova che la pandora 4...anche se il frontend sembra meglio quest'ultima...
Avatar utente
menko
Affezionato
Affezionato
Messaggi: 100
Iscritto il: 22/04/2013, 18:30
Città: spezia

Re: jamma multigame Blue Elf o Pandora?

Messaggio da menko »

Riporto notizie su smanettamenti della game elf...
04-16-2013, 05:50 AM
Hacking the 138/276/355 in 1 Multigame Jamma Boards

Disclaimer:

I am not responsible for any damage that you cause to your board. It is advised that you make backups of any and all files that you attempt to modify in order to recover in the event you make a mistake. The information provided here is for informational purposes only. At no point in this document will the acquisition of additional, copyrighted games be discussed.

Board information:

This series of boards utilizes the Mini6410 Architecture and a custom designed daughter card for controlling video and user IO. They are not compatible with the standard development boards for this micro computer, and the boards themselves are bootlegs of the original. Official 6410 boards have a 2gb NAND flash onboard. The bootlegs do not have this. These boards also have to have the cards flashed utilizing a specific tool that writes a bootloader based on the total block and sector count of the sd card. Since it would seem that no two SD cards are 100% identical in this respect, copying the card is not possible at this time.

Determining if you have the proper board:

Take a good look at your board. It should have a small, rectangular daughter card on the opposite side of the jamma edge connector. It should also have a USB port, headphone jack, and VGA connector. The larger board itself should be roughly square in appearance. Certain versions of this board come packaged in a black shell similar to other multiboards. Other ones are bare boards. In general, if the board has a MOLEX power connector, volume knob, headphone jack, and SD card slot on one side, and the VGA, USB, and track ball connector on the other then this most likely is one of these boards.



OS information:

The board itself is running a modified version of TinyARM linux created to talk to this specific daughter card. How? That's unknown at this time. However it's a lightweight, embedded linux that is sufficiently advanced to drive this device.

SD Card information:

If your board has a plastic cover on it, look for a square protrusion. That is the SD cover. Pop it off and you will have access to your SD card.


The SD card has three different partitions, a FAT partition, storing the boot loader, an EMU partition storing the emulation software, and the OS partition. The EMU and OS partitions are both EXT2 format and cannot be read in windows without special software. For the remainder of this document these two partitions are going to be referred to as EMU and OS. In general, the SD looks like this:

<<---BOOT:FAT32---><---EMU:EXT2---><---OS:EXT2---><---EMPTYSPACE--->>

or, from a size perspective:

<<---BOOT:102MB---><---EMU:300MB---><---OS:315MB---><---EMPTYSPACE:3.3GB--->>

To backup using linux use the dd command:

dd if=/dev/your_sd_card_device of =your_image_path bs=1M

You can also use Win32 Disk Imager to backup the card. I haven't tried but it supposedly works.

Emulator information:

Fortunately, the emulator chosen for these boards is MAME. In this case, a hacked version of MAME4ALL, and an older copy of XMAME. More information can be found here:

http://chui.dcemu.co.uk/mame4all.html

It's unknown at this time what version of MAME4ALL this board is running. Certain keyboard commands can be used via the USB port but not many. There is another emulator, a flavor of xmame also running on the board, and both are under the EMU partition, under the names clsemuh and xemu.

Bypassing protection:

!!WARNING!!

If you are unfamiliar with *NIX and it's file systems. STOP. Get someone that knows them or read up before you continue. Attempting to modify the contents of the SD card using a non-*NIX operating system may destroy the card.

!!WARNING!!

This board utilizes multiple layers of protection, the first being the bootloader. Since you can't copy the card, this is irrelevant. The next and most important is the games.bin file, located in the EMU partition. The frontend, a hacked version of LemonLauncher, checks this file. It's a SHA1 encoded file. If this file does not match with the games.conf file stored in OS/USR/EMU/xrun then the system goes into a reboot loop. The programmers of the check in China were very lazy in this regard. The frontend checks the games.bin file and if it fails, attempts a reboot by calling the actual linux reboot command.

1. Mount the third partition of the SD card as read/write in linux
2. Go to the system binaries directory
3. Locate the reboot command
4. Rename or relink the command

Adding games:

Games need to be added in two places. First, for them to show up in the menus, they must be added to OS/usr/emu/xrun/games.conf. Looking at the file itself will show how to do this. It's rather simple. Second, the rom name must be added to /usr/emu/xrun/showroms.lst. If you want the frontend to show a snap of the game, then you need to add a snap to /OS/snap and be sure it's in png format. Roms are stored in the /OS/roms directory. Games are loaded in the frontend based on the /OS/usr/emu/xrun/showroms.lst file order and not on the OS/usr/emu/xrun/games.conf file order. Please note that these locations might change depending on the revision of the board you have.

games.conf

games.conf is used to pass information to mame. The only switch in there is -delay, and it's unknown what it does. The base config file, /OS/usr/emu/xrun/xrunh.conf actually has two emulators in it, clsemuh and xemu. They are listed as emu0 and emu1. If your game does not work with one then try the other.

In short:
1. Locate the games.conf file
2. Backup the file
3. Open the games.conf file in a text editor
4. Append the game listing that you want based on the previous line
5. Close the file
6. Locate the showroms.lst file
7. Backup the file
8. Open the showroms.lst file
9. Based on where the rom was added in the list add it to the file
10. Close the file

showroms.lst

Showroms.lst is just a listing of roms that will be presented in the launcher. The order in the list will set the order of the games in the launcher itself. These are the ROM NAMES and NOT THE GAME NAMES.

Tweaking the frontend:

The frontend can easily be hacked by editing the files in OS/usr/emu/xrun. There are several files in here, so you might have to do a litle trial and error based on your board revision. Look for xrun320240.conf and xrun640480.conf or something similar. These allow you to set where the game list is onscreen, the size, font, background image, etc. More information on this can be found on the Lemonlauncher site.

Resizing the partitions:

The standard card that ships with these boards is a 4gb SD card. Of which, about 300mb in total is used. Fortunately, the loader only checks where the start point is for each partition. Since roms are stored on the OS partition, and this is the last partition, you should be able to resize it without much effort. I recommend gparted but another tool that allows for resizing should work as well. As always, backup everything before you try this.

Adding additional support:

The emus from the 355 can be added to the 128/138 board. There should be no difference in hardware. Take the zip file and decompress it to the root of the partition with the other emulators. You will have a new directory called “aemu.” To use this emulator you need to edit the xrunh config file to allow it and also the games.conf with the new games. Edit the lines in xrunh to look like this:

emu2 = "cd /sdcard/aemu; ./nemu %r -sr 5 -d8"
emu3 = "cd /sdcard/aemu; ./aemu %r -sr 5"
emu4 = "cd /sdcard/aemu; ./nemu %r -sr 5"
emu5 = "cd /sdcard/aemu; ./aemu %r -sr 0"

then just edit games.conf with the games you want. Be sure to let the frontend know that you are using one of those emus.

What works?

Don't expect miracles from this little ARM board. With some trial-and-error most 8-bit CPU based games should run fine. Some 16-bit should work well with the updated binary.

Binaries of interest:

The mame executables are in the first partition. The binaries are:

xemu-pure MAME. xmame .106 to be exact
xrunmh-LemonLauncher
clsemuh-MAME4ALL horizontal
clsemuv-MAME4ALL vertical
xrunmv-LemonLauncher configured for vertical screens
nemu-Mame compiled just for neo geo
aemu-older mame that supports 2k+ games. CPS2 "sort of" supported.


So, to hack the board…you basically:
1. Disable the reboot command
2. Alter the games.conf file
3. Alter the showroms.lst file
4. Add your games to the roms directory
5. Add your snapshots to the snapshot directory


Thanks:

I'd like to thank the following people for their contributions on this project:

GoneMad - Provided the initial image of the SD for me to look at.
Raven - Sent me his original 128-in-1 board to explore and hack.
armi0024 - Provided me with the 276 and 355 versions of the board.
nixs - Provided the newer 138 and testing support
The lemonlauncher folks for providing insight on how their tool works, and for making a nice, lightweight emu frontend.
srarcade80
04-16-2013, 0
Avatar utente
gig
Newbie
Newbie
Messaggi: 37
Iscritto il: 31/03/2016, 10:05
Città: Venezia

Re: jamma multigame Blue Elf o Pandora?

Messaggio da gig »

Entro in po' in ritardo nella discussione, anche io sono indeciso tra Elf e Pandora: ok, i giochi contenuti sono diversi e magari bisogna passare 3 giorni a fare il confronto per capire se ci sono i giochi che interessano (li mettessero in ordine alfabetico, mortacci loro...), ma il vero problema che è sorto nella mia testa leggendo i post precedenti è la risoluzione........ i multigame NON usano sempre la risoluzione giusta nemmeno avendo un CRT?! Posso capire se si usa un cacchio di LCD (cosa per me inconcepibile), ma un CRT dovrebbe adattare la risoluzione in automatico, oppure il multigame spara su schermo i giochi in risoluzioni fantasiose?

E con i giochi in verticale come BombJack come vanno le cose? Li mostra storti o li gira sfruttando la risoluzione variabile dei CRT?
Avatar utente
menko
Affezionato
Affezionato
Messaggi: 100
Iscritto il: 22/04/2013, 18:30
Città: spezia

Re: jamma multigame Blue Elf o Pandora?

Messaggio da menko »

Dopo qualche prova, posso dire che personalmente preferisco la pandora box 4 hd alla blue elf 619 ma kmq tutte e 2 rimangono una buona scelta... Semplicemente attacchi e vai!

PANDORA BOX 4HD
Nessun rallentamento +
Menù più gradevole +
645 giochi!+
Risoluzioni più precise+
Mancano alcuni classici-

BLUE ELF 619
Presa usb +
Presa track/spin +
Toky,shinoby,new zeland story ecc.+
Sonoro non di qualità in molti giochi -
Avatar utente
Pecora

Donatore
Affezionato
Affezionato
Messaggi: 158
Iscritto il: 09/04/2015, 6:59
Medaglie: 1
Città: Ferrara

Re: jamma multigame Blue Elf o Pandora?

Messaggio da Pecora »

Ragazzi poco fa ho preso una Pandora 3, nuova da amazon la collego al cablaggio jamma su un crt e mi fa 4 schermate in verticale e scorrono lungo lo schermo ... Ho provato su un altro crt ed É circa uguale, sui crt ho provato una pcb di un altro gioco e va, ho provato la Pandora su un vga e va perfettamente ...
Perché se la collego tramite jamma standard non mi funziona ? Ho una Pandora che non supporta il CRT ???
Mi serve un adattatore ?! Devo cambiare Pandora ?! :on_cry: sono in crisi
Avatar utente
Pecora

Donatore
Affezionato
Affezionato
Messaggi: 158
Iscritto il: 09/04/2015, 6:59
Medaglie: 1
Città: Ferrara

Re: jamma multigame Blue Elf o Pandora?

Messaggio da Pecora »

Pecora ha scritto:Ragazzi poco fa ho preso una Pandora 3, nuova da amazon la collego al cablaggio jamma su un crt e mi fa 4 schermate in verticale e scorrono lungo lo schermo ... Ho provato su un altro crt ed É circa uguale, sui crt ho provato una pcb di un altro gioco e va, ho provato la Pandora su un vga e va perfettamente ...
Perché se la collego tramite jamma standard non mi funziona ? Ho una Pandora che non supporta il CRT ???
Mi serve un adattatore ?! Devo cambiare Pandora ?! :on_cry: sono in crisi
Prima avevo l'immagine che scorreva in alto e sdoppiata in 4/5 verticalmente ora ho provato a collegare sia il vertical sync sia horiz sync al pin sync della jamma e il risultato: non scorre più verso l'alto ma rimane in posizione ma sdoppiato in 4 ora allego foto ... Che problema É ?! <-help2-> <-help2->
Non hai i permessi necessari per visualizzare i file allegati in questo messaggio.
Avatar utente
menko
Affezionato
Affezionato
Messaggi: 100
Iscritto il: 22/04/2013, 18:30
Città: spezia

Re: jamma multigame Blue Elf o Pandora?

Messaggio da menko »

Forse devi regolare i trimer dietro il monitor,hai provato?
Avatar utente
Tox Nox Fox

BanHammer Silver Medal Donatore
Moderatore
Moderatore
Messaggi: 11845
Iscritto il: 14/01/2007, 23:35
Medaglie: 3
Grazie Inviati: 167 volte
Grazie Ricevuti: 277 volte

Re: jamma multigame Blue Elf o Pandora?

Messaggio da Tox Nox Fox »

a me non pare a 15 KHz
andando per gradi
il monitor è a 15Khz ?
hai un manuale della pandora ?
non hai altro collegato alla pandora, giusto ?
WP.ARCADEITALIA.NET
La Guida al MameCab
Avatar utente
CONSOLEMAN
God of Arcade
God of Arcade
Messaggi: 3461
Iscritto il: 26/08/2015, 0:01
Città: ARCADIA
Grazie Inviati: 117 volte
Grazie Ricevuti: 96 volte

Re: jamma multigame Blue Elf o Pandora?

Messaggio da CONSOLEMAN »

La tua pandora è solo vga, tutte le pandore si differenziano per essere vga/cga oppure solo vga ,
alcuni modelli più recenti sono anche Hdmi

http://www.ukvac.com/forum/pandoras-box ... 53337.html
Rispondi

Torna a “PCB Jamma e sistemi Arcade”