Table of contents目次

  1. Syntax of parametersパラメータの書き方
    1. Command lineコマンドライン
    2. Configuration file設定ファイル
  2. Keywordキーワード
    1. boot
    2. cgrom
    3. clock
    4. config
    5. ctrlright
    6. cutfc2pin
    7. edgeaccel
    8. extendedgraphic
    9. f11key
    10. fdN (N=0-3)
    11. fefunc
    12. fixedscale
    13. fpumode
    14. fullspecfpu
    15. hdN (N=0-15)
    16. hfN (N=0-15)
    17. hhssbb
    18. highmemory
    19. highmemorydata
    20. highmemorysave
    21. hostspixelunits
    22. intermittent
    23. interpolation
    24. iplrom
    25. iplrom16
    26. iplrom256k
    27. joyauto
    28. joyblock
    29. joykey
    30. joystickN
    31. keyboard
    32. keydly
    33. keymap
    34. keyrep
    35. lang
    36. localmemory
    37. localmemorydata
    38. localmemorysave
    39. megadrive3buttonN
    40. megadrive6buttonN
    41. memory
    42. memorydata
    43. memorysave
    44. mhz
    45. model
    46. mousespeed
    47. mpu
    48. normal2buttonN
    49. omusubi
    50. opmoutput
    51. pcminterpolation
    52. pcmoscfreq
    53. pcmoutput
    54. prnauto
    55. prnpath
    56. ratio
    57. rejectfloat
    58. rom
    59. rom30
    60. romdb
    61. saveonexit
    62. scN (N=0-15)
    63. scaling
    64. scsiex
    65. scsiexrom
    66. scsiinrom
    67. seamless
    68. shiromadokunN
    69. sound
    70. soundinterpolation
    71. sram
    72. sramdata
    73. sramsize
    74. util
    75. verbose
    76. volume

1. Syntax of parameters パラメータの書き方

Use the same keyword to specify parameters in the command line and the configuration file. コマンドラインと設定ファイルで共通のキーワードを用いてパラメータを設定します。

1.1. Command line コマンドライン

-keyword=value
-キーワード=

1.2. Configuration file 設定ファイル

keyword=value
キーワード=

2. Keyword キーワード

2.1. boot

Sepcify a boot device. 起動デバイスを指定します。

keyword キーワードvalue boot device 起動デバイス
bootstdStandard boot 標準起動
1. FDD
2. built-in SASI or built-in SCSI 2. 内蔵 SASI または 内蔵 SCSI
3. ROM including expansion SCSI 3. 拡張 SCSI を含む ROM
4. RAM
fdN (N=0-3)Floppy disk unit N フロッピーディスクユニット N
hdN (N=0-15)SASI hard disk unit N SASI ハードディスクユニット N
scN (N=0-15)SCSI hard disk or CD-ROM unit N SCSI ハードディスクまたは CD-ROM ユニット N
hfN (N=0-15)Host file system unit N ホストファイルシステムユニット N
rom$XXXXXXXXROM boot handle $XXXXXXXX ROM 起動ハンドル $XXXXXXXX
ram$XXXXXXXXRAM boot address $XXXXXXXX RAM 起動アドレス $XXXXXXXX
file name ファイル名Image file name of a floppy disk フロッピーディスクのイメージファイル名
Image file name of a SASI hard disk SASI ハードディスクのイメージファイル名
Image file name of a SCSI hard disk or a CD-ROM SCSI ハードディスクまたは CD-ROM のイメージファイル名
directory name ディレクトリ名Directory name of a host file system ホストファイルシステムのディレクトリ名

2.2. cgrom

Specifies the name of the 768KB CGROM image file; when a 1MB image file of the entire ROM is specified, only the first 768KB is used. 768KB の CGROM のイメージファイル名を指定します。1MB の ROM 全体のイメージファイルが指定されたときは先頭の 768KB だけ使います。

2.3. clock

Specify the operation frequency of MPU in units of MHz. You can also specify a model name instead of the operation frequency. If clock is not specified, the operation frequency is depending on the model. MPU の動作周波数を MHz 単位で指定します。動作周波数の代わりに機種名を指定することもできます。clock の指定がなければ動作周波数は機種に従います。

