Andrea

Results 261 comments of Andrea

This version of AW has a less verbose logging. No support for IPRAW. [aw.zip](https://github.com/AppleWin/AppleWin/files/8200709/aw.zip) If you look at the log, you might find a lot of ``` U2: Send MACRAW[0]:...

I need the super verbose log from https://github.com/AppleWin/AppleWin/issues/1046#issuecomment-1054550411

In the log it is at lines 264963-264966 ``` PCAP: 00:19:21:31:30:29 -> 00:0E:3A:12:34:56: 590 @ 1646765439.254382 tfe_arch_receive_frame() called, returns 590. PCAP: 00:19:21:31:30:29 -> 00:0E:3A:12:34:56: 358 @ 1646765439.254382 tfe_arch_receive_frame() called, returns...

https://github.com/AppleWin/AppleWin/pull/1059 > It unregisters it because the Configuration GUI needs this extra unregister-step for Disk & Harddisk. But it doesn't hurt for all card's to do similar when destructed. Why...

See if this is acceptable: https://github.com/AppleWin/AppleWin/pull/1061 While I was writing this, I realised that the current implementation of `RestoreCurrentConfig` is "problematic": https://github.com/AppleWin/AppleWin/blob/9f8c4d99af3401c9583048a358ec02012a6b7bbc/source/Configuration/PropertySheetHelper.cpp#L387 Your best hope is that `SLOT3` and `SLOT4`...

The difference is really only these 2 lines https://github.com/AppleWin/AppleWin/blob/169f0b29e8e7b45757866b7cb0e815bc1aadf9dc/source/Disk.cpp#L367-L369 Actually, only `SaveLastDiskImage` as the first function does not have permanent side effects (AppleWin is about to exit anyway). Since the...

Hi I was using this just recently. AppleWin looks for `wpcap.dll` which comes from https://nmap.org/npcap/#download You should anyway run AppleWin from a command line, pass `-log`, look at the console...

I think the restart-limitation as gone and the html can be updated now.

What he claims about https://github.com/TomHarte/CLK#signal-processing is impressive. I wonder if it could be extracted as a separate lib, it would be reusable in many places.

> The distance in time between the clicks determines the frequency of the note produced, but the distance in time between the _references_ determines the volume. Interesting. https://archive.org/details/sim_nibble_1984-11_5_11 From a...