瀏覽代碼

0033: Burning Multimode 3 (MM3) Modchips for Playstation

i12bretro 4 年之前
父節點
當前提交
939aa4292f
共有 1 個文件被更改,包括 123 次插入0 次删除
  1. 123 0
      0033.html

+ 123 - 0
0033.html

@@ -0,0 +1,123 @@
+    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+    <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" />
+								<script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
+				        <script type="text/javascript">
+          $(function(){
+            $('textarea').each(function(i,e){
+              theTextarea = $(this);
+              theTextarea.height((theTextarea[0].scrollHeight-5) +'px');
+            });
+
+            $('li').each(function(i,e){
+              var uuid = 'li_' + Math.floor(Math.random() * Math.floor(1000000)).toString() + '_' + i.toString();
+              $(this).contents().wrap('<span id="'+ uuid +'"><label for="cb_'+ uuid +'"></label></span>');
+              $(this).prepend('<input type="checkbox" class="completeBox" id="cb_' + uuid +'" rel="'+ uuid +'" />')
+            });
+
+            $('code,div.codeBlock,textarea.codeBlock').each(function(i,e){
+              theElement = $(this);
+              var lines = theElement.html().split("\n");
+              theElement.empty();
+              for(l=0;l<lines.length;l++){
+                if($.trim(lines[l]) != '' && $.trim(lines[l]).substr(0,1) != '#' && $.trim(lines[l]).indexOf(' #') == -1 && lines[l].substr(0, 4).toUpperCase() != 'REM '){
+									                  theElement.append('<input type="image" src="images/clipboard.png" value="" class="copy-text" rel="copy_'+ i +'_'+ l +'" data-clipboard-text="'+ lines[l].replace(/"/g, '&quot;') +'" /><span id="copy_'+ i +'_'+ l +'">'+ lines[l] +'</span>');
+									                } else {
+                  theElement.append(lines[l]);
+                }
+              }
+            });
+
+            $(document).on('click','input.copy-text',function(){
+              theButton = $(this);
+														$('input.copy-text').attr('src','images/clipboard.png');
+							              $('span.copy-animation,span.copy-animation-ps').removeClass('copy-animation copy-animation-ps');
+              try {
+                if($('#'+ theButton.attr('rel')).parent('div').hasClass('PS')){
+                  $('#'+ theButton.attr('rel')).addClass('copy-animation-ps');
+                } else {
+                  $('#'+ theButton.attr('rel')).addClass('copy-animation');
+                }
+                navigator.clipboard.writeText(theButton.data('clipboard-text').replace(/<[^>]*>?/gm, ''));
+																theButton.attr('src','images/clipboard_active.png');
+								              } catch(err) {
+              }
+              return false;
+            });
+
+            $(document).on('click','input.completeBox',function(){
+              theBox = $(this);
+              $('#'+ theBox.attr('rel')).addClass('strikethrough');
+              theBox.prop('disabled',true);
+              theBox.parent('li').prevAll().each(function(i,e){
+                theLI = $(this);
+                if(theLI.find('input[type=checkbox]').not(':checked')){
+                  $('#'+ theLI.find('input[type=checkbox]').attr('rel')).addClass('strikethrough');
+                  theLI.find('input[type=checkbox]').prop('checked',true).prop('disabled',true);
+                }
+              });
+            });
+
+            if(window.self !== window.top){
+              window.parent.$('iframe.stepsFrame').height((this['scrollingElement']['scrollHeight']+20) +'px');
+            }
+          });
+        </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 href="https://www.amazon.com/gp/product/B00EQ1Y4BU/ref=ppx_yo_dt_b_asin_title_o02_s00?ie=UTF8&amp;psc=1" target="_blank">A PIC Programmer</a></li>
+	<li><a href="https://www.digikey.com/product-detail/en/microchip-technology/PIC12C508A-04-P/PIC12C508A-04-P-ND/273436" target="_blank">12C508a PIC chips</a></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 progammer driver</li>
+	<li>Plug the USB PIC programmer into an open USB port on the PC</li>
+	<li>Right click on the Start button &gt; Device Manager</li>
+	<li>Expand Ports (COM &amp; 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 &gt; Programmer &gt; 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 &gt; Copy the last two digits of the OSCAL value for later use
+	<p><span style="color:#c0392b;"><strong>NOTE:&nbsp;don&#39;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 &gt; 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&#39;s ready to be installed in an original PlayStation console</li>
+</ol>
+          </div>
+        </div>
+      </body>
+    </html>
+