keyword キーワードvalue operation frequency 動作周波数
clockEXPERT
SUPER
10MHz
XVI
Xellent30
16.7MHz
Compact
X68030
25MHz
Hybrid
060turbo
33.3MHz
11MHz
1010MHz
100100MHz
-1Depending on the model. 機種に従う。

2.4. config

Start in the default settings. 初期設定で起動します。

keyword キーワードvalue meaning 意味
configdefaultStart in the default settings. 初期設定で起動する。

2.5. ctrlright

Select whether to treat operations of the left button as operations of the right button when the Ctrl key is pressed. Ctrl キーが押されているときに左ボタンの操作を右ボタンの操作とみなすかどうか選択します。

keyword キーワードvalue meaning 意味
ctrlrightoffNot treat operations of the left button as operations of the right button. 左ボタンの操作を右ボタンの操作とみなさない。
onTreat operations of the left button as operations of the right button. 左ボタンの操作を右ボタンの操作とみなす。

2.6. cutfc2pin

Select whether to cut FC2 pin of MPU. When FC2 pin is cut, the entire physical space can be accessed in user mode. You need to cut FC2 pin to run the X Window System on NetBSD/x68k. MPU の FC2 ピンをカットするかどうか選択します。FC2 ピンをカットすると物理空間全体がユーザモードでアクセスできるようになります。NetBSD/x68k で X Window System を動かすとき FC2 ピンをカットする必要があります。

keyword キーワードvalue meaning 意味
cutfc2pinoffNot cut FC2 pin of MC68060. MC68060 の FC2 ピンをカットしない。
onCut FC2 pin of MC68060. MC68060 の FC2 ピンをカットする。

2.7. edgeaccel

Select whether to use the edge acceleration. 縁部加速 を使うかどうか選択します。

keyword キーワードvalue meaning 意味
edgeacceloffNot use the edge acceleration. 縁部加速を使わない。
onUse the edge acceleration. 縁部加速を使う。

2.8. extendedgraphic

Select whether to use the extended graphic screen. 拡張グラフィック画面 を使うかどうか選択します。

keyword キーワードvalue meaning 意味
extendedgraphicoffNot use the extended graphic screen. 拡張グラフィック画面を使わない。
onUse the extended graphic screen. 拡張グラフィック画面を使う。

2.9. f11key

Select a function of F11 key. F11 キーの機能を選択します。

keyword キーワードvalue function of F11 key F11 キーの機能
f11keyfullscreentoggle fullscreen 全画面表示
screenshottake a screenshot スクリーンショット
stopandstartstop and start 停止と再開

2.10. fdN (N=0-3)

Image file name of a floppy disk to be inserted in the floppy disk unit N. Add :R at the end of the file name to make it read-only. フロッピーディスクユニット N に挿入するフロッピーディスクのイメージファイル名。ファイル名の末尾に :R を付けると書き込み禁止になります。

2.11. fefunc

Select whether to use FE function instructions. FE ファンクション命令を使うかどうか選択します。

keyword キーワードvalue meaning 意味
fefuncoffNot use FE function instructions. FE ファンクション命令を使わない。
onUse FE function instructions. FE ファンクション命令を使う。

2.12. fixedscale

Specify the scale of fixed scale mode between 10% and 1000% in units of 1%. 固定倍率モードの倍率を 10% から 1000% まで 1% 刻みで指定します。

  1. Fixed scale spinner 固定倍率スピナー

2.13. fpumode

Select existence and precision of FPU. You can use triple precision floating point numbers. FPU の有無と精度を選択します。三倍精度浮動小数点数 が使えます。

keyword キーワードvalue meaning 意味
fpumode0Not use FPU. FPU を使わない。
1Use extended precision floating point numbers. 拡張精度浮動小数点数を使う。
2Use triple precision floating point numbers. 三倍精度浮動小数点数を使う。

2.14. fullspecfpu

