TomCh

Results 117 issues of TomCh

Hi Michael, Nick, [Attached ](https://github.com/AppleWin/AppleWin/files/2742886/AppleWin1.27.15.0.zip) is a new build (1.27.15.0) which uses my current preferences (names & order): char *g_apVideoModeDesc[ NUM_VIDEO_MODES ] = { "Monochrome Monitor (Custom)" , "Color (RGB...

question

Spun off from PR #842. I wonder if we don't just get rid of the `cl ...` command altogether, as there are many other ways to (set or ) clear...

Debugger

Repro: - Open Snipping Tool (to grab Ctrl+PrintScreen key) on Win7-64 (built with VS2008) - Start AppleWin (debug build) from debugger, then change (eg. 50Hz)... - In `void DSUninit()` it...

Development

Now that AppleWin has better tracking formatting support (#125) then I need to see how this copes with RW18: qkumba said: (ref. [csa2](https://groups.google.com/d/msg/comp.sys.apple2/WAzW9HsXcsE/Czk-BKcYAgAJ)) >Infocom used one block equivalent to 18...

question

Emulation isn't perfect, so assist the developer (who's using AppleWin) to spot things that will misbehave on real hardware. Also some of these things may occur very rarely (eg, the...

enhancement
Debugger

@Archange427 emailed me on 17/2/2020: --- I noticed that with AppleWin's NTSC video mode, we can see color "artifacts" around letters when we mix HIRES (GR too?) mode and Text...

enhancement
UI

**BerliOS Bug #18250** **Date:** 2011-July-17 22:13 **Submitted By:** tomch **Category:** 1.14.2 **Bug Group:** none **Assigned To:** tomch **Priority:** 5 # [Email from Ricky Derocher, 14 July 2008] OK, I've attached...

bug

James Davies identified some missing symbols and made some suggestions for annunciator and language card symbols on cea2 in 'An open letter to The AppleWin Team about APPLE2E.SYM', [here](https://groups.google.com/forum/#!topic/comp.emulators.apple2/MvKGNB9FJxo). The...

enhancement
Debugger

- [ ] Remove `../` from Debugger source files' includes All the Debugger/* source files include headers with `../` prefix. But since `AdditionalIncludeDirectories` has now been updated to include `source`...

Development

In cea2 ([here](https://groups.google.com/d/msg/comp.emulators.apple2/AyfhUtBDrLY/0e9GsjyVAgAJ)), Andy McFadden asks about time spent in emulation sub-systems. >Do you have stats on how much of emulation performance is instruction fetch/decode/execute vs. other emulation tasks? This...

Development