Increased number of sectors to load for default "raw" floppy

This commit is contained in:
erich 1996-10-03 15:35:07 +00:00
parent dabb354821
commit 1ce29ae611

View file

@ -513,7 +513,7 @@ lastlist:
#else
.long 1 /* this is the sector start parameter, in logical
sectors from the start of the disk, sector 0 */
.word 64 /* this is the number of sectors to read */
.word 80 /* this is the number of sectors to read */
.word 0x0800 /* this is the segment of the starting address
to load the data into */
#endif