------ Manual ------
. PC98E requires depth:8 and class:"Pseudo Color".

. PC98E reads 8 "*.rom" in a current directory.

. PC98E opens "fd0", "fd1" and "hd0" in a current directory.
  These files must be readable and writable.

. Pressing Shift+Alt(Meta)+Esc is quiting PC98E.

. Pressing Shift+Alt+Space is grabbing mouse pointer. (toggle)

. Pressing Shift+Alt+F1 or F2 is changing floppy disk image.

. Pressing Shift+Alt+F3 is changing floppy disk write protect. (toggle)

. Pressing Shift+Alt+F12 is saving current emulataion status.
  But not supported EMS, then recommend option "-no-emm".
  And using "-load" option is able to load the status.

. Pressing Shift+Alt+F is changing OPL3 key access method. (toggle)
  Try this when FM is strange.

. Keyboard is allocated below.
    (98)             (PC98E)
    XFER             Ctrl_Right   (XK_Control_R)
    NFER             Alt_Right    (XK_Alt_R)
    ROLL UP          Page down    (XK_Prior)
    ROLL DOWN        Page up      (XK_Next)
    HOME_CLR         Home         (XK_Home)
    HELP             End          (XK_End)
    STOP             Pause        (XK_Pause)
    COPY             Print        (XK_Print)
    Kana             Scroll Lock  (XK_Scroll_Lock)
    GRPH             Alt_Left     (XK_Alt_L)
    CTRL             Ctrl_Left    (XK_Control_L)
    pad comma        Pad Enter    (XK_KP_Enter)
    other            almost same

. Please read "pc98e -help" about options.



------ Other ------
. To use 256 colors
    needed BIOS of a machine to be able to display 256 colors

. For coping files on Linux to disk on PC98E
    1. Copy "cpli98.com" to a disk(fd or hd) on PC98E somehow.
    2. Run "cpli98.com" on PC98E.
    3. Answer a filename on Linux on xterm.
    4. "cpli98.com" makes a file as "newfile".

. For coping files on Linux to fd on PC98E
    Kernel must support loop device and msdos file system. And, by root
      mount -t msdos -o loop fd0 /mnt
      cp files.tar /mnt/
      umount fd0
