| Commit message (Expand) | Author | Age | Files | Lines |
* | - skeleton/vgame.cpp: added complete PCB infos and dumped EEPROM for cjsjh [G... |  Ivan Vangelista | 2025-03-12 | 1 | -2/+1 |
* | -cpu/arm7: Added interrupt helpers, hid details from most clients. |  Vas Crabb | 2024-09-22 | 1 | -5/+4 |
* | s3c24xx: workaround for array out of bounds compiler warning |  hap | 2024-09-13 | 1 | -2/+1 |
* | ds8874: move to video folder (led driver chip), |  hap | 2024-04-11 | 1 | -1/+1 |
* | emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) |  Vas Crabb | 2023-06-17 | 1 | -27/+9 |
* | Remove #include <cstdarg> from emu.h and move it into source files that still... |  AJR | 2022-10-25 | 1 | -0/+1 |
* | fixes for clang 15.0 on windows [smf] |  smf- | 2022-09-15 | 1 | -16/+1 |
* | - Removed device_timer, device_timer_id, et al in favor of direct callback me... |  MooglyGuy | 2022-06-04 | 1 | -11/+11 |
* | Miscellaneous #include cleanup |  AJR | 2021-11-20 | 1 | -2/+0 |
* | Cleaned up bitmap API. |  Vas Crabb | 2020-09-27 | 1 | -4/+5 |
* | devices/machine, sound and video: removed read and write macros (nw) |  Ivan Vangelista | 2020-06-17 | 1 | -37/+37 |
* | emumem: A little more speedup. cache and specific change syntax, and are not... |  Olivier Galibert | 2020-05-25 | 1 | -7/+7 |
* | s3c24xx, s3c44b0: Replace get_read_ptr with memory_access_cache (nw) |  AJR | 2020-01-27 | 1 | -13/+7 |
* | pci9050, s3c44b0: Eliminate register_postload and machine().device; convert c... |  AJR | 2018-09-10 | 1 | -6/+8 |
* | s3c44b0, tms3556: Add device_video_interface and remove first_screen (nw) |  AJR | 2018-03-08 | 1 | -4/+3 |
* | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 1 | -9/+197 |
* | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 1 | -2/+6 |
* | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 1 | -101/+101 |
* | DAC WIP, started documenting the DACs in use. [smf] |  smf- | 2016-10-17 | 1 | -1/+0 |
* | replace BITSWAP8/16/24/32 macros with constexpr function that works for any n... |  Vas Crabb | 2016-08-16 | 1 | -1/+0 |
* | reverting: |  Miodrag Milanovic | 2016-01-20 | 1 | -1/+1 |
* | tags are now strings (nw) |  Miodrag Milanovic | 2016-01-16 | 1 | -1/+1 |
* | removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... |  Miodrag Milanovic | 2015-12-17 | 1 | -7/+7 |
* | macro removal INLINE -> static inline (nw) |  Miodrag Milanovic | 2015-12-12 | 1 | -1/+1 |
* | clang-modernize part 6 |  Miodrag Milanovic | 2015-12-04 | 1 | -12/+12 |
* | Fixed uninitialized class members |  Miodrag Milanovic | 2015-11-19 | 1 | -1/+1 |
* | Rename *.c -> *.cpp in our source (nw) |  Miodrag Milanovic | 2015-11-08 | 1 | -0/+2055 |