Différences entre versions de « Digital SoundBoard »

De ArcadePlus
Sauter à la navigation Sauter à la recherche
(Création de la page)
 
Ligne 1 : Ligne 1 :
Les Digital Sound Board 1 et 2 sont des périphériques [MIDI] destinés à la lecture des musiques de fond sur plusieurs jeux [SEGA]. Les sons sont stockés dans des maskrom propre à chaque jeu.
+
Les Digital Sound Board 1 et 2 sont des périphériques [https://fr.wikipedia.org/wiki/Musical_Instrument_Digital_Interface MIDI] destinés à la lecture des musiques de fond sur plusieurs jeux [[SEGA]]. Les sons sont stockés dans des maskrom propre à chaque jeu.
 
On les trouve sur les jeux suivants:
 
On les trouve sur les jeux suivants:
  
Ligne 20 : Ligne 20 :
  
  
I get asked many questions about arcade hardware but nothing seams to be less understood then the Digital Sound Board 2. So in this post, I will explain a bit of what I know about the DSB2 boards.
+
=Versions=
  
First of all, this board is ONLY used in the following games:
+
==DSB1==
 +
<gallery>
 +
Fichier:Dsb1-front.jpg
 +
Fichier:Dsb1-back.jpg
 +
</gallery>
  
Top Skater (Sega Model 2 game)
 
Sega Rally 2
 
Daytona 2
 
Star Wars Trilogy
 
Spikeout Digital Battle Online
 
Spikeout Final Edition (Slightly patched version of the above)
 
Lost World Special (Full scale attraction version of the game)
 
  
As you can see, other then Top Skater, all of the games that need this board are Sega Model 3 games. Keep in mind, if you try to run one of these games without a DSB2, it will work perfectly fine, it will just not have background music, only sound effects. Another thing to know is, a DSB2 board is 100% universal and will work with any listed game, the only thing you must have done is installed the proper sound roms for the game you are working it with. I have received many DSB2 boards, One had Sega Rally 2 roms in it and the other had Star Wars Trilogy roms in it. I got my trusted rom burner guy to make me some Spikeout Digital Battle Online sound roms that I needed.
+
==DSB2==
 +
Photos à venir
  
The Next thing to talk about is the confusion about caged vs uncaged DSB2 boards. The pcb is a fairly small board (as seen below) with multiple sockets for sound roms and many headers for I/O. Some people tend to run the pcb as just a bare board mounted inside their arcade cabinet with pcb feet. While the boards often came from Sega in a small metal cage similar to many of Sega's boards at the time. These cages not only protected the DSB2 but also made it easier to mount or stack if the board was used outside a cabinet. The biggest problem with the filter board on the DSB2 cage is that it reverses the pin headers on most of the inputs. So if you have a 6 pin header where pin 1 on the board was +5, if you have this DSB2 is in a cage, that +5 is now on pin 6 of that input on the filter board.
+
=Reproductions de la DSB2=
 +
Les cartes DSB2 sont connues pour leur fragilité. Dès lors on comprend l'intérêt de concevoir un périphérique compatible.
 +
 
 +
Un [https://www.gamoover.net/Forums/index.php?topic=18758.0 projet DSB universel] a déjà été mené. Il impose cependant la création de PCB et repose sur des composants obsolètes.
 +
 
 +
==Connectique==
 +
A vérifier:
 +
http://superusr.free.fr/arcade/WIP/uDSB/uDSB009.jpg
 +
https://hico-srv004.pixhotel.fr/sites/default/files/gamoovernet/20180909145600-delo-sega-model3-pcb-arcde-filter-board-pinout.gif
 +
 
 +
==Composants==
 +
Un Arduino nano et un DFPlayer, accompagné d'un minimum d'électronique passive, peuvent assurer le role de DSB2.
 +
 
 +
==Schémas==
 +
TODO
 +
 
 +
==Logiciels==
 +
La librairie "[https://github.com/FortySevenEffects/arduino_midi_library Arduino MIDI]" répond à nos besoins pour la communication avec le jeu.

Version du 17 janvier 2020 à 13:39

Les Digital Sound Board 1 et 2 sont des périphériques MIDI destinés à la lecture des musiques de fond sur plusieurs jeux SEGA. Les sons sont stockés dans des maskrom propre à chaque jeu. On les trouve sur les jeux suivants:

Première version (DSB1):

  • Scud Race/Super GT (Model 3 Step 1.5)
  • Sega Touring Cars (Model 2C CRX)
  • Star Wars Arcade (Model 1)

Second version (DSB2):

  • Daytona 2
  • Lost World Special
  • Sega Rally 2
  • Spikeout
  • Spikeout FE
  • Star Wars Trilogy
  • Top Skater


Versions

DSB1


DSB2

Photos à venir

Reproductions de la DSB2

Les cartes DSB2 sont connues pour leur fragilité. Dès lors on comprend l'intérêt de concevoir un périphérique compatible.

Un projet DSB universel a déjà été mené. Il impose cependant la création de PCB et repose sur des composants obsolètes.

Connectique

A vérifier: http://superusr.free.fr/arcade/WIP/uDSB/uDSB009.jpg https://hico-srv004.pixhotel.fr/sites/default/files/gamoovernet/20180909145600-delo-sega-model3-pcb-arcde-filter-board-pinout.gif

Composants

Un Arduino nano et un DFPlayer, accompagné d'un minimum d'électronique passive, peuvent assurer le role de DSB2.

Schémas

TODO

Logiciels

La librairie "Arduino MIDI" répond à nos besoins pour la communication avec le jeu.