Select whether to modify FPU of MC68060 to full specification FPU. MC68060 の FPU を フルスペック FPU に変更するかどうか選択します。

keyword キーワードvalue meaning 意味
fullspecfpuoffNot modify FPU of MC68060. MC68060 の FPU を変更しない。
onModify FPU of MC68060 to full specification FPU. MC68060 の FPU をフルスペック FPU に変更する。

2.15. hdN (N=0-15)

Image file name of a SASI hard disk to be inserted in the SASI hard disk unit N. Add :R at the end of the file name to make it read-only. SASI ハードディスクユニット N に挿入する SASI ハードディスクのイメージファイル名。ファイル名の末尾に :R を付けると書き込み禁止になります。

2.16. hfN (N=0-15)

Directory name of a host file system to be inserted in the host file system unit N. Add :R at the end of the directory name to make it read-only. ホストファイルシステムユニット N に挿入するホストファイルシステムのディレクトリ名。ディレクトリ名の末尾に :R を付けると書き込み禁止になります。

2.17. hhssbb

Set colors of window and keyboard. Write 6 integers separated by comma. ウインドウやキーボードの色を指定します。6 個の整数をコンマで区切って書きます。

keyword キーワードvalue meaning 意味
hhssbb0667HminLower limit of hue (0-1000) 色相 (hue) の下限 (0-1000)
1667HmaxUpper limit of hue (0-1000) 色相 (hue) の上限 (0-1000)
2700SminLower limit of saturation (0-1000) 彩度 (saturation) の下限 (0-1000)
3300SmaxUpper limit of saturation (0-1000) 彩度 (saturation) の下限 (0-1000)
40BminLower limit of brightness (0-1000) 明度 (brightness) の下限 (0-1000)
51000BmaxUpper limit of brightness (0-1000) 明度 (brightness) の下限 (0-1000)

2.18. highmemory

Specify size of high memory in megabytes. ハイメモリのサイズをメガバイト単位で指定します。

keyword キーワードvalue size of high memory ハイメモリのサイズ
highmemory0No high memory. ハイメモリなし。
16Size of high memory is 16MB. ハイメモリのサイズは 16MB。

2.19. highmemorydata

High memory data compressed and stringified by gzip+base64. gzip+base64 で圧縮および文字列化されたハイメモリのデータ。

2.20. highmemorysave

Select whether to save high memory data on exit. Saved data will be restored at the next starting time. 終了時にハイメモリのデータを保存するかどうか選択します。保存されたデータは次回の起動時に復元されます。

keyword キーワードvalue meaning 意味
highmemorysaveoffNot save high memory data. ハイメモリのデータを保存しない。
onSave high memory data. ハイメモリのデータを保存する。

2.21. hostspixelunits

Select whether to use pixel units of host machine to calculate mouse cursor speed in the execlusive mouse mode. エクスクルーシブマウスモード のときホストマシンの画素単位を使ってマウスカーソルの速度を計算するかどうか選択します。

keyword キーワードvalue meaning 意味
hostspixelunitsoffNot use pixel units of host machine. ホストマシンの画素単位を使わない。
onUse pixel units of host machine. ホストマシンの画素単位を使う。

2.22. intermittent

Select an intermittent drawing mode. 間欠描画モード を選択します。

keyword キーワードvalue meaning 意味
intermittent0Draw all changed pictures. 変化した画像をすべて描画する。
1Draw a changed picture once every two times. 変化した画像を 2 回に 1 回描画する。
2Draw a changed picture once every three times. 変化した画像を 3 回に 1 回描画する。
3Draw a changed picture once every four times. 変化した画像を 4 回に 1 回描画する。
4Draw a changed picture once every five times. 変化した画像を 5 回に 1 回描画する。

2.23. interpolation

Select an interpolation algorithm of screen scaling. 画面スケーリングの補間アルゴリズムを選択します。

keyword キーワードvalue interpolation algorithm 補間アルゴリズム
interpolationnearestnearest neighbor 最近傍補間
bilinearbilinear 線形補間
bicubicbicubic 三次補間

2.24. iplrom

