summaryrefslogtreecommitdiffstats
path: root/src/mame/machine/qimi.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/qimi.cpp')
0 files changed, 0 insertions, 0 deletions
ass='commitgraph'>* -lft_craft, lft_chiptune: Split 'craft' source into two drivers, fixed attrib... Ryan Holtz2020-07-141-354/+0 * New working machines Ryan Holtz2020-07-141-0/+8 * -avr8: Fixed assorted Timer 0 and Timer 1 bugs. [Ryan Holtz] Ryan Holtz2020-07-141-90/+156 * drivers starting with b and c: some more macro removal (nw) Ivan Vangelista2020-05-261-4/+4 * -avr8: Miscellaneous optimizations (nw) MooglyGuy2020-03-021-6/+21 * -craft: Fixed bad graphics due to experimentation, nw MooglyGuy2020-03-011-6/+3 * -craft: Remove debug print, nw MooglyGuy2020-03-011-1/+0 * -avr8: Removed hacky get_elapsed_cycles accessor. [Ryan Holtz] MooglyGuy2020-03-011-6/+9 * Machines promoted to working mooglyguy2020-03-011-111/+95 * (nw) Clean up the mess on master Vas Crabb2019-03-261-1/+0 * Revert "conflict resolution (nw)" andreasnaive2019-03-251-0/+1 * volt_reg: set default m_output (nw) hap2019-02-191-1/+0 * Start cleaning up palette configuration: Vas Crabb2018-12-291-1/+1 * -cpu/adsp2100, amis2000, apexc, arm, arm7, avr8, ccpu, esrip, hcd62121: Remov... mooglyguy2018-12-161-18/+20 * Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1 * as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-1/+1 * Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-4/+4 * dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+1 * Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-5/+5 * Make MCFG_DEVICE_ADD and callable device types more flexible: