PROGEOP: Difference between revisions

From NeoGeo Development Wiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:
[[File:Img02701o.jpg|thumb| Protection check warning screen]]
[[File:Progeop_mvs.jpg|thumb|512px]]


Board used by [[Metal Slug X - Super Vehicle-001]].
Board only used for [[Metal Slug X - Super Vehicle-001]]. One of the only MVS PROG boards using the SLOTCS pin.


== Hardware ==
{{Template:Mvsprog|sdra23=1|sdra22=1|sdra21=1|sdra20=1|sdra98=1|sdpa11=1|sdpa10=1|sdpa9=1|sdpa8=1|slotcs=1|padrs=1|portwel=1|portweu=1|portoel=1|portoeu=1|as=1|dh=1|dl=1|a=1|68kclkb=1|pdtact=1|pwait1=1|pwait0=1|romwait=1|a=1|romoe=1|reset=1|sdpad=1|sdrad=1}}


=== PLD ===
J1~J4: PLD configuration ?
CON1: JTAG


An Altera MAX chip is included on the PROG board for:
==Max capacity==
 
*4x 4MiB mixed ADPCM ROMs.
*1 MiB + 2x 4MiB [[P ROM]] ?
 
== PLD ==
 
An Altera MAX EPM7128 chip is included for:


* Protection read/write accesses ($2FFFE0+)
* Protection read/write accesses ($2FFFE0+)
* Bankswitching ($2FFFF0+ as with PROGBK1 games)
* Bankswitching ($2FFFF0+ as with [[PROGBK1]] games)
* Controlling /E and /G pins on both P1 and P2
* Controlling /E and /G pins on both P1 and P2
* P1 + P2 D0-D7 pass through (P ROMs don't connect straight to D0-D7 on the cart edge)
* P1 + P2 D0-D7 pass through ([[P ROM]]s don't connect straight to D0-D7 on the cart edge)
* Decoding V ROM output enables from NEO-PCM address inputs
* Decoding [[V ROM]] output enables from [[PCM]] address inputs
 
The chip seems to die frequently.  Since it also does some other essential things, either the ROMs have to be transplanted to a PROGBK1 or the dead PROGEOP has to be modified.  A hacked P1 ROM needs to be used.  The MAX chip combines what was done with the LS08,LS74 and LS139 on regular BK1 boards so those circuits have to be added manually to revive the game without the MAX.
 
=== Unknown QFP144 ===


* Connected to the Altera through a 245 chip. Apart from that it's completely isolated from everything else?
The chip seems to die frequently. Since it also does some other essential things, either the ROMs have to be transplanted to a PROGBK1 or the dead PROGEOP has to be modified. A hacked P1 ROM needs to be used. The MAX chip combines what was done with the LS08, LS74 and LS139 on regular BK1 boards so those circuits have to be added manually to revive the game without the MAX.
* Maybe it does the protection. Altera seems to do every other possible needed task.
** Altera handles forwards read/write requests through 245 from $2FFFE0+?


=== CHA ===
== Unknown QFP144 ==


It's paired with a regular CHA512Y board.
* Connected to the PLD through a 245 chip. Apart from that it's completely isolated from everything else ?
* Maybe it does the protection. PLD forwards read/write requests through 245 from $2FFFE0+ ?


== Emulation ==
== Emulation ==


MAME currently patches out the protection code instead of emulating it: (mslugx_install_protection) [http://mamedev.org/source/src/mame/machine/neoprot.c.html]
MAME currently patches out the protection code instead of emulating it: (mslugx_install_protection) [http://mamedev.org/source/src/mame/machine/neoprot.c.html]


[[Category:Cartridge boards]]
[[Category:Cartridge boards]]

Revision as of 10:03, 24 September 2012

Board only used for Metal Slug X - Super Vehicle-001. One of the only MVS PROG boards using the SLOTCS pin.

S D R A 2 3 S D R A 2 2 S D R A 2 1 S D R A 2 0 S D R A 9 / 8 S D P A 1 1 S D P A 1 0 S D P A 9 S D P A 8 S L O T C S P A D R S P O R T W E L P O R T W E U P O R T O E L P O R T O E U R O M O E L R O M O E U A S R / W D 1 5 ~ D 8 D 7 ~ D 0
A * 6 8 K C L K B R O M W A I T P W A I T 0 P W A I T 1 P D T A C T R O M O E 4 M B R E S E T S D P A D * S D R A D *

J1~J4: PLD configuration ? CON1: JTAG

Max capacity

  • 4x 4MiB mixed ADPCM ROMs.
  • 1 MiB + 2x 4MiB P ROM ?

PLD

An Altera MAX EPM7128 chip is included for:

  • Protection read/write accesses ($2FFFE0+)
  • Bankswitching ($2FFFF0+ as with PROGBK1 games)
  • Controlling /E and /G pins on both P1 and P2
  • P1 + P2 D0-D7 pass through (P ROMs don't connect straight to D0-D7 on the cart edge)
  • Decoding V ROM output enables from PCM address inputs

The chip seems to die frequently. Since it also does some other essential things, either the ROMs have to be transplanted to a PROGBK1 or the dead PROGEOP has to be modified. A hacked P1 ROM needs to be used. The MAX chip combines what was done with the LS08, LS74 and LS139 on regular BK1 boards so those circuits have to be added manually to revive the game without the MAX.

Unknown QFP144

  • Connected to the PLD through a 245 chip. Apart from that it's completely isolated from everything else ?
  • Maybe it does the protection. PLD forwards read/write requests through 245 from $2FFFE0+ ?

Emulation

MAME currently patches out the protection code instead of emulating it: (mslugx_install_protection) [1]