1
0
mirror of https://github.com/pevans/erc-c.git synced 2025-01-29 21:30:51 +00:00

Enlargen the nibble segment length

This commit is contained in:
Peter Evans 2018-03-25 19:39:54 -05:00
parent 0c244cf3f2
commit 8a285aace8

View File

@ -43,7 +43,7 @@ enum apple2_dd_mode {
* it is nibbilized with 6-and-2 encoding. * it is nibbilized with 6-and-2 encoding.
*/ */
#define _140K_ 143360 #define _140K_ 143360
#define _140K_NIB_ 233008 #define _140K_NIB_ 250000
/* /*
* And this is the length of a disk that has been formatted as a nibble * And this is the length of a disk that has been formatted as a nibble