カテゴリ 重要度 ステータス 解決状況 登録日時 最終更新
システムコア解決済み修正済み2015-01-04 08:012016-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.
追加情報 
 
添付ファイル