TomCh

Results 616 comments of TomCh

Probably this needs adding for command line support: - -s5 hdc - -s7 hdc - -s5h1 \ - -s5h2 \ where 'hdc' = hard disk controller. btw, it was me...

OK, I see what you mean now: as AppleWin's "hybrid" Hard Disk Controller card supports HDDs (up to 32MB) and 800KB 3.5" disks, then the card's firmware will report an...

>Yep, but **only** in the FORMATTER application in pascal (only run to format disks). All else in pascal is fine. This may not be a big thing right now. We...

I guess it depends how "the FORMATTER application in pascal" gets the device's block count. Ultimately it must read the 16-bit value at $CsFC, ie... https://github.com/AppleWin/AppleWin/blob/83e56924f735a1bfc6b443a7f2861924ec94f921/firmware/HDD/hddrvr.a65#L339 So when AppleWin copies...

Also "Perplexing Puzzles" 800K 2mg only boots from slot 5. NB, [this image](https://archive.org/details/wozaday_Perplexing_Puzzles_800K) is an 800K woz, which isn't supported in AppleWin yet.

Thanks for raising this. I wasn't aware of this non adherence to the YAML spec. I will have to check it. I will consider your suggested changes too.

Hmm, I've not changed anything here: full-screen (eg. F6) should just keep the same aspect ratio is windowed-mode. I guess if you are using the command line switch `-fs-height`, then...

Great, thanks for the compliment! :-) Presumably the native resolution is 4K, 3840 x 2160 ? If you get a chance, can you run with logging (`-log`) and then attach...

Thanks. From the log: ``` Best resolution for -fs-height/height=x switch(es): Width=1366, Height=768 ``` Which is an ratio of: 1.778645833333333 (And 3840 x 2160 is a ratio of: 1.777...) From the...

I think I understand - it's because I now allow separate x & y (integer) scaling: For 4K, 3840 x 2160: - w/o VidHD: {560,384} => xscale=6, yscale=5 - ie....