Specify the name of the 128KB IPLROM image file. IPLROM.DAT, IPLROMXV.DAT, IPLROMCO.DAT and IPLROM30.DAT are loaded from resources and do not need to be specified. 128KB の IPLROM のイメージファイル名を指定します。IPLROM.DAT、IPLROMXV.DAT、IPLROMCO.DAT および IPLROM30.DAT はリソースから読み込まれるので指定する必要はありません。

2.25. iplrom16

For EXPERT, SUPER, XVI, Xellent30, Compact and X68030, IPLROM 1.6 is selected instead of IPLROM 1.0 to 1.3. For Hybrid or 060turbo, IPLROM 1.6 is always selected. EXPERT、SUPER、XVI、Xellent30、Compact および X68030 のとき、IPLROM 1.0~1.3 の代わりに IPLROM 1.6 を選択します。Hybrid または 060turbo のときは常に IPLROM 1.6 が選択されます。

keyword キーワードvalue meaning 意味
iplrom16offDo not select IPLROM 1.6. IPLROM 1.6 を選択しない。
onSelect IPLROM 1.6. IPLROM 1.6 を選択する。

2.26. iplrom256k

Increases the capacity of IPLROM to 256KB when IPLROM 1.6 is selected. IPLROM 1.6 が選択されたとき IPLROM の容量を 256KB に増やします。

keyword キーワードvalue meaning 意味
iplrom256offDo not increase the capacity of IPLROM to 256KB. IPLROM 1.6 の容量を 256KB に増やさない。
onIncreases the capacity of IPLROM to 256KB. IPLROM 1.6 の容量を 256KB に増やす。

2.27. joyauto

Select whether to use joysticks only while the port is read continuously. ポートが繰り返し読み出されている間だけジョイスティックを使うかどうか選択します。

keyword キーワードvalue meaning 意味
joyautooffUse joysticks anytime. いつでもジョイスティックを使う。
onUse joysticks only while the port is read continuously. ポートが繰り返し読み出されている間だけジョイスティックを使う。

2.28. joyblock

Select whether to remove processed key input data as a joystick operation. ジョイスティック操作として処理されたキー入力データを取り除くかどうか選択します。

keyword キーワードvalue meaning 意味
joyblockoffNot remove processed key input data as a joystick operation. ジョイスティック操作として処理されたキー入力データを取り除かない。
onRemove processed key input data as a joystick operation. ジョイスティック操作として処理されたキー入力データを取り除く。

2.29. joykey

Select whether to use part of keyboard as a joystick. キーボードの一部をジョイスティックとして使うかどうか選択します。

keyword キーワードvalue meaning 意味
joykeyoffNot use part of keyboard as a joystick. キーボードの一部をジョイスティックとして使わない。
onUse part of keyboard as a joystick. キーボードの一部をジョイスティックとして使う。

2.30. joystickN

Devices connected to the joystick port #1 and #2. ジョイスティックポート #1 と #2 に接続するデバイス。

keyword キーワードvalue device デバイス
joystick1normal2button1Normal 2 button pad #1 ノーマル 2 ボタンパッド #1
normal2button2Normal 2 button pad #2 ノーマル 2 ボタンパッド #2
megadrive3button1MEGA DRIVE 3 button pad #1 メガドラ 3 ボタンパッド #1
megadrive3button2MEGA DRIVE 3 button pad #2 メガドラ 3 ボタンパッド #2
megadrive6button1MEGA DRIVE 6 button pad #1 メガドラ 6 ボタンパッド #1
megadrive6button2MEGA DRIVE 6 button pad #2 メガドラ 6 ボタンパッド #2
shiromadokun1Shiromadokun #1 白窓君 #1
shiromadokun2Shiromadokun #2 白窓君 #2
joystick2normal2button1Normal 2 button pad #1 ノーマル 2 ボタンパッド #1
normal2button2Normal 2 button pad #2 ノーマル 2 ボタンパッド #2
megadrive3button1MEGA DRIVE 3 button pad #1 メガドラ 3 ボタンパッド #1
megadrive3button2MEGA DRIVE 3 button pad #2 メガドラ 3 ボタンパッド #2
megadrive6button1MEGA DRIVE 6 button pad #1 メガドラ 6 ボタンパッド #1
megadrive6button2MEGA DRIVE 6 button pad #2 メガドラ 6 ボタンパッド #2
shiromadokun1Shiromadokun #1 白窓君 #1
shiromadokun2Shiromadokun #2 白窓君 #2

