Michael "Code Poet" Pohoreski

Results 16 issues of Michael "Code Poet" Pohoreski

This is an 2023 update / follow-up from #868. @tomcw @sicklittlemonkey This issue has 2 topics: 1. Coding Standard v7 I made another cleanup pass on the [Coding Standard](https://github.com/AppleWin/AppleWin/blob/master/docs/CodingConventions.txt) since...

question
Development

Repro: ``` SA D000:FFFF "OVERFLOW" ``` sprintf() crashes in ConfigSave_PrepareHeader() ... sText[ CONSOLE_WIDTH ] buffer overflow ``` sprintf( sText, "%s %s = %s\n" , g_aTokens[ TOKEN_COMMENT_EOL ].sToken , g_aParameters[ PARAM_CATEGORY...

bug

This disk image fails to boot properly 100% with the default MIP: http://mirrors.apple2.org.za/ftp.apple.asimov.net/images/games/action/wolfenstein/castle_wolfenstein-fixed.dsk ``` ?OVERFLOW ERROR IN 10 ``` Reverting the MIP back to the previous initialization pattern ... File:...

bug

``` CmdOut() calls IOWrite[]( ..., 0 ); ``` Which triggers this assert in a debug build ... ``` void CpuCalcCycles(const ULONG nExecutedCycles) const ULONG nCycles = nExecutedCycles - g_nCyclesExecuted; _ASSERT(...

bug

As the cheat sheet grows navigation is starting to get a little unwieldly. * Possible idea to add a "navigation" bar at the top? * Possible re-work to make the...

enhancement

The colors for the Hi-Resolution graphics screen are OK but could use improvement. Running this AppleSoft Basic program on actual hardware and on AppleWin ... ``` 10 HGR 20 FOR...

bug
enhancement