summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/s3c44b0.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove #include <cstdarg> from emu.h and move it into source files that still... AJR2022-10-251-0/+1
* fixes for clang 15.0 on windows [smf] smf-2022-09-151-16/+1
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-11/+11
* Miscellaneous #include cleanup AJR2021-11-201-2/+0
* Cleaned up bitmap API. Vas Crabb2020-09-271-4/+5
* devices/machine, sound and video: removed read and write macros (nw) Ivan Vangelista2020-06-171-37/+37
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-251-7/+7
* s3c24xx, s3c44b0: Replace get_read_ptr with memory_access_cache (nw) AJR2020-01-271-13/+7
* pci9050, s3c44b0: Eliminate register_postload and machine().device; convert c... AJR2018-09-101-6/+8
* s3c44b0, tms3556: Add device_video_interface and remove first_screen (nw) AJR2018-03-081-4/+3
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-9/+197
* Self-registering devices prep: Vas Crabb2017-02-271-2/+6
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-101/+101
* DAC WIP, started documenting the DACs in use. [smf] smf-2016-10-171-1/+0
* replace BITSWAP8/16/24/32 macros with constexpr function that works for any n... Vas Crabb2016-08-161-1/+0
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-171-7/+7
* macro removal INLINE -> static inline (nw) Miodrag Milanovic2015-12-121-1/+1
* clang-modernize part 6 Miodrag Milanovic2015-12-041-12/+12
* Fixed uninitialized class members Miodrag Milanovic2015-11-191-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+2055