ksherlock
ksherlock
a2RetroSystems Uthernet II / Wiznet W5100/W5100S emulation Wiznet W5100 Used in: Uthernet II (Apple II), Spectranet (ZX Spectrum) Based on: W5100, W5100S, W5200, W5500 datasheets WIZnet ioLibrary Driver (https://github.com/Wiznet/ioLibrary_Driver) https://docs.wiznet.io/Product/iEthernet/W5100/...
This adds support for es6/harmony function rest parameters `function bleh(a, b, ...other) { }` https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/rest_parameters
The gopherpedia file for B-tree (gopher://gopherpedia.com/0/B-tree) contains the following text: ``` Best case and worst case heights ====================================================================== [snipped] and give a slightly different expression for the worst case height...
`LANG=en_US` indicates MacRoman. `LANG=en_US.UTF-8` indicates UTF8. Should support UTF 8 since setting up a new MacRoman terminal and using it exclusively is annoying.
> in the installation for gno/me, i tried setting my HFS volume to be host-fst. the archiver (yankit xvf /host/download/gnofs.shk) said "GS/OS Error $0046" when targeting host-fst, but all the...
In the original VICE code, the received ethernet frame length is rounded up (https://sourceforge.net/p/vice-emu/code/HEAD/tree/trunk/vice/src/arch/shared/rawnetarch_win32.c line 522) so this assert can never happen: https://github.com/mamedev/mame/blob/d8264ff4e77d9d5d2d8ffa731763b3bb7481f88a/src/devices/machine/cs8900a.cpp#L531 If, for some reason, the cs8900a needs...
Hello, I started working on a [new linker](https://github.com/ksherlock/elf2omf) to demonstrate that calypsi could be used to generate Apple IIgs programs. The biggest enhancements needed are (and both these features would...
`%N` syntax for inline assembly substitution doesn't seem to work if the optional output (`%0`) is missing. ``` void print_char(int c) { // _WriteChar tool call __asm( " pei %1\n"...
Currently scripting seems to be limited to visualization and jsr/jsl/brk checking. While formatting some repetitive data (a table of DCI strings followed by 2 16-bit integers) I yearned for a...