| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | -2/+0 |
* | v810/v810.cpp: separate irqs into individual lines as a PoC (#11088) |  Angelo Salese | 2023-04-20 | 1 | -20/+33 |
* | video/huc6272.cpp: modernize handler interface (#11077) |  Angelo Salese | 2023-04-06 | 1 | -295/+413 |
* | huc6272.cpp: don't return -1 when running out of nybbles in adpcm_update fn, ... |  angelosa | 2022-04-11 | 1 | -10/+12 |
* | srcclean in preparation for 0.241 release |  Vas Crabb | 2022-02-20 | 1 | -3/+3 |
* | huc6272.cpp: fix SCSI identifier, add extensive QA |  Angelo Salese | 2022-01-24 | 1 | -7/+17 |
* | very small macro removal bunch (nw) |  Ivan Vangelista | 2020-05-24 | 1 | -2/+2 |
* | more macro removal (nw) |  Ivan Vangelista | 2020-05-19 | 1 | -3/+3 |
* | srcclean, manual adjustments (nw) |  Vas Crabb | 2020-01-26 | 1 | -1/+1 |
* | Fix PC-FX ADPCM frequency behavior (#6213) |  cam900 | 2020-01-24 | 1 | -2/+5 |
* | -core: Removed almost all MCFG defines, and removed all remaining MACHINE_CON... |  MooglyGuy | 2019-07-02 | 1 | -3/+3 |
* | huc6272.cpp : Add docs |  cam900 | 2019-06-15 | 1 | -0/+3 |
* | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 1 | -5/+9 |
* | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 1 | -9/+5 |
* | Eliminate the default address map member of address_space_config (nw) |  AJR | 2019-02-17 | 1 | -5/+9 |
* | huc6230.cpp : Fix PSG, Timer'd ADPCM update, Implement CD-DA Volume (#3919) |  cam900 | 2018-09-02 | 1 | -0/+21 |
* | srcclean and manual fixup (nw) |  Vas Crabb | 2018-08-26 | 1 | -1/+1 |
* | Add huc6230 Emulation (#3829) |  cam900 | 2018-08-23 | 1 | -0/+180 |
* | Make OG happier about output latches, nw |  mooglyguy | 2018-08-02 | 1 | -8/+1 |
* | -abcbus/hdc, abcbus/lux21056, abcbus/lux4105, zorro/a590:, cbmiec/cmdhd, econ... |  mooglyguy | 2018-07-30 | 1 | -18/+27 |
* | huc6261, huc6272: Use required_device instead of explicit lookups (nw) |  AJR | 2018-05-13 | 1 | -5/+1 |
* | Streamline machine configuration macros - everyone's a device edition. |  Vas Crabb | 2018-05-06 | 1 | -7/+7 |
* | maps: Finish devices/video (nw) |  Olivier Galibert | 2018-04-20 | 1 | -8/+10 |
* | API change: Memory maps are now methods of the owner class [O. Galibert] |  Olivier Galibert | 2018-02-12 | 1 | -4/+4 |
* | API Change: Machine configs are now a method of the owner class, and the prot... |  Olivier Galibert | 2018-01-17 | 1 | -1/+1 |
* | make device_memory_interface slightly less of a special case, use a typedef t... |  Vas Crabb | 2017-07-10 | 1 | -2/+2 |
* | dimemory: Lift the cap on the number of address spaces per device [O. Galibert] |  Olivier Galibert | 2017-07-03 | 1 | -7/+5 |
* | updated devices/video devices to use device_add_mconfig insted of device_mcon... |  Ivan Vangelista | 2017-05-24 | 1 | -11/+5 |
* | Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. |  Vas Crabb | 2017-05-22 | 1 | -1/+1 |
* | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 1 | -2/+2 |
* | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 1 | -1/+1 |
* | srcclean (nw) |  Vas Crabb | 2017-02-19 | 1 | -23/+23 |
* | Warning note (nw) |  angelosa | 2017-01-27 | 1 | -0/+3 |
* | Device hookups (nw) |  angelosa | 2017-01-27 | 1 | -0/+6 |
* | Added SCSI interface to King device (nw) |  angelosa | 2017-01-27 | 1 | -7/+77 |
* | Added full pad inputs, some register hookups in King and fixed few bit mistak... |  angelosa | 2017-01-26 | 1 | -13/+76 |
* | Added stub Rainbow device (nw) |  angelosa | 2017-01-26 | 1 | -1/+1 |
* | Identify SCSI registers (nw) |  angelosa | 2017-01-26 | 1 | -8/+11 |
* | King clean-ups (nw) |  angelosa | 2017-01-26 | 1 | -34/+49 |
* | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 1 | -4/+4 |
* | reverting: |  Miodrag Milanovic | 2016-01-20 | 1 | -1/+1 |
* | tags are now strings (nw) |  Miodrag Milanovic | 2016-01-16 | 1 | -1/+1 |
* | clang-modernize part 3 |  Miodrag Milanovic | 2015-12-04 | 1 | -2/+2 |
* | Rename *.c -> *.cpp in our source (nw) |  Miodrag Milanovic | 2015-11-08 | 1 | -0/+249 |