summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/kc_cas.h
blob: 8144fb6eac8b9505b800adb59bb5b3c3ecaf061f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// license:BSD-3-Clause
// copyright-holders:Sandro Ronco
/*********************************************************************

    kc_cas.h

*********************************************************************/
#ifndef MAME_FORMATS_KC_CAS_H
#define MAME_FORMATS_KC_CAS_H

#pragma once

#include "cassimg.h"

CASSETTE_FORMATLIST_EXTERN(kc_cassette_formats);

#endif // MAME_FORMATS_KC_CAS_H
r.com/avatar/12dc87757ac3c5c83f314738ccdf5352?s=128&d=retro' /> Ivan Vangelista2019-02-141-10/+11 * some more MCFG macros removal (nw) Ivan Vangelista2019-02-081-1/+1 * magedev\cassette: removed MCFG macros (nw) Ivan Vangelista2019-01-221-1/+1 * devices\machine\ticket, timer: removed MCFG macros (nw) Ivan Vangelista2019-01-211-1/+1 * machine/keyboard, terminal: removed MCFG macros (nw) Ivan Vangelista2018-12-111-2/+2 * z80ctc: removed MCFG macros (nw) Ivan Vangelista2018-09-031-4/+4 * z80daisy_generic, z80dart, z80dma: removed MCFG macros (nw) Ivan Vangelista2018-08-301-5/+5 * z80pio.cpp: removed macros (nw) Ivan Vangelista2018-08-281-5/+5 * private: use (W,X,Y,Z,#) (#3721) David Haywood2018-07-011-2/+4 * Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1 * Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-9/+9 * proposal: move z80daisy* to devices/machine (#3572) Patrick Mackinlay2018-05-151-1/+1 * More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-2/+2 * Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-7/+7 * (nw) remove more low-value macros and add a couple more constructor options Vas Crabb2018-05-101-4/+2 * 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-7/+7 * Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-15/+17 * API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+4 * xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-4/+4 * API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+2