[go: up one dir, main page]

Menu

[r99]: / psrp / tech6.txt  Maximize  Restore  History

Download this file

26 lines (22 with data), 1.2 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
6. Project folders
- 'asm' = all the Z80 code for the project. Compiled with TASM 3.0.1
- 'bitmap_decoder' = PS1 RLE decompressor
- 'bitmap_encoder' = PS1 RLE compressor
- 'fast_sort' = misnomer used to compile the hard-coded pointers for the
script and menu strings
- 'find_rom_space' = flushes out useful padding bytes
- 'list_creater' = generates scripted lists
- 'menu_creater' = creates the window frames and embeds the text (NT-style)
- 'psg_decoder' = PSG hybrid decompressor
- 'psg_encoder' = PSG hybrid compressor
- 'rom_insert' = used to compile the new rom image
- 'script_dumper' = dumps the script files
- 'script_inserter' = re-inserts the script files using semi-adaptive Huffman
- 'substring_formatter' = used to create a static dictionary for use with above text encoder
- 'word_count' = generates a file of the most common words
Files:
- script1, script2 located in 'word_count' -- narrative text.
- opening, menu_list located in 'menu_creater' -- window text.
- font1, font2 located in 'psg_encoder' -- new font data.
- font_nt located in 'rom_insert' -- NT font numbers.
- lists located in 'list_creater' -- all list names.