2.31. keyboard

Select a keyboard type. キーボードの種類を選択します。

keyword キーワードvalue keyboard type キーボードの種類
keyboardnoneNo keyboard キーボードなし
standardStandard keyboard 標準キーボード
compactCompact keyboard コンパクトキーボード

2.32. keydly

Select time from a key pressed until repeat starts. キーが押されてからリピートが始まるまでの時間を選択します。

keyword キーワードvalue repeat delay time リピート開始時間
keydly0200ms
1300ms
2400ms
3500ms
4600ms
5700ms
6800ms
7900ms
81000ms
91100ms
101200ms
111300ms
121400ms
131500ms
141600ms
151700ms
-1Depending on SRAM switch SRAM スイッチに従う。

2.33. keymap

Key assignment. After writing -3 at the beginning, arrange three sets of keyCode << 16 | rawCode << 4 | keyLocation, separated by commas, corresponding to 113 keys of X68000. On a Mac, use extendedKeyCode instead of rawCode. キー割り当て。 先頭に -3 を書いてから、X68000 の 113 個のキーに対応する 3 組の keyCode << 16 | rawCode << 4 | keyLocation をコンマで区切って並べます。Mac のとき rawCode の代わりに extendedKeyCode を使います。

2.34. keyrep

Select interval time of keyboard repeat. キーボードのリピート間隔を選択します。

keyword キーワードvalue repeat interval リピート間隔
keyrep030ms
131ms
234ms
339ms
446ms
555ms
666ms
779ms
894ms
9111ms
10130ms
11151ms
12174ms
13199ms
14226ms
15255ms
-1Depending on SRAM switch SRAM スイッチに従う。

2.35. lang

Display language. 表示言語。

keyword キーワードvalue display language 表示言語
langenEnglish 英語
jaJapanese 日本語

2.36. localmemory

Local memory size (MB). ローカルメモリのサイズ (MB)。

keyword キーワードvalue local memory size ローカルメモリのサイズ
localmemory0No local memory ローカルメモリなし
1616MB
3232MB
6464MB
128128MB
256256MB

2.37. localmemorydata

Local memory data compressed and stringified by gzip+base64. gzip+base64 で圧縮および文字列化されたローカルメモリのデータ。

2.38. localmemorysave

Select whether to save local memory data on exit. Saved data will be restored at the next starting time. 終了時にローカルメモリのデータを保存するかどうか選択します。保存されたデータは次回の起動時に復元されます。

keyword キーワードvalue meaning 意味
localmemorysaveoffNot save local memory data. ローカルメモリのデータを保存しない。
onSave local memory data. ローカルメモリのデータを保存する。

2.39. megadrive3buttonN

Settings of MEGA DRIVE 3 button pad #1 and #2. Write 32 integers separated by comma. メガドラ 3 ボタンパッド #1 と #2 の設定。32 個の整数をコンマで区切って書きます。

keyword キーワードbutton ボタンkey キーburst 連射有効delay 連射開始interval 連射間隔
megadrive3button103880-160-240-
14090-170-250-
237100-180-260-
339110-190-270-
A490Z120OFF205050ms285050ms
B588X130OFF215050ms295050ms
C667C140OFF225050ms305050ms
START782R150-230-310-
megadrive3button20080-160-240-
1090-170-250-
20100-180-260-
30110-190-270-
A40120OFF205050ms285050ms
B50130OFF215050ms295050ms
C60140OFF225050ms305050ms
START70150-230-310-

2.40. megadrive6buttonN

Settings of MEGA DRIVE 6 button pad #1 and #2. Write 48 integers separated by comma. メガドラ 6 ボタンパッド #1 と #2 の設定。48 個の整数をコンマで区切って書きます。

