Kevin Vance
Kevin Vance
:+1: `--no-sandbox` workaround We also get this `dmesg` log line when it crashes: ``` traps: Chrome_IOThread[4028] trap int3 ip:5589336d05c4 sp:7f369dabb7d0 error:0 in youtube-music-desktop-app[5589310ff000+5f85000] ```
I'm not familiar with the C128, but looking at http://blog.worldofjani.com/?p=1600: > When a C128 is booted, a cartridge presence is checked. First it checks if GAME or EXROM lines are...
Sounds good to me. TBH I hadn't looked at the zlaunch code until now. I'd want to move to picking the ZZT runner at runtime instead of compile time to...
This was happening to me. Opening a modestly sized file quickly consumed all available RAM. I got as far as tracing the allocations with massif (750 MB allocated by the...
So far it hasn't reoccurred
I was afraid of something like this when I updated the audio code. Could you let me know what version of Windows, what audio device, and what the default format...
I can reproduce this with the pasting method on Windows 11. Stack trace: ``` (gdb) bt #0 0x000000000041f76a in AudioCallback (userdata=0x7cf6d0, stream=0xb29a5c0 "", len=10584) at sdl_synth.c:228 #1 0x00007ffbf79e44d5 in ??...
Appreciate the detailed write-up. I've had a chance to read over the ZXT spec, and the outline of your implementation makes sense to me. Regarding where to put extension development...
Would something like this work? [picocart.csv](https://github.com/cknave/c64-pico-ram-interface/files/9948164/picocart.csv) KiCad has a lot of BOM output generators, this one is from `bom_csv_grouped_by_value.py`. If that looks useful, I'll add it to the repo. I'll...
For the ICs, the exact model doesn't matter so much. I used TI SN74LV244APWRG3, SN74LV244APWRG4, SN74LV244ATPWR; as well as Nexperia 74LV244APWJ when I was prototyping these. I do plan on...