// license:BSD-3-Clause // copyright-holders:Carl #include "atom_dsk.h" atom_format::atom_format() : wd177x_format(formats) { } const char *atom_format::name() const { return "atom"; } const char *atom_format::description() const { return "Acorn Atom disk image"; } const char *atom_format::extensions() const { return "40t,dsk"; } const atom_format::format atom_format::formats[] = { { // 100k 40 track single sided single density floppy_image::FF_525, floppy_image::SSSD, floppy_image::FM, 4000, 10, 40, 1, 256, {}, 0, {}, 40, 10, 10 }, {} }; const floppy_format_type FLOPPY_ATOM_FORMAT = &floppy_image_format_creator; h' onchange='this.form.submit();'> MAME - Multiple Arcade Machine Emulator
summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/vigilant.h
blob: 21e19314117d9cb3d32d150a9601929074f974ff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20