mirror of
https://github.com/holub/mame
synced 2025-04-26 10:13:37 +03:00
Mega Card (Ver.0210, encrypted): Added bruteforced PLD dump. [Team Europe, caius, Roberto Fresca]
This commit is contained in:
parent
3d01d02bbf
commit
f8dd3a88b6
@ -5388,14 +5388,16 @@ ROM_END
|
||||
|
||||
/*
|
||||
|
||||
Mega MC 3.
|
||||
Mega Card (MC3).
|
||||
Ver. 0210.
|
||||
Fun World, 1993.
|
||||
|
||||
Encrypted poker game.
|
||||
|
||||
1x custom encrypted Fun World CPU based on 65SC02.
|
||||
1x GM68B45S CRTC.
|
||||
2x EF6821P PIAs.
|
||||
1x AY38910A/P.
|
||||
1x AY38910A.
|
||||
2x ULN2003AN (out).
|
||||
1x PAL16L8ACN (PLD).
|
||||
1x Maxim MAX690CPA (Microprocessor Supervisory Circuits).
|
||||
@ -5497,6 +5499,8 @@ ROM_START( megamc3 )
|
||||
ROM_REGION( 0x0200, "proms", 0 )
|
||||
ROM_LOAD( "n82s147an.bin", 0x0000, 0x0200, CRC(136245f3) SHA1(715309982fcafbce88b08237ca46acec31273938) )
|
||||
|
||||
ROM_REGION( 0x0200, "plds", 0 )
|
||||
ROM_LOAD( "megacard_pal16l8.bin", 0x0000, 0x0117, CRC(3159a548) SHA1(ad904fa35b78570e44323469967803e34ef4bc0c) )
|
||||
ROM_END
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user