Jason Duerstock
Jason Duerstock
I'm not sure where to include this in your package (maybe in the README?), but I've found this handy: EMU2_DEBUG="cpu" emu2 whatever.exe cut -b 129- whatever.exe-cpu.0.log | sort | uniq...
This is more of a feature request than an issue, but is there any plan for PEF m68k support? Thanks, and keep up the good work. Jason
Hello! Would it be possible for you to add Mac OS Tome File support to deark? It is at least partially documented in this project: https://github.com/kainjow/TomeViewerX Examples are in https://archive.org/download/MacOS_8_Version_8.1_691-1912-A_Apple_Computer_Inc._1998...
I'm not sure what distribution you use, but I had to do a couple of things to get this to build under Ubuntu 22.04: 1) replace '#include "SDL.h"' with 'include...
I get the following errors when trying to build under rustc 1.75: ~/dht-crawler$ cargo build Compiling krpc_encoding v0.1.0 (/home/jason/dht-crawler/packages/krpc_encoding) error[E0432]: unresolved import `thiserror` --> packages/krpc_encoding/src/errors.rs:22:17 | 22 | #[derive(Debug, Error)]...