keyword キーワードbutton ボタンkey キーburst 連射有効delay 連射開始interval 連射間隔
megadrive6button1038120-240-360-
140130-250-370-
237140-260-380-
339150-270-390-
A490Z160OFF285050ms405050ms
B588X170OFF295050ms415050ms
C667C180OFF305050ms425050ms
X765A190OFF315050ms435050ms
Y883S200OFF325050ms445050ms
Z968D210OFF335050ms455050ms
MODE1069E220-340-4650-
START1182R230-350-470-
megadrive6button200120-240-360-
10130-250-370-
20140-260-380-
30150-270-390-
A40160OFF285050ms405050ms
B50170OFF295050ms415050ms
C60180OFF305050ms425050ms
X70190OFF315050ms435050ms
Y80200OFF325050ms445050ms
Z90210OFF335050ms455050ms
MODE100220-340-4650-
START110230-350-470-

2.41. memory

Main memory size (MB). メインメモリのサイズ (MB)。

keyword キーワードvalue main memory size メインメモリのサイズ
memory11MB
22MB
44MB
66MB
88MB
1010MB
1212MB

2.42. memorydata

Main memory data compressed and stringified by gzip+base64. gzip+base64 で圧縮および文字列化されたメインメモリのデータ。

2.43. memorysave

Select whether to save main memory data on exit. Saved data will be restored at the next starting time. Note that RAM disk data may be damaged partially if you go back and forth between environment with and without RAM disk. 終了時にメインメモリのデータを保存するかどうか選択します。保存されたデータは次回の起動時に復元されます。RAM ディスクがある環境とない環境を行ったり来たりすると RAM ディスクの内容が中途半端に壊れる場合があることに注意してください。

keyword キーワードvalue meaning 意味
memorysaveoffNot save main memory data. メインメモリのデータを保存しない。
onSave main memory data. メインメモリのデータを保存する。

2.44. mhz

Initial value of arbitrary frequency spinner. 任意の周波数 スピナーの初期値。

keyword キーワードvalue frequency 周波数
mhz1010MHz
100100MHz
10001GHz

2.45. model

Select a model. 機種を選択します。

keyword キーワードvalue model 機種MPUoperation frequency 動作周波数IPLROMBuilt-in Hard disk 内蔵ハードディスク
modelEXPERTX68000 EXPERTMC6800010MHz1.0SASI
SUPERX68000 SUPERSCSI
XVIX68000 XVI16.7MHz1.1
Xellent30X68000 XVI + Xellent30MC68000 + MC68EC03016.7MHz + 33.3MHz
CompactX68000 CompactMC6800025MHz1.2
HybridX68000 Hybrid33.3MHz1.6
X68030X68030MC68EC03025MHz1.3
060turbo060turboMC6806033.3MHz1.6

2.46. mousespeed

Adjust the mouse cursor speed in execlusive mouse mode. エクスクルーシブマウスモード のときのマウスカーソルの速度を調節します。

keyword キーワードvalue meaning 意味
mousespeed0Lowest speed 最低速
20Normal speed 普通
40Highest speed 最高速

2.47. mpu

Select a MPU. MPU を選択します。

keyword キーワードvalue MPU
mpu0
68000
MC68000
EXPERT
SUPER
XVI
Compact
Hybrid
MC68000
1
68010
MC68010
MC68010
3
68EC030
MC68EC030
X68030
MC68EC030
6
68060
MC68060
060turbo
MC68060
-1Depending on the model. 機種に従う。

2.48. normal2buttonN

Settings of normal 2 button pad #1 and #2. Write 32 integers separated by comma. ノーマル 2 ボタンパッド #1 と #2 の設定。32 個の整数をコンマで区切って書きます。

keyword キーワードbutton ボタンkey キーburst 連射有効delay 連射開始interval 連射間隔
normal2button103880-160-240-
14090-170-250-
237100-180-260-
339110-190-270-
B490Z120OFF205050ms285050ms
A588X130OFF215050ms295050ms
SELECT669E140-220-300-
RUN782R150-230-310-
normal2button20080-160-240-
1090-170-250-
20100-180-260-
30110-190-270-
B40120OFF205050ms285050ms
A50130OFF215050ms295050ms
SELECT60140-220-300-
RUN70150-230-310-

