カテゴリ 重要度 ステータス 解決状況 登録日時 最終更新
インターフェイス仮承認未処理2023-08-01 23:092023-08-05 13:21
 
テスターdschmidt担当者 ソースapple/apple3.cpp
バージョン0.257発生バージョン修正バージョン
修正コミットプルリク
フラグ
セット apple3
セット詳細
apple3 - Apple ///
 
概 要null_modem動作時にbitbangerがlocalhostソケットに接続できない。
詳 細I haven’t been successful getting MAME’s bitbanger to work with recent-ish builds (maybe going back a year; currently on 0.257 on OSX). The old command line addition was "-rs232 null_modem -bitb socket.localhost:1977" but when I have my server up and running and I start MAME, it tells me:
Unable to load image 'socket.localhost:1977': Connection refused (generic:61)
This used to work very successfully, but now it's not. I tested build 0.253 on Windows, and while it doesn't have the Connection refused complaint, the socket is never used/doesn't work. It's been a while since I used this in anger, so it's not outside the realm of possibility that the OSes in question, having been updated regularly, aren't dong some blocking I don't know about.
再現手順0. Establish a server serving IP port 1977 (I use ADTPro in virtual serial over IP mode: https://adtpro.com/misc.html#Virtual_Serial )
1. Run mame and have it connect to the socket:
mame apple3 -skip_gameinfo -window -resolution 1024x768 -bios original -ramsize 512k -flop1 VDRIVE-2.1.0.DSK -rs232 null_modem -bitb socket.localhost:1977
2. Observe "Unable to load image 'socket.localhost:1977': Connection refused (generic:61)" message (OSX)
追加情報 
 
添付ファイル