summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/abc800_dsk.h
blob: f2d95c7c5796aacba391a993d7c18bee7a2ee498 (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
// license:BSD-3-Clause
// copyright-holders:Curt Coder
/*********************************************************************

    formats/abc800_dsk.h

    Luxor ABC 830/832/834/838 disk image formats

*********************************************************************/
#ifndef MAME_FORMATS_ABC800_DSK_H
#define MAME_FORMATS_ABC800_DSK_H

#pragma once

#include "wd177x_dsk.h"

class abc800_format : public wd177x_format
{
public:
	abc800_format();

	virtual const char *name() const noexcept override;
	virtual const char *description() const noexcept override;
	virtual const char *extensions() const noexcept override;

protected:
	virtual int get_image_offset(const format &f, int head, int track) const override;

private:
	static const format formats[];
};

extern const abc800_format FLOPPY_ABC800_FORMAT;

#endif // MAME_FORMATS_ABC800_DSK_H
/commit/src/mame/drivers/taito_x.cpp?id=93eaa6a4943ade6513257a740fcde97ca9468559'>as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-9/+9 * Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-9/+9 * - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-9/+9 * More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-6/+6 * Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-11/+11 * dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-4/+8 * (nw) misc follow-up Vas Crabb2018-05-061-1/+1 * Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-24/+24 * srcclean and regenerate localisations (nw) Vas Crabb2018-03-251-5/+5 * C-chip clocks (nw) braintro2018-03-161-1/+1 * Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-88/+98 * use real dumped c-chip for bonzeadv, remove simulation [Team Caps0ff] (#3318) David Haywood2018-03-111-13/+5 * taito_x.cpp: Base Super C-Chip on actual OSC on PCB (nw) briantro2018-03-091-1/+1 * c-chip: use dumped c-chip for Volfied and Superman, remove simulation [Team C... David Haywood2018-03-051-139/+47 * API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-6/+6 * xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-7/+7 * memory: Deambiguate handlers, also a hint of things to come (nw) Olivier Galibert2018-01-191-4/+4 * API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-4/+4 * Some more after better taking inheritance into account (nw) Olivier Galibert2018-01-021-1/+1 * space.machine -> machine (nw) Olivier Galibert2017-12-141-7/+7 * Draw a nominal distinction between PC060HA and TC0140SYT AJR2017-10-111-7/+7 * taito_x.cpp: Remove outdated comments (nw) AJR2017-07-071-8/+0 * (nw) clean up names, kill off empty header file, put Type X stuff in Type X d... Vas Crabb2017-07-071-3/+135 * use DERIVED_CLOCK David Haywood2017-07-051-1/+1 * create c-chip device with correct CPU type in it and a bunch of notes (pinout... David Haywood2017-07-051-6/+8