| Commit message (Expand) | Author | Age | Files | Lines |
| * | Cleanup: |  Vas Crabb | 2024-11-25 | 1 | -3/+3 |
| * | Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... |  holub | 2024-09-27 | 2 | -16/+16 |
| * | emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) |  Vas Crabb | 2023-06-17 | 3 | -18/+3 |
| * | emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... |  MooglyGuy | 2023-06-01 | 3 | -7/+7 |
| * | Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] |  MooglyGuy | 2023-05-23 | 1 | -8/+8 |
| * | srcclean in preparation for release |  Vas Crabb | 2023-04-23 | 1 | -1/+1 |
| * | bus/gio64/newport.cpp, cpu/mips/mips3.cpp: Fixed issues affecting IRIX. (#11117) |  Jiaxun Yang | 2023-04-18 | 1 | -91/+71 |
| * | Miscellaneous cleanup: |  Vas Crabb | 2022-11-16 | 1 | -3/+7 |
| * | newport: Split out iterator setup stage (#10546) |  Jiaxun Yang | 2022-11-14 | 2 | -4/+67 |
| * | coretmpl.h: Add utility function for sign-extending values of arbitrary width |  AJR | 2022-11-01 | 1 | -8/+8 |
| * | device_palette_interface: Make information overrides noexcept |  AJR | 2022-09-25 | 1 | -1/+1 |
| * | - Removed device_timer, device_timer_id, et al in favor of direct callback me... |  MooglyGuy | 2022-06-04 | 2 | -8/+4 |
| * | Revert initialisation of device members in headers. |  Vas Crabb | 2022-04-03 | 2 | -28/+28 |
| * | init vars for coverity (bus/a-l) |  Robbbert | 2022-04-02 | 2 | -28/+28 |
| * | Remove void *ptr parameter from emu_timer, timer_device and all related callb... |  AJR | 2022-01-26 | 2 | -2/+2 |
| * | debugger: Extended target address syntax to include device/address space. (#8... |  Vas Crabb | 2021-10-01 | 1 | -1/+1 |
| * | Eliminate ARRAY_LENGTH template in favor of C++17's std::size |  AJR | 2021-02-14 | 1 | -2/+2 |
| * | Cleaned up bitmap API. |  Vas Crabb | 2020-09-27 | 1 | -1/+1 |
| * | Use swapendian_int16/int32 in more devices |  AJR | 2020-07-29 | 2 | -8/+1 |
| * | finished removing read* and write* macros from the mame part of the tree. the... |  Ivan Vangelista | 2020-06-16 | 3 | -7/+4 |
| * | gio64: oops (nw) |  Patrick Mackinlay | 2020-03-12 | 1 | -1/+1 |
| * | gio64: simplify (nw) |  Patrick Mackinlay | 2020-03-12 | 4 | -103/+26 |
| * | sweeten most of the remaining arrays of delegates (nw) |  Vas Crabb | 2020-02-07 | 2 | -5/+4 |
| * | Spring cleaning: |  Vas Crabb | 2019-11-01 | 2 | -4/+2 |
| * | Make devdelegate more like devcb for configuration. This is a |  Vas Crabb | 2019-10-26 | 1 | -3/+3 |
| * | Merge remote-tracking branch 'mainline/release0213' into mainline-master |  Vas Crabb | 2019-09-02 | 2 | -41/+41 |
| |\ |
|
| | * | srcclean (nw) |  Vas Crabb | 2019-09-02 | 2 | -41/+41 |
| | * | -newport: Various changes. [Ryan Holtz] |  mooglyguy | 2019-08-31 | 2 | -90/+270 |
| * | | -newport: Various changes. [Ryan Holtz] |  mooglyguy | 2019-08-31 | 2 | -90/+270 |
| * | | -newport: Fixed inverted-Y pixel readback. Fixes crash in Alias PowerAnimator... |  MooglyGuy | 2019-08-26 | 1 | -2/+3 |
| |/ |
|
| * | srcclean (nw) |  Vas Crabb | 2019-07-28 | 2 | -11/+11 |
| * | -newport: Split framebuffer accesses out to an RB2 device. Fixed recent regre... |  MooglyGuy | 2019-07-08 | 2 | -205/+354 |
| * | -newport: Merge popup, overlay, and CID planes into a single buffer, to bette... |  MooglyGuy | 2019-07-08 | 2 | -62/+39 |
| * | Make it compile. (nw) |  Curt Coder | 2019-07-08 | 1 | -1/+1 |
| * | -newport: More comments, nw |  MooglyGuy | 2019-07-08 | 1 | -0/+4 |
| * | -newport: Checkpoint, device-ified XMAP9, CMAP, and VC2. Still need to device... |  MooglyGuy | 2019-07-08 | 2 | -888/+1007 |
| * | srcclean (nw) |  Vas Crabb | 2019-06-23 | 2 | -196/+196 |
| * | -newport: Fixed store shift for overlay planes, fixes cursor outlines in Barc... |  MooglyGuy | 2019-06-11 | 1 | -4/+4 |
| * | -newport: Various changes. [Ryan Holtz] |  mooglyguy | 2019-06-09 | 2 | -43/+145 |
| * | -newport: Fixed per-pixel alpha. [Ryan Holtz] |  MooglyGuy | 2019-06-06 | 1 | -31/+63 |
| * | -newport: Various fixes. [Ryan Holtz] |  mooglyguy | 2019-06-06 | 2 | -80/+220 |
| * | gio64: Get rid of strcmp hacks; decouple interrupts from HPC3 device (nw) |  AJR | 2019-05-29 | 3 | -44/+44 |
| * | Revert "-Removed sbus and gio64 buses..." |  AJR | 2019-05-29 | 4 | -0/+4684 |
| * | -Removed sbus and gio64 buses since they aren't up to his majesty AJR's bar o... |  MooglyGuy | 2019-05-29 | 4 | -4684/+0 |
| * | -newport: Fixed source buffer shift when blending is enabled. [Ryan Holtz] |  MooglyGuy | 2019-05-29 | 1 | -3/+5 |
| * | -newport: Various fixes. [Ryan Holtz] |  mooglyguy | 2019-05-29 | 2 | -6/+60 |
| * | SGI GIO rename to GIO64 (#5125) |  tyfighter | 2019-05-29 | 4 | -0/+4628 |