| Commit message (Expand) | Author | Age | Files | Lines |
* | fixes for clang 15.0 on windows [smf] |  smf- | 2022-09-15 | 1 | -6/+0 |
* | - Removed device_timer, device_timer_id, et al in favor of direct callback me... |  MooglyGuy | 2022-06-04 | 1 | -8/+8 |
* | Eliminate ARRAY_LENGTH template in favor of C++17's std::size |  AJR | 2021-02-14 | 1 | -1/+1 |
* | ATTR_UNUSED, do you welcome C++17 in your heart and mind? |  Olivier Galibert | 2021-01-22 | 1 | -3/+3 |
* | Cleaned up bitmap API. |  Vas Crabb | 2020-09-27 | 1 | -29/+29 |
* | srcclean and cleanup (nw) |  Vas Crabb | 2020-06-21 | 1 | -1/+1 |
* | devices/machine, sound and video: removed read and write macros (nw) |  Ivan Vangelista | 2020-06-17 | 1 | -55/+55 |
* | drivers starting with f, g and h: some macro removal (nw) |  Ivan Vangelista | 2020-05-27 | 1 | -2/+2 |
* | emumem: A little more speedup. cache and specific change syntax, and are not... |  Olivier Galibert | 2020-05-25 | 1 | -15/+15 |
* | Merge branch 'release0218' into mainline-master |  Vas Crabb | 2020-02-02 | 1 | -38/+33 |
|\ |
|
| * | sc3c24xx: debugging leftovers, also logmacro.h uses (1U << 0) for the built-i... |  Vas Crabb | 2020-02-01 | 1 | -38/+33 |
* | | s3c24xx, s3c44b0: Replace get_read_ptr with memory_access_cache (nw) |  AJR | 2020-01-27 | 1 | -26/+18 |
|/ |
|
* | srcclean, manual adjustments (nw) |  Vas Crabb | 2020-01-26 | 1 | -35/+35 |
* | -s3c24xx: Removed redundant accessors, nw |  MooglyGuy | 2020-01-14 | 1 | -10/+46 |
* | s3c24xx.hxx: Fix build (nw) |  AJR | 2020-01-07 | 1 | -5/+5 |
* | -s3c24xx: Converted to use logmacro. [Ryan Holtz] |  mooglyguy | 2020-01-07 | 1 | -259/+400 |
* | s3c24xx: Removed first_screen usage (nw) |  Ryan Holtz | 2018-03-09 | 1 | -60/+60 |
* | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 1 | -1025/+636 |
* | Improvements to rgb_t (nw) |  AJR | 2016-10-22 | 1 | -2/+2 |
* | converted lot of TRUE/FALSE to real boolean and updated types (nw) |  Miodrag Milanovic | 2016-10-22 | 1 | -3/+3 |
* | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 1 | -194/+194 |
* | replace BITSWAP8/16/24/32 macros with constexpr function that works for any n... |  Vas Crabb | 2016-08-16 | 1 | -1/+0 |
* | INC -> HXX makes editors and code analyzers see it as C++ (nw) |  Miodrag Milanovic | 2016-05-01 | 1 | -0/+3521 |