*************************************************************
*Document type: Library reference
*Readme file name: mandbg.doc
*Library prefix: dbg
*Library name: Debug support
*Version: 1.00
*Creator: H. E.
*Created: 8/29/1994
*Comments: None
*************************************************************

1. Description of Updates

* The parameters that specify the pad data area in DBG_Initial has 
changed.

void DBG_Initial(Uint16 *apPadData, Rgb16 charColor, Rgb16 
backColor)

Specify the address area for apPadData based on PerDgtInfo data 
XOR'd with 0xffff.

-V blank interrupt routine (get pad data)

PerDGtInfo *pad;
 Unit16 PadData1;

PadData1 = pad[0].data ^ 0xffff;

-DBG_Initial call routine

extern Uint16	PadData1;

DBG_Initial(&PadData1, ...);

* scanf routines are no longer supported, due to its limited 
usefulness.

* Limitations

- The debug display screen is now used with normal scroll plane 0 
set on priority 7. Lower the priorities of other sprite and scroll 
screens as required.

- The state prior to the display of the debug screen is saved, but 
color RAM cannot currently be read, so it cannot be restored.

2. Scheduled Expansion of Functions and Performance

None

***************************end of file***************************
