- How to dump a ROM (TI-83/TI-84 family)
- 06 Mar 2013 09:22:41 pm
- Last edited by Nexuist on 07 Mar 2013 11:32:19 pm; edited 1 time in total
This method is compatible with the following calculators:
Requirements:
Directions:
If all goes right, you should end up with a .rom file in your rom8x folder. You're done.
Errors? Questions? Post them below.
- TI-83 Plus
- TI-83 Plus Silver Edition
- TI-84 Plus
- TI-84 Plus Silver Edition
Requirements:
- A calculator listed above
- A TI Graphlink USB cable (commonly referred to as a SilverLink)
- The official TI-Connect program
- rom8x v0.2
Directions:
- First, check that your calculator has over 17KB of RAM remaining. Press [2ND] and the [+] key, then [2]. Look at where it says "RAM FREE" and make sure the number is over 17408.
- Connect your calculator to your computer. Keep it at the home screen for the time being.
- Unzip rom8x.zip on your computer and open the folder inside called "Get".
- Find the file that corresponds with your calculator:
Right click on the corresponding file and click "Send to TI device." (If that doesn't show, just go to Open With ► TI Connect Application). Make sure the program is being sent to RAM and not archive (otherwise, it will not run unless you unarchive it.)
- Find the Asm( command in the catalog ([2ND] +[0]). Press [PRGM], select the transferred file (G83PSE1.8xp, G84PSE1.8xp, etc.) and then press [ENTER].
- Open up TI-Connect, then go to TI DeviceExplorer. Expand the "Application Variables" group and find the new AppVar (it should be similar to D83PBE1, D84PSE1, etc.) Drag and drop this AppVar into your rom8x folder. After you've done this, you can delete the AppVar from your calculator.
- For TI-84 calculators, you will need to repeat this process with both files (G84PBE1.8xp and G84PBE2.8xp, for example). Make sure you get both AppVars into your rom8x directory.
- Now, you need to download the OS software update file for your calculator. This can be found here.
Place the .8xu file inside your rom8x folder as well.
- Only one more step remains: packing your ROM. Inside your rom8x folder, hold shift and right click (Make sure you don't have a folder or file selected). Find "Open command window here" and click it.
- In the window that appears, type the following:
Code:
rom8x [[Model name]] -u [[OS upgrade file name]]
Model name: 83PBE for a 83+, 83PSE for a 83+ Silver Edition, 84PBE for a 84+, and 84PSE for a 84+ Silver Edition.
OS upgrade file name: The name of the .8xu file you downloaded from TI's website.
Here's an example:
If all goes right, you should end up with a .rom file in your rom8x folder. You're done.
Errors? Questions? Post them below.