Zeck

Results 8 issues of Zeck

Cosmac VIP, ETI-660, Dream 6800, and Chip48 interpreters all have different font data. This can effect program behavior because of pixel based collision. Some programs have text that looks off...

It is described here https://archive.org/stream/ETIA1981/ETI%201981-11%20November#page/n115/mode/2up There is an instruction set description and sample programs. FX00 sets pitch of beep to VX. I have the impression from https://www.reddit.com/r/retrobattlestations/comments/7npigb/dream_6800_build/ds3o6gp?utm_source=share&utm_medium=web2x this post that...

Fixes [Out of sync between Linux and Windows #191](https://github.com/nukeykt/NBlood/issues/191). [MinGW by default](https://stackoverflow.com/questions/24015852/struct-packing-and-alignment-with-mingw) was using [ms_struct](https://gcc.gnu.org/onlinedocs/gcc-10.3.0/gcc/x86-Type-Attributes.html#x86-Type-Attributes) style packing. This made XSPRITE a have different structure in memory, and different size. Checksums...

Makes it much more convenient when the game saves last used settings. That way don't have to keep entering friend's IP address, and preferred game settings. The save load code...

Seen in e2m5 the haunting ![e2m5ShadowIssue](https://user-images.githubusercontent.com/18518874/151676102-606b30cb-7537-451d-9cc1-d34f5e1e961c.png)

ConnectNamedPipe can return 0, but have a good connection, when a client opens the pipe between the pipe's creation and the ConnectNamedPipe call. In that case, [GetLastError() is ERROR_PIPE_CONNECTED](https://docs.microsoft.com/en-gb/windows/win32/api/namedpipeapi/nf-namedpipeapi-connectnamedpipe#return-value). For...

Do you have interest in a PR for SDL2? Currently this is using clang, I was having issues with gnu std and used libc++. I have tested on linux mint...

Is there any interest in a feature like this? [I hacked together a change that does this unconditionally.](https://github.com/zZeck/splat/commit/ce76b7df6d0215cc3bcf1ca68302395a1435eca7) Not sure what a good splat.yaml interface would be. I wanted to...