| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add adjust_periodic() to persistent_timer. Update obvious situations where it... |  Aaron Giles | 2021-09-11 | 9 | -10/+10 |
| * | Merge branch 'master' into time-experiments2 |  Aaron Giles | 2021-09-10 | 11 | -154/+171 |
| |\ |
|
| | * | -Reworked device type definition macros a little and added more Doxygen. |  Vas Crabb | 2021-09-07 | 2 | -2/+1 |
| | * | saitek_osa/maestro: use parent_rom_device_type for analyst |  hap | 2021-09-07 | 1 | -9/+0 |
| | * | i8244: use parent_rom_device_type for i8245 |  hap | 2021-09-06 | 1 | -5/+15 |
| | * | poly.h: Minor naming/consistency cleanups. |  Aaron Giles | 2021-09-04 | 1 | -74/+79 |
| | * | poly.h: Remove unused flags, expose object data array directly, add ability t... |  Aaron Giles | 2021-09-03 | 4 | -71/+51 |
| | * | upd7220: don't run wdat if figd figure type is set and set the patter… (#8470) |  cracyc | 2021-08-24 | 1 | -1/+30 |
| | * | New machines marked as NOT_WORKING |  AJR | 2021-08-18 | 2 | -1/+4 |
| | * | Use std::clamp in more source files |  AJR | 2021-08-15 | 1 | -2/+2 |
| * | | Since I already had to touch all device_timer signatures, bite the bullet and... |  Aaron Giles | 2021-08-20 | 64 | -89/+94 |
| * | | Remove timer_alloc from scheduler, keeping it exclusively in the device_t cla... |  Aaron Giles | 2021-08-17 | 2 | -13/+10 |
| * | | Update recently changed code to new APIs |  Aaron Giles | 2021-08-14 | 2 | -11/+11 |
| * | | Merge branch 'master' into time-experiments2 |  Aaron Giles | 2021-08-14 | 28 | -13266/+13213 |
| |\| |
|
| | * | video/upd7220.cpp: Updated FIGD to use ead and mask to calculate drawing loca... |  Brian Johnson | 2021-08-13 | 2 | -154/+64 |
| | * | video/upd7220.cpp: Made address space use word addressing, and implemented pr... |  Brian Johnson | 2021-08-05 | 2 | -90/+179 |
| | * | voodoo: Address minor coverity complaints |  Aaron Giles | 2021-07-31 | 3 | -4/+11 |
| | * | srcclean for 0.234 branch |  Vas Crabb | 2021-07-25 | 7 | -281/+281 |
| | * | video/upd7220.cpp: During a GCHRD command, always start with pram[15]. (#8317) |  Brian Johnson | 2021-07-20 | 1 | -1/+1 |
| | * | voodoo: Return 0 on invalid reads, seems to fix funkball. Improve logging of ... |  Aaron Giles | 2021-07-15 | 1 | -3/+6 |
| | * | sx1010: split the two screens. Pixel clocks are probably wrong. |  Olivier Galibert | 2021-07-15 | 1 | -0/+2 |
| | * | voodoo: Fix dither subtraction. Fixes squares around balls in virtpool. |  Aaron Giles | 2021-07-13 | 1 | -1/+1 |
| | * | voodoo: Improve fidelity of synchronization points. Add synchronization back ... |  Aaron Giles | 2021-07-12 | 6 | -34/+67 |
| | * | poly.h: Fix DEBUG=1 builds |  AJR | 2021-07-11 | 1 | -2/+3 |
| | * | poly: Early out of waits if no outstanding work. |  Aaron Giles | 2021-07-11 | 1 | -0/+4 |
| | * | voodoo: Improve pixel pipeline throughput for LFB writes. Helps gtfore and re... |  Aaron Giles | 2021-07-11 | 3 | -47/+28 |
| | * | voodoo: Fix LOD calculations. Improve LOD calculation accuracy. Remove stw_he... |  Aaron Giles | 2021-07-10 | 2 | -205/+117 |
| | * | voodoo: Increase vretrace cycles to 2 so mace will boot again. Add missing ra... |  Aaron Giles | 2021-07-10 | 3 | -11/+8 |
| | * | voodoo: Restore some cycle stealing on vretrace to allow sfrush to boot. |  Aaron Giles | 2021-07-09 | 1 | -0/+3 |
| | * | voodoo: fix compile error |  hap | 2021-07-09 | 1 | -1/+1 |
| | * | video/voodoo.cpp: Major rewrite: (#8267) |  Aaron Giles | 2021-07-09 | 18 | -13031/+12996 |
| | * | - filling out missing hashes for commented ROM_LOADs when known (part 1) |  Scott Stone | 2021-07-04 | 1 | -2/+2 |
| | * | srcclean in preparation for release |  Vas Crabb | 2021-06-27 | 3 | -6/+6 |
| | * | Eliminate remaining uses of auto_alloc and friends (#8210) |  Aaron Giles | 2021-06-22 | 6 | -49/+71 |
| | * | hd61830: fix cursor in d2 |  cracyc | 2021-06-21 | 1 | -2/+2 |
| | * | dl1616: dl1414 does not have ce pin or addr latch |  hap | 2021-06-20 | 2 | -21/+33 |
| | * | New machines marked as NOT_WORKING |  hap | 2021-06-20 | 1 | -1/+1 |
| | * | pc_vga: updated comment |  Robbbert | 2021-06-16 | 1 | -3/+3 |
| | * | voodoo: fix Hornet games POST crash |  Ville Linde | 2021-06-13 | 1 | -2/+2 |
| | * | Added helpers for 64-bit count leading zeroes/ones. |  Vas Crabb | 2021-06-13 | 1 | -10/+10 |
| | * | HD61830: Fix character blink mode |  Jaen Saul | 2021-06-12 | 1 | -1/+1 |
| * | | Fixups for latest code. |  Aaron Giles | 2021-06-04 | 1 | -1/+0 |
| * | | Merge branch 'master' into time-experiments2 |  Aaron Giles | 2021-06-04 | 5 | -183/+202 |
| |\| |
|
| | * | 315_5124.cpp: Fix color in SMS1 VDP(315-5124), Add hardware notes (#7855) |  cam900 | 2021-05-26 | 1 | -18/+21 |
| | * | srcclean for release |  Vas Crabb | 2021-05-23 | 1 | -3/+3 |
| | * | pwm_display: add separate handlers for matrix x/y sides |  hap | 2021-05-05 | 2 | -0/+10 |
| | * | upd7220.cpp: make a bitmap partition of len==0 to be max size, fixes pc98 mad... |  Angelo Salese | 2021-04-30 | 1 | -6/+18 |
| | * | upd7220, qx10: Implement display zoom support (#8004) |  Brian Johnson | 2021-04-26 | 1 | -9/+12 |
| | * | srcclean in preparation for branching release |  Vas Crabb | 2021-04-25 | 1 | -1/+1 |
| | * | pwm.h: missed one sync() |  hap | 2021-04-24 | 1 | -1/+1 |