2.49. omusubi

Use the Omusubi font. おむすびフォントを使います。

keyword キーワードvalue meaning 意味
omusubioffDo not use the Omusubi font. おむすびフォントを使わない。
onUse the Omusubi font. おむすびフォントを使う。

2.50. opmoutput

Select whether to output sound from OPM sound source YM2151 or not. OPM 音源 YM2151 から音声を出力するかどうか選択します。

keyword キーワードvalue meaning 意味
opmoutputoffNot output sound from OPM sound source. OPM 音源から音声を出力しない。
onOutput sound from OPM sound source. OPM 音源から音声を出力する。

2.51. pcminterpolation

Select a PCM interpolation algorithm. PCM 補間アルゴリズム を選択します。

keyword キーワードvalue meaning 意味
pcminterpolationconstantPiecewise-constant interpolation 区分定数補間
linearLinear interpolation 線形補間
hermiteHermite interpolation エルミート補間

2.52. pcmoscfreq

Select a source oscillator frequency of ADPCM sound source. ADPCM 音源の 原発振周波数 を選択します。

keyword キーワードvalue source oscillator frequency 原発振周波数
pcmoscfreq08MHz/4MHz
18MHz/16MHz

2.53. pcmoutput

Select whether to output sound from ADPCM sound source MSM6258V or not. ADPCM 音源 MSM6258V から音声を出力するかどうか選択します。

keyword キーワードvalue meaning 意味
pcmoutputoffNot output sound from ADPCM sound source. ADPCM 音源から音声を出力しない。
onOutput sound from ADPCM sound source. ADPCM 音源から音声を出力する。

2.54. prnauto

Select whether to save printed paper automatically or not. 印刷された紙を自動的に保存するかどうか選択します。

keyword キーワードvalue meaning 意味
prnautooffNot save printed paper automatically. 印刷された紙を自動的に保存しない。
onSave printed paper automatically. 印刷された紙を自動的に保存する。

2.55. prnpath

Directory to save printed paper. 印刷された紙を保存するディレクトリ。

2.56. ratio

Arbitrary load factor (%). 任意の負荷率 (%)。

2.57. rejectfloat

Select whether you want to use FLOATn.X rejection. FLOATn.X の抑制 を使うかどうか選択します。

keyword キーワードvalue meaning 意味
rejectfloatoffExecute FLOATn.X even if FE function instruction is enabled. FE ファンクション命令が有効でも FLOATn.X を実行する。
onNot execute FLOATn.X if FE function instruction is enabled. FE ファンクション命令が有効ならば FLOATn.X を実行しない。

2.58. rom

Specifies the name of the image file for the entire 1MB ROM. ROM 全体 1MB のイメージファイル名を指定します。

2.59. rom30

Specifies the name of the image file for the first 128 KB or the entire 256 KB of the IPLROM of the X68030. X68030 の IPLROM の前半 128KB または全体 256KB のイメージファイル名を指定します。

2.60. romdb

ROM debugger start flag. ROM デバッガ起動フラグ。

keyword キーワードvalue meaning 意味
romdboffDo not start ROM debugger. ROM デバッガを起動しない。
onStart ROM debugger. ROM デバッガを起動する。

2.61. saveonexit

Select whether you want to save settings on exit. 終了時に設定を保存するかどうか選択します。

keyword キーワードvalue meaning 意味
saveonexitoffNot save settings on exit. 終了時に設定を保存しない。
onSave settings on exit. 終了時に設定を保存する。

2.62. scN (N=0-15)

Image file name of a SCSI hard disk or a CD-ROM to be inserted in the SCSI hard disk unit N. Add :R at the end of the file name to make it read-only. SCSI ハードディスクユニット N に挿入する SCSI ハードディスクまたは CD-ROM のイメージファイル名。ファイル名の末尾に :R を付けると書き込み禁止になります。

