Files
RomWBW/branches/s100/Apps/crossdev/DPHDPB.H
2012-12-30 07:28:56 +00:00

32 lines
640 B
C
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
/* dphdpb.h 6/10/2012 dwg - CP/M Disk Parameters */
struct DPB {
unsigned int spt;
unsigned char bsh;
unsigned char blm;
unsigned char exm;
unsigned int dsm;
unsigned int drm;
unsigned char al0;
unsigned char al1;
unsigned int cks;
unsigned int off;
};
struct DPH {
unsigned int xlt;
unsigned int rv1;
unsigned int rv2;
unsigned int rv3;
unsigned int dbf;
struct DPB * dpb;
void * csv;
void * alv;
/* extension */
char sigl;
char sigu;
int current;
int number;
};