Download Latest Version PS3-BurnMeUp-X_v0.2a.zip (669.0 kB)
Email in envelope

Get an email when there's a new version of PS3 BurnMeUp X

Home
Name Modified Size InfoDownloads / Week
README 2011-08-22 2.3 kB
PS3-BurnMeUp-X_v0.2a.zip 2011-08-22 669.0 kB
Totals: 2 Items   671.2 kB 0
-------------------------  Instructions  ---------------------------------------

How to use this code

you can edit the speed of each mode in this code just like in bmu by editing the value of FIRERATE1,2,and3 shown here;

;*****	FIRERATES *****************************************************
FIRERATE1             equ        .167         ;6 sps
FIRERATE2             equ        .250         ;4 sps
FIRERATE3             equ        .125         ;8 sps
;to get desired speed divide 1000 by your desired sps then enter
;it here and recompile and reprogram the code
;Example: 1000/4 = .250
;**********************************************************************

change the values to anything from 1 to 255 to suit your needs by downloading the source text file then open in notepad save as a .ASM file.
next open it in mplab and change the values in the code
then recompile by selecting Project> Quick build
finally program the generated hex file into a pic12f683 and install.


--------------------------------------------------------------------------------

When installed to change mode simply tap the tact switch to toggle modes

mode 0 - OFF
mode 1 - led turns on       
mode 2 - led blinks twice 
mode 3 - led blinks thrice


Original code for this mod created by hyper999 (acidmods.com) under the the Creative Commons License : http://creativecommons.org/licenses/by-nc-sa/3.0/

Credits for creating original code goto:

hyper999
geraldrubalcava
Hazer
modded matt
802chives
who were all involved in the development of this code
and last but not least
RDC for his involvement in the development and his board scans




    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.


Source: README, updated 2011-08-22