TomCh

Results 117 issues of TomCh

Spun off from #795 (30 Apr 2022) --- `MEB` and `MEW` will work for _most_ cases, but not all. Consider if I were to setup the MMU as: read main...

Debugger

Currently, AppleWin has this behaviour (with no distinction made for 6502 or 65C02) - BRK: push P, then set I, (and D is unaffected) - IRQ/NMI: push P, then set...

bug

Since April 2021 (10 months ago) I've been building releases with VS2019 v141_xp, which has been fine. @Michaelangel007 , @sicklittlemonkey , @audetto: Is it time to retire VS2008 support? Nick:...

Development

Private email from Jayson Smith (23/01/2010): Hello, I am a blind fan of the Apple II line of computers. I actually own three of them, an IIe, an IIc, and...

enhancement
Peripheral

The use-case is this new game: [Witch Trial](http://www.golombeck.eu/index.php?id=57&L=1) A quick hack could be to support Phasor (slot 4) and Mouse (slot 5), but I'd need to check if the game...

enhancement
Peripheral

From emails with Nick (@sicklittlemonkey), Aug 2017: --- ...after the discussion about printing a while back I became embarrassed about the limited output from AppleWin. So after a bit of...

enhancement
Peripheral

Repro with Uthernet I: - AppleWin 1.30.8.0 (dev build with Uthernet II card support) / Npcap 1.60 / Win7-64 - Boot Contiki 2.7 - ETHCONFI: Select Uthernet I (slot 3)...

bug
Peripheral

I have recently registered AppleWin with Coverity Scan, [here](https://scan.coverity.com/projects/applewin?tab=overview). Coverity is a professional static analysis tool, and "Scan" is their support for OSS projects. I uploaded 1.26.2.4, and it found...

bug

I got a crash in `CmdTraceFile(int)` when the sprintf of the pathname exceeded the buffer of 80 characters. Ideally all sprintf's should be changed to `_snprintf()`. There are also calls...

bug

I tried the .woz in AppleWin, and it behaves as Paul Hagstrom described for Virtual II, ie. after ~10 retries it eventually boots to the Autoduel title graphics, then hit...

bug