summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/s3c24xx.hxx
Commit message (Expand)AuthorAgeFilesLines
* fixes for clang 15.0 on windows [smf] smf-2022-09-151-6/+0
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-8/+8
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-1/+1
* ATTR_UNUSED, do you welcome C++17 in your heart and mind? Olivier Galibert2021-01-221-3/+3
* Cleaned up bitmap API. Vas Crabb2020-09-271-29/+29
* srcclean and cleanup (nw) Vas Crabb2020-06-211-1/+1
* devices/machine, sound and video: removed read and write macros (nw) Ivan Vangelista2020-06-171-55/+55
* drivers starting with f, g and h: some macro removal (nw) Ivan Vangelista2020-05-271-2/+2
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-251-15/+15
* Merge branch 'release0218' into mainline-master Vas Crabb2020-02-021-38/+33
|\
| * sc3c24xx: debugging leftovers, also logmacro.h uses (1U << 0) for the built-i... Vas Crabb2020-02-011-38/+33
* | s3c24xx, s3c44b0: Replace get_read_ptr with memory_access_cache (nw) AJR2020-01-271-26/+18
|/
* srcclean, manual adjustments (nw) Vas Crabb2020-01-261-35/+35
* -s3c24xx: Removed redundant accessors, nw MooglyGuy2020-01-141-10/+46
* s3c24xx.hxx: Fix build (nw) AJR2020-01-071-5/+5
* -s3c24xx: Converted to use logmacro. [Ryan Holtz] mooglyguy2020-01-071-259/+400
* s3c24xx: Removed first_screen usage (nw) Ryan Holtz2018-03-091-60/+60
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-1025/+636
* Improvements to rgb_t (nw) AJR2016-10-221-2/+2
* converted lot of TRUE/FALSE to real boolean and updated types (nw) Miodrag Milanovic2016-10-221-3/+3
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-194/+194
* replace BITSWAP8/16/24/32 macros with constexpr function that works for any n... Vas Crabb2016-08-161-1/+0
* INC -> HXX makes editors and code analyzers see it as C++ (nw) Miodrag Milanovic2016-05-011-0/+3521