TomCh
TomCh
@audetto said: >when I opened the issue, I had in mind a real native portable application that could work on a Pi as well. From csa2, "Alternatives to Ciderpress", [this...
@abcbarryn: >Is this still up to date? I was going to try and build a Mac .app package using this code. I don't know - can anyone else comment?
>A quick questions to AppleWin users: what is a good title that plays a lot of music, so I can test a bit better (been using karateka so far). And...
>What is your experience? ### 1. Task Manager AppleWin 1.29.6.0 on my Win7-64, AMD Phenom II dual-core @3ghz: - release: 0% (Task Manager) / 50% Color TV (1x) - debug:...
Sounds very useful.
My comment on cea2: Here are some quick numbers for the latest AppleWin 1.29.12 (release build, w/out Visual Studio attached, RGB video) running French Touch's MadEffect2 demo: ``` Perf breakdown:...
### Timings for Willy Byte (game, which has Mockingboard music during the intro) --- DEBUG, RGB: (Intro until WB turns switch on) / using VS to capture OutputDebugString() ``` Perf...
### Timings for Mad Effect2 demo by French Touch (which has Mockingboard music) --- RELEASE, NTSC Monitor / using DbgView ``` [2272] Perf breakdown: [2272] . CPU % = 22.271404.2...
So roughly for the release-build, normal speed case: - CPU: 20% - Video: 65% - Audio: 13% - Other: 2%
Hi Nick, IIUC, AppleWin's TCP-serial support acts as a server - so listens & accepts connections on a socket (port=1977). The change here is that we'd also support AppleWin connecting...