Psygnosis RDA: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
(Created page with "== RDA == * ''' Format Type ''': Misc <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br> === Format Specifications === <div cla...")
 
imported>Ikskoks
 
(6 intermediate revisions by the same user not shown)
Line 19: Line 19:
num_of_entries *
num_of_entries *
{
{
   4 bytes - enntry
   4 bytes - entry
}
}


Line 32: Line 32:


None.
None.
=== Games ===
List of games using this file format:
* [[Overboard!|Overboard! / Shipwreckers!]]
* [[G-Police]]


=== Compatible Programs ===  
=== Compatible Programs ===  

Latest revision as of 19:59, 7 April 2021

RDA


Format Specifications

// Psygnosis games
// RDA file format

// little endian

8 bytes (char) - magic // "RDA2   "
4 bytes (uint32) - number of entries
3 bytes - nulls

num_of_entries *
{
   4 bytes - entry
}

MultiEx BMS Script

Not written yet.

Notes and Comments

None.

Games

List of games using this file format:

Compatible Programs

None.