summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/x1_tap.h
blob: 150f0d482a3aa8d7bb5ff0d3e54b336dbac076e0 (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:Barry Rodewald
/*
 *
 *   Sharp X1 TAP image format
 *
 */
#ifndef MAME_FORMATS_X1_TAP_H
#define MAME_FORMATS_X1_TAP_H

#pragma once

#include "cassimg.h"

CASSETTE_FORMATLIST_EXTERN( x1_cassette_formats );

#endif // MAME_FORMATS_X1_TAP_H
cros. Vas Crabb2018-07-161-2/+2 * as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-25/+25 * dkong, gridlee, hyprolyb, jedi, mario, phoenix, pleids, polepos, redalert, tx... mooglyguy2018-05-311-541/+25 * Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-6/+6 * - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-6/+6 * Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-5/+5 * dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-7/+12 * Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-46/+47 * Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-107/+117 * API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-10/+10 * API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert2018-01-311-2/+2 * API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-3/+3 * Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-8/+8 * tx1.cpp: Hardware note (nw) AJR2017-05-091-0/+1 * Convert screen_device VBLANK callback to devcb_write_line AJR2017-03-101-3/+3