summaryrefslogblamecommitdiffstatshomepage
path: root/src/devices/machine/68340dma.h
blob: 56d8228fa2d51f9794efdc9eab4bb6aec40ef8de (plain) (tree)
1
2
3
4
5
6
7
8
9
10

                                  
 

                              




                         
// license:BSD-3-Clause
// copyright-holders:David Haywood

#include "cpu/m68000/m68000.h"

class m68340_dma
{
	public:
	void reset(void);
};