summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/sol_cas.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/formats/sol_cas.h')
0 files changed, 0 insertions, 0 deletions
ccdf5352?s=128&d=retro' /> Ivan Vangelista2020-06-121-5/+5 * a last small bunch of macro removals before the week-end (nw) Ivan Vangelista2020-05-151-1/+1 * lots of files: simplified handlers (nw) Ivan Vangelista2020-05-141-1/+1 * Remove tilemap.h from emu.h (nw) AJR2019-08-211-0/+1 * Start cleaning up palette configuration: Vas Crabb2018-12-291-3/+3 * (nw) misc cleanup - mostly missing #include guards and inconsistent initialis... Vas Crabb2018-11-211-2/+2 * mappy.cpp: use timer delegates instead of device_timer, as suggested (nw) Ivan Vangelista2018-07-081-7/+1 * mappy.cpp: timer_set removal (nw) Ivan Vangelista2018-07-051-8/+13 * misc cleanup and compile fix for superqix.cpp (nw) Vas Crabb2018-07-031-0/+7 * more private: use (K,L,M) (#3714) David Haywood2018-06-301-12/+15 * Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1 * mappy: output_finder Dirk Best2018-05-171-1/+4 * Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-3/+3 * - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-3/+3 * Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-2/+2 * mappy.cpp: Use MCFG_SCREEN_VBLANK_CALLBACK instead of MCFG_CPU_VBLANK_INT (nw) AJR2018-03-281-3/+1 * API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+7 * API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+10 * mappy.cpp: Clean up I/O handlers (nw) AJR2017-07-251-49/+5 * New 74LS259/9334/CD4099 devices AJR2017-07-251-7/+4 * mappy.cpp: Use LS157 device for DSW2 mux (nw) AJR2017-07-011-6/+0 * Self-registering devices prep: Vas Crabb2017-02-271-0/+1 * NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-12/+12 * DAC WIP, started documenting the DACs in use. [smf] smf-2016-10-171-2/+1 * reverting: Miodrag Milanovic2016-01-201-1/+1 * tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1 * removed declarations from H files that are not defined in CPP (nw) Miodrag Milanovic2015-12-251-2/+0 * overrides in drivers (nw) Miodrag Milanovic2015-12-061-1/+1 * Sync other dirs with main driver license for MAME (nw) Miodrag Milanovic2015-05-131-2/+2 * Added dummy license headers for MAME part (nw) Miodrag Milanovic2015-05-071-0/+2 * Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-1/+5 * moved optional_device<gfxdecode_device> to specific drivers state classes (nw) Miodrag Milanovic2014-02-171-1/+3 * Modernized the namco sound device. [Osso] Scott Stone2013-07-221-0/+3 * Cleanups and version bumpmame0149 Miodrag Milanovic2013-06-111-3/+3 * Modernized Namco I/O devices (56xx, 58xx, 59xx) [Osso, Fabio Priuli] Fabio Priuli2013-06-071-7/+50 * More MAME drivers lose their anonymous timers. (nw)