summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/lib/osdlib_win32.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/modules/lib/osdlib_win32.cpp')
0 files changed, 0 insertions, 0 deletions
etions'>-2/+2 * k052109: Use callback to generate IRQ for most drivers (nw) AJR2019-08-301-7/+2 * Start cleaning up palette configuration: Vas Crabb2018-12-291-8/+7 * -mb88xx, m6809, konami: Removed MCFG macros. [Ryan Holtz] mooglyguy2018-12-151-19/+20 * src/mame/video: switched various devices to devcb3 and removed MCFG macros (nw) Ivan Vangelista2018-11-211-8/+7 * ym2151: removed MCFG macros (nw) Ivan Vangelista2018-11-181-4/+4 * watchdog: removed MCFG macros (nw) Ivan Vangelista2018-09-071-1/+1 * -bankdev: Remove MCFG, nw mooglyguy2018-08-151-6/+1 * as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-2/+2 * Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-3/+3 * dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+2 * (nw) misc follow-up Vas Crabb2018-05-061-1/+1 * Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-4/+4 * remove safe_pc() and safe_pcbase() (nw) smf-2018-04-131-2/+2 * Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-23/+25 * API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+2 * API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert2018-01-311-1/+1 * xtal.h is dead, long live to xtal.cpp [O. Galibert]