MV-LED: Difference between revisions

From NeoGeo Development Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
(3 intermediate revisions by the same user not shown)
Line 3: Line 3:
[[File:mv-led2.jpg|thumb|MV-LED2 board, same components, different size. Picture courtesy of [[http://www.mvs-scans.com MVS-Scans]].]]
[[File:mv-led2.jpg|thumb|MV-LED2 board, same components, different size. Picture courtesy of [[http://www.mvs-scans.com MVS-Scans]].]]


Credits display board in original [[MVS systems]]. Uses two 7-segment displays to show the player's remaining [[credits]].
LED-based credits display board in original [[MVS hardware|MVS cabs]]. Uses two 7-segment displays to show the player's remaining [[credits]].


Uses [[CRE401]] RC arrays for inputs.
Uses [[CRE401]] arrays for inputs.


Pinout:
Pinout, from left to right (pins 1 to 13):
*VCC
*5V
*VCC
*5V
*Clk
*Clock
*Digit 1 ABCD
*Digit 1 ABCD
*Digit 2 ABCD
*Digit 2 ABCD
Line 16: Line 16:
*GND
*GND


Digits are BCD-coded and controled by registers '''REG_LEDLATCHES'''($380031) and '''REG_LEDDATA'''($380041). Clock on rising edge ?
Digits are BCD-coded and controlled by registers {{Reg|REG_LEDLATCHES}} and {{Reg|REG_LEDDATA}}.
 
[[File:74ls47 digits.png|center]]


See also [[MV-ELA]] for the marquee board details.
See also [[MV-ELA]] for the marquee board details.
Line 22: Line 24:
[[File:mv-led2_schem.png|thumb|MV-LED2 board incomplete schematic.]]
[[File:mv-led2_schem.png|thumb|MV-LED2 board incomplete schematic.]]


Connection to the MVS board visible in [[http://wiki.neogeodev.org/index.php?title=File:Mv1fs-page5.jpg|in page 5 of the schematics]]
Connection to the MVS board visible in [[http://wiki.neogeodev.org/index.php?title=File:Mv1fs-page5.jpg on page 5 of the schematics]]
 
=Repair=
 
These boards can be tested in the [[system ROM]]'s hardware test menu. The third screen shows "LED1" and "LED2" values which should change each second. The value shown should be the value displayed on the boards.


[[Category:Chips]]
[[Category:Repairs]]
[[Category:Cartridge systems]]
[[Category:Cartridge systems]]

Latest revision as of 21:14, 15 August 2017

MV-LED board. Picture courtesy of [TheArcadeBoneyard].
MV-LED2 board, same components, different size. Picture courtesy of [MVS-Scans].

LED-based credits display board in original MVS cabs. Uses two 7-segment displays to show the player's remaining credits.

Uses CRE401 arrays for inputs.

Pinout, from left to right (pins 1 to 13):

  • 5V
  • 5V
  • Clock
  • Digit 1 ABCD
  • Digit 2 ABCD
  • GND
  • GND

Digits are BCD-coded and controlled by registers REG_LEDLATCHES and REG_LEDDATA.

See also MV-ELA for the marquee board details.

MV-LED2 board incomplete schematic.

Connection to the MVS board visible in [on page 5 of the schematics]

Repair

These boards can be tested in the system ROM's hardware test menu. The third screen shows "LED1" and "LED2" values which should change each second. The value shown should be the value displayed on the boards.