カテゴリ | 重要度 | ステータス | 解決状況 | 登録日時 | 最終更新 |
---|---|---|---|---|---|
![]() | 低 | 解決済み | 修正済み | 2015-01-04 08:01 | 2016-08-29 18:39 |
テスター | Robert Gault | 担当者 | Bletch | ソース | trs/coco12.cpp |
バージョン | 0.157 | 発生バージョン | 0.148 | 修正バージョン | 0.177 |
修正コミット | プルリク | ||||
フラグ | |||||
セット | coco cocoe coco2 coco2b | ||||
セット詳細 | |||||
概 要 | -ramsize設定が効かない。 | ||||
詳 細 | MESS has had the option of selecting different RAM sizes for each of the Coco emulations. This can be done with a command line parameter -ramsize or via a ui configuration menu. It can also be set by an entry in an ini file such as coco.ini . I'm not sure when this stopped working but it did in 0.134b and 0.136b. Please note that this feature still works for coco3 and coco3h emulation but not for coco, cocoe, coco2, and coco2b. However, the range of memory for a coco3 or coco3h is 128K-8Meg while that for the coco-coco2b is 4K-64K. That should suggest why one group works and the other fails. For the coco and coco2 series, the effect of this feature can be shown via BASIC using the MEM function. | ||||
再現手順 | Using mess 0.134b mess coco -ramsize 4096 When emulation starts, enter the command PRINT MEM 2343 The free memory will be shown as above. Using mess 0.157 mess coco -ramsize 4096 PRINT MEM 31015 That last value shows that -ramsize was ignored. | ||||
追加情報 | |||||
添付ファイル |