Go to file
smf- a672537ecb fix for building with latest 32 bit tools. (nw)
src/mess/video/rm380z.c: In member function 'void rm380z_state::put_point(int, int, int, int)': src/mess/video/rm380z.c:17:2: error: assuming signed overflow does not occur when assuming that (X + c) >= X is always true [-Werror=strict-overflow]
  for (int r=y;r<(y+mx);r++)
  ^
cc1plus.exe: all warnings being treated as errors
makefile:922: recipe for target 'obj/windows/mess/video/rm380z.o' failed
2014-09-09 10:47:01 +00:00
artwork
docs Change remaining references to -nosound to -sound none in code and docs; move description of -sound option to OSD-specific doc files to be orthogonal to -video (nw) 2014-06-13 21:01:35 +00:00
hash (MESS) megadriv.c: Added support for Game Genie as a passthru cart. [Fabio Priuli] 2014-09-07 06:27:29 +00:00
hlsl - Fixed bloom misalignment with HLSL. [MooglyGuy] 2014-04-08 18:34:47 +00:00
keymaps Added Swedish/Finnish SDL keymaps for OSX and Linux. [Curt Coder] 2012-08-29 18:41:01 +00:00
nl_examples Preliminary support for LTE dynamic time-stepping based on Local truncation error. This enables the possibility to connect a capacitor between ground and a TTL output and get a e.g. 100 ns delay with a 1nF capacitor. 2014-05-15 22:50:40 +00:00
src fix for building with latest 32 bit tools. (nw) 2014-09-09 10:47:01 +00:00
web Updated to latest mongoose, used new added features (nw) 2014-06-04 08:10:44 +00:00
.gitattributes jp.c : placeholder 2014-09-09 01:13:25 +00:00
.gitignore Made gfx_element::decode() private; fixed drivers that were calling it directly [Alex Jackson] 2014-03-18 06:42:10 +00:00
makefile Allow use of external SQLite3 [Cesare Falco] 2014-08-15 03:26:32 +00:00