Skip to content
This repository has been archived by the owner on Dec 24, 2020. It is now read-only.

Latest commit

 

History

History

rom

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
layout title permalink
page
Texas Instruments TI-42 ROM
/devices/ti42/rom/

TI-42 ROM

Our TI-42 ROM comes from Sean Riddle, who decapped a TMC1502, photographed the ROM, and produced the following resources:

From the Original ROM (Big-endian), I created an Original ROM (Little-endian) binary:

node ../../ti57/rom/be2le.js tmc1502be.bin tmc1502le.bin

along with the corresponding JSON Data that the PCjs TI-55 Emulator uses:

node ../../ti57/rom/bin2json.js tmc1502le.bin > tmc1502le.json

See the TI-57 ROM for more details on the ROM format, including how the "raw" photographic ROM data is used to produce a working ROM binary.