| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Fix dangerous casts | Amaury Pouly | 2017-02-04 |
| | | | | | | | | | | On Windows 64-bit, the size of long is 32-bit, thus any pointer to long cast is not valid. In any case, one should use intptr_t and ptrdiff_t when casting to integers. This commit attempts to fix all instances reported by GCC. When relevant, I replaced code by the macros PTR_ADD, ALIGN_UP from system.h Change-Id: I2273b0e8465d3c4689824717ed5afa5ed238a2dc | ||
| * | yet more code cleanup, quick snapshot feature,sound should no longer ↵ | Anton Romanov | 2006-09-25 |
| | | | | | | | crash,light optimizations git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11041 a1c6a512-1295-4272-9138-f99709370657 | ||
| * | Initial commit of zxbox - a ZX Spectrum emulator ported by Anton Romanov. ↵ | Dave Chapman | 2006-09-15 |
| It theoretically runs on all targets, but I have not included it in the Archos builds because it is just too slow to be usable. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10950 a1c6a512-1295-4272-9138-f99709370657 | |||