カテゴリ | 重要度 | ステータス | 解決状況 | 登録日時 | 最終更新 |
---|---|---|---|---|---|
![]() | 低 | 解決済み | 修正済み | 2017-11-06 16:33 | 2017-11-07 15:13 |
テスター | star2root | 担当者 | star2root | ソース | sinclair/zx.cpp |
バージョン | 0.191 | 発生バージョン | 修正バージョン | 0.192 | |
修正コミット | プルリク | ||||
フラグ | 実機・資料検証済み, コード検証済み | ||||
セット | ts1000 | ||||
セット詳細 |
![]() | ||||
概 要 | RAMサイズ2Kのオプションしかない。 | ||||
詳 細 | I noticed that the Timex Sinclair 1000 emulation only has the option of having 2k of ram, even though the actual machine can use all the same ram expansion options as the ZX81, 16K, 32K, and 48K. I also suggest adding the option to emulate a unit with only a 1K chip installed, since although this is not the default it is possible with the actual machine as well. | ||||
再現手順 | Launch the Timex Sinclair 1000 emulation with a ram size parameter other than 2k. | ||||
追加情報 | To fix this add this code below to the ram configuration section for the Timex Sinclair 1000 in src/mame/drivers/zx.cpp right below the line that reads MCFG_RAM_DEFAULT_SIZE("2K") MCFG_RAM_EXTRA_OPTIONS("1K,16K,32K,48K") | ||||
添付ファイル |