Feature #221

Cablear el cable de norma Atari

Added by Txinto Vaz about 8 years ago. Updated about 8 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
02/08/2016
Due date:
% Done:

100%

Estimated time:
2.00 h
Spent time:

Description

Hacer el cableado del conector de 9 pines de la norma Atari.

History

#2 Updated by Txinto Vaz about 8 years ago

Hemos cableado los 9 pines a un conector dentro de la protoboard.

La codificación es

Pin Color
1 Azul
2 Verde
3 Amarillo
4 Blanco
5 Rojo
6 Azul
7 Verde
8 Amarillo
9 Negro

#3 Updated by Txinto Vaz about 8 years ago

  • Status changed from New to In Progress
  • % Done changed from 0 to 100

#4 Updated by Txinto Vaz about 8 years ago

  • Status changed from In Progress to Resolved

#5 Updated by Txinto Vaz about 8 years ago

  • Status changed from Resolved to Closed

#6 Updated by Txinto Vaz about 8 years ago

Recableamos según nueva configuración de pines, ver diferencias en e5584f46

Nuevos pines:

/**** Pin assigment section ****/
#define CFG_POWERGND_PIN 2 // anteriormente 2

#define CFG_JOY_UP_PIN 23 // anteriormente 23
#define CFG_JOY_DOWN_PIN 21 // anteriormente 21
#define CFG_JOY_LEFT_PIN 22 // anteriormente 22
#define CFG_JOY_RIGHT_PIN 20 // anteriormente 20

#define CFG_JOY_GREENBUT_PIN 19// anteriormente 19
#define CFG_JOY_REDBUT_PIN 18 // anteriormente 18
#define CFG_JOY_BLUEBUT_PIN 17 // anteriormente 17
#define CFG_JOY_YELLOWBUT_PIN 16 // anteriormente 16
#define CFG_JOY_GREYBUT_PIN 15 // anteriormente 15
#define CFG_JOY_BLACKBUT_PIN 14 // anteriormente 14
#define CFG_JOY_WHITELBUT_PIN 29 // anteriormente 12
#define CFG_JOY_WHITERBUT_PIN 30 // anteriormente 11
#define CFG_JOY_MODEBUT_PIN 31 // anteriormente 10
#define CFG_JOY_RESTARTBUT_PIN 32 // anteriormente 9
#define CFG_JOY_PLAYERBUT_PIN 33 // anteriormente 8

/**** ATARI norm output ****/
#define CFG_ATARI_PIN_1 9 // anteriormente 7  // MSX FW // AZUL 1er conector
#define CFG_ATARI_PIN_2 8 // anteriormente 6  // MSX BACK // VERDE 1er conector
#define CFG_ATARI_PIN_3 7 // anteriormente 5  // MSX LEFT // AMARILLO 1er conector
#define CFG_ATARI_PIN_4 6 // anteriormente 4  // MSX RIGHT // BLANCO 1er conector
#define CFG_ATARI_PIN_5 5 // anteriormente NC // MSX +5v // ROJO 1er conector
#define CFG_ATARI_PIN_6 12 // anteriormente 3  // MSX TRG1 // AZUL 2o conector
#define CFG_ATARI_PIN_7 11 // anteriormente 1  // MSX TRG2 // VERDE 2o conector
#define CFG_ATARI_PIN_8 10 // anteriormente 0  // MSX OUT // AMARILLO 2o conector
#define CFG_ATARI_PIN_9 4 // anteriormente NC // MSX GND // NEGRO 1er conector
#define CFG_ATARI_PIN_9 4 // anteriormente NC // MSX GND // NEGRO 1er conector

Also available in: Atom PDF