Go to file
Alex W. Jackson 5dbedfbf18 diexec.c: Cache a pointer directly to the machine scheduler at startup,
to eliminate device().machine().scheduler() chains all over the place (nw)

This change has been sitting in my local tree for months, from when I was
(mostly unsuccessfully) working on c64 performance. It gives a small speedup
to drivers with many tightly-interleaved executing devices (i.e. Commodore
drivers) I didn't think it was worth making everyone do a clean build for
such tiny gains but I didn't have the heart to chuck it. Since I'm already
making another core-touching, clean-build-needed commit tonight, in it goes.
2014-09-18 00:51:41 +00:00
artwork
docs If we were documented, we'd be dangerous (nw) 2014-09-17 20:50:32 +00:00
hash note 2014-09-17 21:16:43 +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 diexec.c: Cache a pointer directly to the machine scheduler at startup, 2014-09-18 00:51:41 +00:00
web Updated to latest mongoose, used new added features (nw) 2014-06-04 08:10:44 +00:00
.gitattributes added generic cartslot / ROM socket slot device, which offers 2014-09-17 05:38:53 +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