0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

WebMSXでARKファイルを解凍してみた

Last updated at Posted at 2022-08-23

はじめに

Lhaplusなどでarc(ark)ファイルを解凍できるが、色んなツールの使い方を記事化しておく。
環境:Windows 11

ARKファイルの入手

から CPMEMU.ARK をダウンロードする。

UNARCの入手

から UNARC.COM を検索するとftpのurlが得られる。
ftp://ftp.mayn.de/pub/really_old_stuff/cpm/archive/starter-kit/unarc.com-z80

C:\Projects\etc\MSX>ftp
ftp> open ftp.mayn.de
filebus.gefoekom.org に接続しました。
220 GeFoeKom e.V. FTP Server
200 UTF8 set to on
ユーザー (filebus.gefoekom.org:(none)): anonymous
331 Anonymous login ok, send your complete email address as your password
パスワード:(なし)

(中略)

ftp> bin
200 Type set to I
ftp> get pub/really_old_stuff/cpm/archive/starter-kit/unarc.com-z80
200 PORT command successful
150 Opening BINARY mode data connection for pub/really_old_stuff/cpm/archive/starter-kit/unarc.com-z80 (4736 bytes)
226 Transfer complete
ftp: 4736 バイトが受信されました 0.08秒 59.20KB/秒。
ftp> bye
221 Goodbye.

unarc.com-z80をunarc.comにリネームする。

WebMSXを使う

MSX-DOS2の起動

  • 右下の歯車アイコン[Settings]をクリックし[Select Machine]-[MSX turbo R Japan (NTSC)]を選択する。
  • 左下のフロッピーアイコン[Drive A]をクリックし[Add Boot Disk]を選択する。
  • 左下の電源アイコン[System Power]をクリックし[Reset]を選択する。

ARKファイルの解凍

unarc.com と CPMEMU.ARK をWebMSXウィンドウの[Drive A]の[+ FILES]にドラッグ&ドロップする。

  • 左下のフロッピーアイコン[Drive B]をクリックし[Add Blank Disk]を選択する。
mode 80
unarc cpmemu b:

WMSX Screen.png

  • 左下のフロッピーアイコン[Drive B]をクリックし[Save Disk Image]を選択する。

ファイル名を webmsx.dsk とする。

dskファイルの解凍

DiskExplorerの場合

webmsx.dsk を[plain image]として開く。

image.png

DskToolの場合

のDskTool 1.12から dsktool.zip をダウンロードする。
DskTool.exe と webmsx.dsk を作業ディレクトリにコピーする。

C:\Projects\etc\MSX>dsktool e webmsx.dsk
DSK Tool v1.2
Copyright (C) 1998 by Ricardo Bittencourt
Updated 2010 by Tony Cruise
This file is under GNU GPL, read COPYING for details

extracting CPM.DOC
extracting CPM.MAP
extracting CPMB.COM
extracting CPME.COM
extracting CPMS.COM
extracting CPMX.COM
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?