summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/68340tmu.h
blob: a892e2792d8f5f9df096be76bc34f1ced7be783f (plain) (blame)
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_timer
{
	public:
	void reset(void);
};