mirror of
https://github.com/akuker/RASCSI.git
synced 2024-11-18 21:07:52 +00:00
Correct drive sizes for Microp drives. Their true block_size is 256 kb, but should function with 512 kb as well.
This commit is contained in:
parent
506f338aaf
commit
64603c7fb5
@ -77,7 +77,7 @@
|
||||
"product": "1325",
|
||||
"revision": "",
|
||||
"block_size": 512,
|
||||
"size": 138412032,
|
||||
"size": 69206016,
|
||||
"name": "Micropolis 1325",
|
||||
"file_type": "hds",
|
||||
"description": "Largest predefined on SunOS 2; Microp 1325 is actually an ESDI disk on an adapter.",
|
||||
@ -89,7 +89,7 @@
|
||||
"product": "1588T",
|
||||
"revision": "",
|
||||
"block_size": 512,
|
||||
"size": 333742080,
|
||||
"size": 166871040,
|
||||
"name": "Micropolis 1588-15",
|
||||
"file_type": "hds",
|
||||
"description": "Largest predefined on SunOS 3/4 (Sun-3)",
|
||||
|
Loading…
Reference in New Issue
Block a user