summaryrefslogtreecommitdiffstatshomepage
path: root/docs/man/castool.1
blob: 4e58374c317709b4eca7b7066045dfed87c97696 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
.\"  -*- nroff -*-
.\"
.\" castool.1
.\"
.\" Man page created from usage info
.\" Cesare Falco <c.falco@ubuntu.com>, February 2011
.\"
.\"
.TH CASTOOL 1 2016-07-21 0.176 "MESS Generic cassette manipulation tool"
.\"
.\"
.\" NAME chapter
.SH NAME
castool \- MESS Generic cassette manipulation tool
.\"
.\"
.\" SYNOPSIS chapter
.SH SYNOPSIS
.B castool convert
.IB "format infile outfile" .wav
.\"
.\"
.\" DESCRIPTION chapter
.SH DESCRIPTION
.B castool
is a tool for the maintenance and manipulation of cassette
dumps that MESS users need to deal with.
.\"
.\"
.\" COMMANDS chapter
.SH COMMANDS
.TP
.B convert
Convert a cassette dump to a .wav audio file. See
.B castool 
(without arguments) for a full list of supported cassette formats.
.\"
.\"
.\" EXAMPLES chapter
.SH EXAMPLES
.B castool convert tzx pyjamarama.tzx pyjamarama.wav
.\"
.\"
.\" SEE ALSO chapter
.SH SEE ALSO
mess(6)
pan class="n">m_k051960; device_t *m_k051316; DECLARE_WRITE8_MEMBER(sound_bank_w); DECLARE_READ8_MEMBER(ajax_ls138_f10_r); DECLARE_WRITE8_MEMBER(ajax_ls138_f10_w); DECLARE_WRITE8_MEMBER(ajax_bankswitch_2_w); DECLARE_WRITE8_MEMBER(ajax_bankswitch_w); DECLARE_WRITE8_MEMBER(ajax_lamps_w); DECLARE_WRITE8_MEMBER(k007232_extvol_w); }; /*----------- defined in machine/ajax.c -----------*/ MACHINE_START( ajax ); MACHINE_RESET( ajax ); INTERRUPT_GEN( ajax_interrupt ); /*----------- defined in video/ajax.c -----------*/ VIDEO_START( ajax ); SCREEN_UPDATE_IND16( ajax ); extern void ajax_tile_callback(running_machine &machine, int layer,int bank,int *code,int *color,int *flags,int *priority); extern void ajax_sprite_callback(running_machine &machine, int *code,int *color,int *priority,int *shadow); extern void ajax_zoom_callback(running_machine &machine, int *code,int *color,int *flags);