summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/rk_cas.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/formats/rk_cas.cpp')
0 files changed, 0 insertions, 0 deletions
ro' /> Ivan Vangelista2019-03-071-1/+1 * Start cleaning up palette configuration: Vas Crabb2018-12-291-1/+1 * mcs48: Removed MCFG, nw mooglyguy2018-12-081-1/+2 * (nw) misc cleanup - mostly missing #include guards and inconsistent initialis... Vas Crabb2018-11-211-2/+8 * more private member use in 'D, E, F, G' drivers (nw) (#3704) David Haywood2018-06-271-2/+5 * Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1 * Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-1/+1 * MCFG_CPU_VBLANK_INT line callback replacements for many old Konami games (nw) AJR2018-03-281-2/+1 * API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+6 * API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+1 * New 74LS259/9334/CD4099 devices AJR2017-07-251-3/+5 * Self-registering devices prep: Vas Crabb2017-02-271-0/+1 * NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-7/+7 * reverting: Miodrag Milanovic2016-01-201-1/+1 * tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1 * overrides in drivers (nw) Miodrag Milanovic2015-12-061-2/+2 * synced credits where it make sense (nw) Miodrag Milanovic2015-05-261-1/+1 * resolved lot of license ownership (nw) Miodrag Milanovic2015-05-191-2/+2 * Added dummy license headers for MAME part (nw) Miodrag Milanovic2015-05-071-0/+2 * Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1 * discrete_sound_w and discrete_sound_r not used any more since discrete_device... Miodrag Milanovic2014-03-211-0/+1 * Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-111-1/+1 * Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-2/+6 * Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-1/+1 * moved optional_device<gfxdecode_device> to specific drivers state classes (nw) Miodrag Milanovic2014-02-171-1/+3 * Modernization of drivers part 6 (no whatsnew) Miodrag Milanovic2013-02-081-0/+1 * INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-0/+2 * manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-7/+0 * Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-1/+2 * Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-2/+5 * TILE/TILEMAP modernization part 2 (no whatsnew) Miodrag Milanovic2012-09-061-0/+1 * All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-0/+1 * cleanup Michaël Banaan Ananas2012-06-101-13/+20 * Conversion of _DEVICE_HA​NDLER to _MEMBER methods - part 2 (no whatsnew) Miodrag Milanovic2012-05-251-0/+4 * Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-5/+9 * MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-2/+2 * MAME going modern part 5 (no whatsnew)