Confirmed: The Sony HBI-232 uses the Generic RS-232 BIOS v2.00 (without DMA, but...
Confirmed: The Sony HBI-232 uses the Generic RS-232 BIOS v2.00 (without DMA), just...
Confirmed: The Sony HBI-232 uses the RS-232 BIOS v2.00, just like the Sony HB-G900P...
disable building openMSX, refer to new github p...
Added some details on Sony HB-101 model types. ...
Added Sanyo MPC-6, thanks to Werner Kai.
Added Japanese Sony HB-201, thanks to Werner Kai
Fixed wrong kana lock configuration: it's JP so...
Fake just enough of the Mitsubishi ML-TS2 to ge...
Small cleanups/enhancements to the WIP RomMitsu...
Fixed initialization of String32 on 32-bit plat...
Added some more findings on this Sony HB-101
Added (Japanese) Sony HB-101, thanks to Werner Kai
Document some ident.bas findings.
Tweak '"::" + machineID + "::" + name' string c...
[4/4] use String32 instead of string_ref in Rom...
[2/4] Tweak rapidsax XML-parser
[3/n] Read user and system softwaredb.xml in a ...
Inline some small frequently called functions
[1/4] Added String32.hh
Added Japanese Canon V-20, thanks to Werner Kai!
romdb update
hap confirmed: RAM should be in slot 3, not slo...
Forgot to specify YM2149 explicitly in Canon V-10.
Some small tweaks to machine configs, triggered...
Some minor updates to this config, thanks to We...
Added Spanish Spectravideo SVI-728, thanks to W...
Try to fix Windows build due to added Mitsubish...
Added WIP of Mitsubishi ML-TS2, thanks to Werne...
Refer to www.openmsx.org as the openMSX web sit...
Fixed copy/paste error in bswap64
Added Canon V-10 machine, thanks to Werner Kai!
fix Android build, see comments in code
Fix some (windows specific) -Wold-style-cast wa...
Fix windows-specific -Wmissing-declarations war...
more windows specific -Wmissing-declarations wa...
more windows specific -Wmissing-declarations wa...
more windows specific -Wmissing-declarations wa...
more windows specific -Wmissing-declarations wa...
Compiled with -Wsuggest-override and fixed all ...
fixed windows-specific -Wmissing-declarations w...
Enabled -Wmissing-declarations and fixed all wa...
romdb update
Do not rely on <cmath> defining M_PI
Fixed gcc-4.{7,8} compilation error
Fixed(?) visual studio compiler error
Fixed potential alignment bug
Fixed(?) some visual studio compiler warnings
Use -Wno-invalid-offsetof instead of MY_OFFSETOF
Hey there. Forgive me if this is out of place as I have no idea what openmsx is and...
Hey there. Forgive me if this is out of place as I have no idea what openmsx is and...
Remove back-pointers from inner to outer objects
Don't mark this-pointer restrict in OutputBuffer
[5/10] Change double to float in TouchPad code
[9/10] scaler -> vector calculations for SDLIma...
[6/10] Extend gl_vec with min() max() clamp() r...
[3/10] More double -> float changes in video/
[1/10] Replace 'double' with 'float' in OSD code
[2/10] Use float instead of double for color ca...
[7/10] Use vector instead of scalar calculation...
Optimize V9990 palette init on soft-float targets
[4/10] Use float instead of double for audio ca...
[10/10] scalar -> vector calculations for touchpad
[8/10] Use vector instead of scalar calculation...
Use -std=c++11 when compiling with GCC
Remove Library.getSystemDependentFlags() method...
Fix SDL_ttf link test on systems where SDL redi...
Look for systemwide tclConfig.sh in /mingw32 un...
Make parsing of MSYS fstab more robust
Do not use the MSYSCON envvar to pick a shell w...
Remove patchedSha1 member from Rom class
No need for indirection in PanasonicAudioPeriphery
Use shared_from_this in MSXWatchIODevice
Remove getDataAsXXX() methods from XMLElement
Replace volatile bool with atomic<bool>
Remove CondVar wrapper
Removed STRIP definition for platform mingw-w64
Query C compiler and linker from the C++ compiler
Improved guessing name of windres tool
Query toolchain components like ar, ranlib, str...
Pass detectsys results space-separated
Use mingw-w64 as default platform for non-VS Wi...
Semaphore class was removed .. adjust vs build
Replace our Semaphore wrapper with std::mutex
Replace clock_gettime() with c++11 steady_clock
Fixed bug when calling freeAligned() on nullptr
Reimplement CondVar using C++11 primitives
Yes, it it surprising to me as well.
It does open when the quarantine flag is set? Intuitively, I'd expect the opposi...
For me they sometimes work, sometimes not. I was able to figure out why this is,...
For me they sometimes work, sometimes not. I was able to figure out why this was,...
Make use of -maxnofextrasnapshots for auto-save
Oops, forgot to commit merge error fix...
Allow influencing the amount of snapshots in a ...
File associations on a Mac never work, even when openMSX isn't running yet. The most...
add workaround for vs2103
visual studio fixes after rev aca56d288ec
Don't store size in MemBuffer