Increased number of sectors to load for default "raw" floppy
This commit is contained in:
parent
dabb354821
commit
1ce29ae611
1 changed files with 1 additions and 1 deletions
|
@ -513,7 +513,7 @@ lastlist:
|
||||||
#else
|
#else
|
||||||
.long 1 /* this is the sector start parameter, in logical
|
.long 1 /* this is the sector start parameter, in logical
|
||||||
sectors from the start of the disk, sector 0 */
|
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
|
.word 0x0800 /* this is the segment of the starting address
|
||||||
to load the data into */
|
to load the data into */
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue