Name: RamDevInfo
Address: G0$501E

Function: Calling this routine will tell a program, vital stats about a particular partition residing in Wheels' expansion RAM.

Pass: .Y a specific partition number (1-8), to get vital stats from.

Uses: r1, r2L, r3L, r7L.
ID# table for each partition at $5065-6c.
Start bank table for each partition at $506d-74.
# of 64Kb banks table for each partition at $5075-7c.
Partition names table for each partition from $507d-$5104.

Return:
r2L
contains the # of contiguous 64Kb banks value extracted from the corresponding entry at $5075-7c.
r3L contains the start bank value extracted from the corresponding entry at $506d-74.
r7L contains the ID# value extracted from the corresponding entry at $5065-6c.
r1 points to the corresponding name for the partition located at $507d-$5104.

Destroyed: None.

Synopsis: This routine, when called, will pass vital stats about a particular partition, i.e., its ID#, its size in # of 64Kb banks, its starting bank value and its name.

See Also: SvRamDevice, DelRamDevice.

EOF