Ian Flanigan

Results 61 comments of Ian Flanigan
trafficstars

@Bischoff, two of the three places that you identified above are only for "exploding" a `.dsk` sector into the `.nib` format that's used internally. The `readSector` method ([disk2.ts, line 389](https://github.com/whscullin/apple2js/blob/master/js/formats/format_utils.ts#L389))...

To finish this off, I looked at a few professionally produced disks which I have imaged, including _Ultima V_ and _Chessmaster 2000_, as well as personal disks that I'm pretty...

Hi there, 800 KB disk images work as expected: * **`hdv`**: [DotNIB_SST](https://www.scullinsteel.com/apple//e#https://mirrors.apple2.org.za/ftp.apple.asimov.net/images/disk_utils/DotNIB_SST.hdv) * **`2mg`**: [Apple 5.25 Drive Test 1.0.2](https://www.scullinsteel.com/apple//e#https://mirrors.apple2.org.za/ftp.apple.asimov.net/images/disk_utils/Apple%205.25%20Drive%20Test%201.0.2%20on%20800k%20image.2mg) 32 MB disk images work, also: * **`hdv`**: [Total Replay v4.01](https://www.scullinsteel.com/apple//e#https://mirrors.apple2.org.za/ftp.apple.asimov.net/images/games/collections/Total%20Replay%20v4.01.hdv)...

Can you give a particular example? Is this about the state of the drive or about the state of the whole VM?

Currently there is no UI for setting the size of the RAM card, but you can change it in code. If you look at [`js/main2e.ts` line 69](https://github.com/whscullin/apple2js/blob/main/js/main2e.ts#L69), you can see...

I can only talk about the GL rendering because I'm not really sure what you want from the other two points. If you have some CSS to share, please do!...

That's very interesting. It made me think about different ways of approaching it. The way you suggest is mostly straightforward. The only minor problem is that the emulator doesn't (currently)...

`F2` should do it. If not, then try `F11`, which I think is the browser shortcut. And in Chrome, a long press on `ESC` may work.

Ah, this is `SHIFT-F2`. Code is here: https://github.com/whscullin/apple2js/blob/031c278d57a9cbe12dbe253d4621a2b275b62eff/js/ui/apple2.ts#L887

I just tried it on Chrome and it works. The complication is that I couldn't use Ctrl-V or the context menu. Instead, I had to use the three-dots menu (⋮),...