summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/a26_cas.h
blob: 809d5980bfe7d556f6c52561e29da78d3925a742 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// license:BSD-3-Clause
// copyright-holders:Wilbert Pol
/*
    a26_cas.h

    Format code for a2600 SuperCharger cassette files
*/

#ifndef A26_CAS_H
#define A26_CAS_H

#include "cassimg.h"

CASSETTE_FORMATLIST_EXTERN(a26_cassette_formats);

#endif /* A26_CAS_H */
/td>1-2/+2 * API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+1 * Remove emu.h from headers (nw) Olivier Galibert2017-02-111-1/+0 * NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-27/+27 * DAC WIP, started documenting the DACs in use. [smf] smf-2016-10-171-3/+3 * remove legacy forms of (required|optional)_(shared_ptr|ioport)_array Vas Crabb2016-08-251-2/+3 * Turn image init/validate into scoped enums to avoid accidental casts to/from ... Vas Crabb2016-08-011-1/+1 * gamecom: reworked audio channels 0 and 1 a bit (still doesn't sound anything ... Robbbert2016-05-201-0/+4 * gamecom: added sound channels 0 and 1 (quality is poor). Added temp patch to ... Robbbert2016-05-201-0/+6 * reverting: