TomCh

Results 616 comments of TomCh

Side-note: because this uses AN3, then this can put RGB cards into unexpected video mode states. EG. for the above utility (CodeWriter-DumpBits), the screen goes blank (but running in 80-col...

Plugging the protection key in the wrong way means... - pin1: +5v connects to pin9 (not connected on //e; PB3 on IIgs) - pin8: GND connects to pin16 (not connected)...

Hi Michael, 1. Currently the GUI config is "at capacity" - see #853, where this issue tracks requests to improve this GUI. 2. Yes - still using the resource compiler....

F6 corresponds to the "Windowed / Full Screen" icon (on the right hand side). ALT+ENTER _should_ also toggle full-screen, but there's currently a bug (regressed at 1.30.0) where it defaults...

>All of the icons on the right edge of the screen are mostly off of the right edge of the window in full-screen mode. I can only reproduce this when...

> ...there's nothing to do but to kill the program and restart it. Yes, I can imagine a poor user that's enabled full screen (eg. clicked the "Windowed / Full...

NB. [AppleWin 1.30.14.0](https://github.com/AppleWin/AppleWin/releases/tag/v1.30.14.0) release fixes the regression with ALT+ENTER (by default, it now toggles full screen).

FYI: - F6 toggles between full screen & windowed mode (so same as ALT+ENTER). - CTRL+F6 cycles through the windowed mode scale factors: currently just 1x and 2x. >1x (which...

The HIRES "280" pixel mode is just a special case of the DHIRES "560" pixel mode. IE. the HIRES mode does double up on the DHIRES pixels (+ the HIRES...

Related & worth consideration: - https://github.com/AppleWin/AppleWin/issues/572 - https://github.com/AppleWin/AppleWin/issues/1136