Tequila Sunrise

Found on:
"Battle Through Time"
"Bongo"
"Flight Path 737"
"Kick Off (Anco)"
"Kong"
"Thai Boxing"
"Zaga"
"Zodiac"

Loader files:
ROM Header
Part of the turbo loader, encypted.
ROM Data
Autostart and encrypted turbo loader

Encoding:
Endianess:LSbF/(MSbF)
Threshold:0x0107
Lead-in:246 x 0x02
Sync:0x09 .. 0x01 + 0xXX (!=0)
Byte:8 bits
0-bit:Short

Structure:
Header:Yes
Checksum:No
Header:
00-01   Load start address (Low/High order)
02-03   Load end address (Low/High order) (Exclusive)

Lead-in / Sync:
The lead-in and sync bytes are MSbF while the data is LSbF encoded.

Note:
After the payload of each file is a return address in high/low order.
The address is pushed onto the stack so it's 1 less then the actual address.