CommodoreエミュレータVICEをUbuntu 22.10でソースコードからビルドして動かします。
コンパイル
- ソースコードの入手
https://sourceforge.net/projects/vice-emu/files/releases/ - 解凍
tar.gzをお好みで - 必要なパッケージをaptで
$ sudo apt install flex bison autogen automake texinfo dos2unix xa65 libglew-dev libsdl2-dev - configure
手順1.で解凍したディレクトリに入り、PDFドキュメントは別段いらないので、
$ ./confirgure --disable-pdf-docs - make // 少し時間がかかります
$ make - sudo make install
$ sudo make install
実行方法
$ less README
冒頭に、インストールされるエミュレータの種類と実行ファイル名が記載されています。
The following programs are included:
- x64sc, a C64 emulator focused on accuracy;
- xscpu64, a C64 emulator with a SuperCPU cart;
- x64dtv, a C64 Direct-to-TV (DTV) emulator;
- x128, a C128 emulator;
- xvic, a VIC20 emulator;
- xpet, a PET emulator;
- xplus4, a PLUS4 emulator;
- xcbm2, a CBM-6x0/7x0 emulator;
- xcbm5x0, a CBM-5x0 emulator;
- vsid, a SID player;
- c1541, a stand-alone disk image maintenance utility;
- petcat, a CBM BASIC de-tokenizer;
- cartconv, a C64/C128 cartridge conversion program.
今回参考にしたサイト
謝辞 // 開発者のみなさまへ
ありがとうございます! 感動的です(^^) 以上です。