summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/68340tmu.h
blob: 51ecc660354d5ae31535ee21ec5732377fca1214 (plain) (blame)
1
2
3
4
5
6
7
8
#include "cpu/m68000/m68000.h"


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