Vas Crabb
Vas Crabb
### MAME version 0.262 ### System information Windows 10, 64-bit ### INI configuration details _No response_ ### Emulated system/software chdman ### Incorrect behaviour The compressed hunk map can end up...
A large number of systems have slots that are basically just address/data lines and possibly strobes and other control lines. In many cases this maps straight into a CPU space...
First, some background on this. POSIX-like read/write operations have somewhat complicated semantics. In particular, they can return short for multiple reasons: * If a read or write call is interrupted...
### MAME version 0.259 (mame0259-191-g12266741f1e) ### System information Windows 10 x86-64 version 20H2 Intel “Coffee Lake” CPU ### INI configuration details ```INI joystick 1 joystick_deadzone 0.15 joystick_saturation 0.95 trackball_device mouse...
Segher, Overload and Ikari have reverse-engineered enough of the CX4’s behaviour to get the games that use it running (Mega Man X2 and Mega Man X3). @dinkc64 has written an...
This pull request adds `override` qualifiers to overridden virtual member functions in some headers. It’s by no means exhaustive, but it allows an application using TCP and UDP sockets to...
clang 14 only defines `__cpp_coroutines` with `-std=c++2a`, it’s undefined with `-std=c++17`. This results in an undefined macro warning if you don’t check that it’s defined before comparing it to a...
It would be good to get to a point where we can make BGFX the default render module, at least on Windows where Direct3D 9 is very much on life...
Both SoftFloat 3 and the ARM NEON SIMD headers declare types called `float64_t`, `float32_t`, etc. in the global namespace. This causes everything to break if something ends up including headers...