2.63. scaling

Select a screen scaling mode. 画面スケーリングモードを選択します。

keyword キーワードvalue meaning 意味
scalingfullscreenfull screen mode 全画面表示モード
fitinwindowfit in window mode ウインドウに合わせるモード
fixedscalefixed scale mode 固定倍率モード

2.64. scsiex

Select existence of an expansion SCSI board. 拡張 SCSI ボードの有無を選択します。

keyword キーワードvalue meaning 意味
scsiexoffNo expansion SCSI board exists. 拡張 SCSI ボードなし。
onAn expansion SCSI board exists. 拡張 SCSI ボードあり。

2.65. scsiexrom

Specifies the name of the 8KB SCSIEXROM image file. 8KB の SCSIEXROM のイメージファイル名を指定します。

2.66. scsiinrom

Specifies the name of the 8KB SCSIINROM image file. 8KB の SCSIINROM のイメージファイル名を指定します。

2.67. seamless

Select whether to use the seamless mouse mode. シームレスマウスモードを使うかどうか選択します。

keyword キーワードvalue meaning 意味
seamlessoffNot use the seamless mouse mode. シームレスマウスモードを使わない。
onUse the seamless mouse mode. シームレスマウスモードを使う。

2.68. shiromadokunN

Settings of Shiromadokun #1 and #2. 白窓君 #1 と #2 の設定。

keyword キーワードvalue meaning 意味
shiromadokun10Japanese specification 日本仕様
1European specification 欧州仕様
shiromadokun20Japanese specification 日本仕様
1European specification 欧州仕様

2.69. sound

Select whether to output sound. 音声を出力するかどうか選択します。

keyword キーワードvalue meaning 意味
soundoffNot output sound. 音声を出力しない。
onOutput sound. 音声を出力する。

2.70. soundinterpolation

Select a sound interpolation algorithm. 音声補間アルゴリズムを選択します。

keyword キーワードvalue sound interpolation algorithm 音声補間アルゴリズム
soundinterpolationthinningThinning 間引き
linearLinear interpolation 線形補間
constant-areaPiecewise-constant-area interpolation 区分定数面積補間
linear-areaLinear-area interpolation 線形面積補間

2.71. sram

Image file name of SRAM. The address ranges from $00ED0000 to $00EDFFFF. File size is 16KB, 32KB or 64KB. For example SRAM.DAT. Note that this file is not updated on exit. SRAM data is saved in not this file but parameter sramdata. To exchange SRAM data with the actual machine and other emulators, use menus to import and export. SRAM のイメージファイル名。アドレスは $00ED0000 から $00EDFFFF まで。ファイルサイズは 16KB、32KB または 64KB。例えば SRAM.DAT。このファイルは終了時に更新されないことに注意してください。SRAM データはこのファイルではなくパラメータ sramdata に保存されます。実機や他のエミュレータと SRAM データのやりとりを行う場合はメニューでインポートまたはエクスポートします。

2.72. sramdata

SRAM data compressed and stringified by gzip+base64. gzip+base64 で圧縮および文字列化された SRAM のデータ。

2.73. sramsize

SRAM size (KB). SRAM のサイズ (KB)。

keyword キーワードvalue SRAM size SRAM のサイズ
sramsize1616KB
3232KB
6464KB

2.74. util

Select whether to use the fixed load factor mode. 負荷率固定モードを使うかどうか選択します。

keyword キーワードvalue meaning 意味
utiloffNot use the fixed load factor mode. 負荷率固定モードを使わない。
onUse the fixed load factor mode. 負荷率固定モードを使う。

2.75. verbose

Select whether to use the verbose mode. 詳細モードを使うかどうか選択します。

keyword キーワードvalue meaning 意味
verboseoffNot use the verbose mode. 詳細モードを使わない。
onUse the verbose mode. 詳細モードを使う。

2.76. volume

Control sound volume. 音量を調整します。

keyword キーワードvalue sound volume 音量
volume0Minimum 最小
20Default 標準
40Maximum 最大