forked from i12bretro/tutorials
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path0033.html
70 lines (66 loc) · 3.82 KB
/
0033.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Burning Multimode 3 (MM3) Modchips for Playstation</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta charset="UTF-8">
<meta name="keywords" content="Sony PlayStation,PS1,Sony PS1,PSX,Original PlayStation,MM3,Multimode,Retro Gaming,Mod Chip,Sony,Playstation,How To,Tutorial,i12bretro">
<meta name="author" content="i12bretro">
<meta name="description" content="Burning Multimode 3 (MM3) Modchips for Playstation">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="revised" content="03/26/2022 09:17:25 AM" />
<link rel="icon" type="image/x-icon" href="includes/favicon.ico">
<script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<script type="text/javascript" src="includes/js/steps.js"></script>
<link href="css/steps.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="gridContainer">
<div class="topMargin"></div>
<div id="listName" class="topMargin">
<h1>Burning Multimode 3 (MM3) Modchips for Playstation</h1>
</div>
<div></div>
<div id="content">
<h2>Things You Will Need</h2>
<ul>
<li>A PIC Programmer https://amzn.to/3uc3hk3</li>
<li>12C508a PIC chips - www.digikey.com/product-detail/en/microchip-technology/PIC12C508A-04-P/PIC12C508A-04-P-ND/273436</li>
</ul>
<h2>Burning MM3 Modchips</h2>
<ol>
<li>Download the MM3 Code and Required Software <a href="https://drive.google.com/open?id=1vts8OR22OLGrvcYqA-Exr1EO9Rl2y84N" target="_blank">Download</a></li>
<li>Extract the downloaded .zip file (PW: i12bretro)</li>
<li>Install the PL2303 PIC programmer driver</li>
<li>Plug the USB PIC programmer into an open USB port on the PC</li>
<li>Right click on the Start button > Device Manager</li>
<li>Expand Ports (COM & LPT)</li>
<li>Note the COM port number listed with the Prolific USB-to-Serial device</li>
<li>Run the microbrn.exe file from the earlier download</li>
<li>Select 12C508a from the Chip dropdown</li>
<li>Insert a blank 12C508a PIC chip in the PIC programmer matching the orientation and location diagram shown on screen</li>
<li>Select File > Programmer > K150</li>
<li>Enter the COM port found in Device Manager earlier</li>
<li>Wait for the microbrn software to find the PIC programmer and the status to say Ready</li>
<li>Click the Read button</li>
<li>A blank PIC chip should show all FFFFF....</li>
<li>Click the Calib button > Copy the last two digits of the OSCAL value for later use
<p><span style="color:#c0392b;"><strong>NOTE: don't lose this value. Save it into Notepad or take a screenshot as you work on each chip</strong></span></p>
</li>
<li>Click the Load button</li>
<li>Select No when asked to save the current Data file</li>
<li>Browse to the extracted download from earlier</li>
<li>Select the MM3 .hex file for the region of the console that is being modded: USA, Europe or Japan</li>
<li>Click the Calib button again > Enter the two digits noted earlier to set the OSCAL value</li>
<li>Click Yes to confirm the change</li>
<li>Scroll to the bottom of the data output and confirm the OSCAL Value</li>
<li>Click the Program button to write the data to the PIC chip</li>
<li>Click Yes to confirm</li>
<li>Once the data is written to the PIC chip click OK</li>
<li>Click the Verify button to read the data from the chip and verify it against the MM3 data in the editor</li>
<li>You have successfully burned a MM3 modchip and it's ready to be installed in an original PlayStation console</li>
</ol>
</div>
</div>
</body>
</html>