# gt1torom Takes a gigatron .**_gt1_** file and splits it into two individual .**_rom_** files, one for instructions and one
for data. Output ROM files will contain the .**_gt1_** file in correct loading format with correct ROM trampolines.
## Building - CMake 3.7 or higher is required for building, has been tested on Windows with Visual Studio and gcc/mingw32
and also built and tested under Linux.
- A C++ compiler that supports modern STL.
## Usage gt1torom \ \ \
## Address The address, (**_specified in hex_**), is the start address of the ROM trampoline code.
## Example gt1torom test.gt1 test.rom 0x8000
## Output Output is always two files, one for the instruction ROM and one for the data ROM, i.e. from the above example, output
would be **_test.rom\_ti_** and **_test.rom\_td_**.